<p align="center">
<a href="https://github.com/ayyucedemirbas/KerasFuse"><img src="https://github.com/ayyucedemirbas/KerasFuse/assets/8023150/41d8880d-8117-448b-a725-2b72d2d08beb" alt="KerasFuse"></a>
</p>
<h1 align="center">KerasFuse</h1>
<p align="center">
<img alt="GitHub" src="https://img.shields.io/github/license/ayyucedemirbas/Kerasfuse">
<img alt="Tensorflow" src="https://img.shields.io/badge/Tensorflow-v2.12.0-%23FF6F00.svg?logo=Tensorflow&logoColor=white"/>
<img alt="Keras" src="https://img.shields.io/badge/Keras-v2.12.0-%23D00000.svg?logo=Keras&logoColor=white"/>
<img alt="Black" src="https://img.shields.io/badge/code%20style-black-black"/>
<img alt="isort" src="https://img.shields.io/badge/isort-checked-yellow"/>
</p>
<p align="center">
<a href="https://pypi.org/project/kerasfuse" target="_blank">
<img src="https://img.shields.io/pypi/v/kerasfuse?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
<a href="https://pypi.org/project/kerasfuse" target="_blank">
<img src="https://img.shields.io/pypi/dm/kerasfuse?color=red" alt="Download Count">
</a>
<a href="https://pypi.org/project/kerasfuse" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/kerasfuse.svg?color=%2334D058" alt="Supported Python versions">
</a>
<a href="https://pypi.org/project/kerasfuse" target="_blank">
<img src="https://img.shields.io/pypi/status/kerasfuse?color=orange" alt="Project Status">
</a>
</p>
<h4 align="center">🚧 Warning this project is under heavy development and not ready for production. ABI changes can happen frequently until reach stable version 🚧 </h4>
KerasFuse is a Python library that combines the power of TensorFlow and Keras with various computer vision techniques for medical image analysis tasks. It provides a collection of modules and functions to facilitate the development of deep learning models in TensorFlow Keras for tasks such as image segmentation, classification, and more.
## Getting Started
## Requirements
KerasFuse is a project that relies heavily on the Tensorflow and Keras libraries. It is designed to work seamlessly with these powerful tools for deep learning and neural network development. In order to use KerasFuse effectively, please ensure that you have the following:
* Python 3.8+
* Tensorflow 2.12.0+
* Keras 2.12.0+
* OpenCV 4.7+
* Scikit-Learn 1.2.2+
## Installation
```console
$ pip install kerasfuse
---> 100%
```
## Development
#### Poetry Installation
```bash
poetry install
poetry shell
```
#### Tip
If you have multiple Python versions on your system, you can set your Python version by using `poetry env` . Here's an example of how to use it:
```bash
poetry env use python3.10
```
More details at
[poetry-switching-between-environments](https://python-poetry.org/docs/managing-environments/#switching-between-environments)
#### Pip Installations
```bash
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
```
## License
This project is licensed under the terms of the GPL-3.0 license.
Raw data
{
"_id": null,
"home_page": "https://github.com/ayyucedemirbas/KerasFuse",
"name": "kerasfuse",
"maintainer": "Ayyuce Demirbas",
"docs_url": null,
"requires_python": ">=3.8.1,<3.12.0",
"maintainer_email": "a.ayyuced@gmail.com",
"keywords": "Tensorflow,Keras,KerasFuse",
"author": "Ayyuce Demirbas",
"author_email": "a.ayyuced@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/13/40/ecfb33d8b6efbbcb9b41c5cb397b64062f3b079691da01e2f9817a2e5ef8/kerasfuse-0.1.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <a href=\"https://github.com/ayyucedemirbas/KerasFuse\"><img src=\"https://github.com/ayyucedemirbas/KerasFuse/assets/8023150/41d8880d-8117-448b-a725-2b72d2d08beb\" alt=\"KerasFuse\"></a>\n</p>\n\n<h1 align=\"center\">KerasFuse</h1>\n\n\n<p align=\"center\">\n <img alt=\"GitHub\" src=\"https://img.shields.io/github/license/ayyucedemirbas/Kerasfuse\">\n <img alt=\"Tensorflow\" src=\"https://img.shields.io/badge/Tensorflow-v2.12.0-%23FF6F00.svg?logo=Tensorflow&logoColor=white\"/>\n <img alt=\"Keras\" src=\"https://img.shields.io/badge/Keras-v2.12.0-%23D00000.svg?logo=Keras&logoColor=white\"/>\n <img alt=\"Black\" src=\"https://img.shields.io/badge/code%20style-black-black\"/>\n <img alt=\"isort\" src=\"https://img.shields.io/badge/isort-checked-yellow\"/>\n</p>\n<p align=\"center\">\n<a href=\"https://pypi.org/project/kerasfuse\" target=\"_blank\">\n <img src=\"https://img.shields.io/pypi/v/kerasfuse?color=%2334D058&label=pypi%20package\" alt=\"Package version\">\n</a>\n<a href=\"https://pypi.org/project/kerasfuse\" target=\"_blank\">\n <img src=\"https://img.shields.io/pypi/dm/kerasfuse?color=red\" alt=\"Download Count\">\n</a>\n<a href=\"https://pypi.org/project/kerasfuse\" target=\"_blank\">\n <img src=\"https://img.shields.io/pypi/pyversions/kerasfuse.svg?color=%2334D058\" alt=\"Supported Python versions\">\n</a>\n<a href=\"https://pypi.org/project/kerasfuse\" target=\"_blank\">\n <img src=\"https://img.shields.io/pypi/status/kerasfuse?color=orange\" alt=\"Project Status\">\n</a>\n</p>\n\n<h4 align=\"center\">\ud83d\udea7 Warning this project is under heavy development and not ready for production. ABI changes can happen frequently until reach stable version \ud83d\udea7 </h4>\n\n\nKerasFuse is a Python library that combines the power of TensorFlow and Keras with various computer vision techniques for medical image analysis tasks. It provides a collection of modules and functions to facilitate the development of deep learning models in TensorFlow Keras for tasks such as image segmentation, classification, and more.\n\n\n\n## Getting Started\n\n## Requirements\n\nKerasFuse is a project that relies heavily on the Tensorflow and Keras libraries. It is designed to work seamlessly with these powerful tools for deep learning and neural network development. In order to use KerasFuse effectively, please ensure that you have the following:\n\n* Python 3.8+\n* Tensorflow 2.12.0+\n* Keras 2.12.0+\n* OpenCV 4.7+\n* Scikit-Learn 1.2.2+\n\n## Installation\n\n```console\n$ pip install kerasfuse\n---> 100%\n```\n\n## Development\n\n#### Poetry Installation\n\n```bash\npoetry install\npoetry shell\n```\n\n#### Tip\n\nIf you have multiple Python versions on your system, you can set your Python version by using `poetry env` . Here's an example of how to use it:\n\n```bash\npoetry env use python3.10\n```\n\nMore details at\n[poetry-switching-between-environments](https://python-poetry.org/docs/managing-environments/#switching-between-environments)\n\n#### Pip Installations\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip3 install -r requirements.txt\n```\n\n## License\n\nThis project is licensed under the terms of the GPL-3.0 license.\n\n",
"bugtrack_url": null,
"license": "",
"summary": "KerasFuse is a Python library that combines the power of TensorFlow and Keras with various computer vision techniques for medical image analysis tasks.",
"version": "0.1",
"project_urls": {
"Documentation": "https://github.com/ayyucedemirbas/KerasFuse/blob/main/README.md",
"Homepage": "https://github.com/ayyucedemirbas/KerasFuse",
"Repository": "https://github.com/ayyucedemirbas/KerasFuse"
},
"split_keywords": [
"tensorflow",
"keras",
"kerasfuse"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "05bb1f48a0d8186b9c86d18b28e126f6ec0c955ccabaf00d36ce10d8feab76a2",
"md5": "837ae0f270263d0aba0542bef35696c9",
"sha256": "2e395f2151f143f9da6e7be37d80861fb11ca2dd20023730881606f79511edc8"
},
"downloads": -1,
"filename": "kerasfuse-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "837ae0f270263d0aba0542bef35696c9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1,<3.12.0",
"size": 37790,
"upload_time": "2023-06-26T09:08:24",
"upload_time_iso_8601": "2023-06-26T09:08:24.908467Z",
"url": "https://files.pythonhosted.org/packages/05/bb/1f48a0d8186b9c86d18b28e126f6ec0c955ccabaf00d36ce10d8feab76a2/kerasfuse-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1340ecfb33d8b6efbbcb9b41c5cb397b64062f3b079691da01e2f9817a2e5ef8",
"md5": "2d98e2abe72f49810de22a2efe3d704d",
"sha256": "03daf7f9104d1bd8d900e562b740511295eaa8bfea5b4d9f413856f13f61b755"
},
"downloads": -1,
"filename": "kerasfuse-0.1.tar.gz",
"has_sig": false,
"md5_digest": "2d98e2abe72f49810de22a2efe3d704d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1,<3.12.0",
"size": 30749,
"upload_time": "2023-06-26T09:08:26",
"upload_time_iso_8601": "2023-06-26T09:08:26.376940Z",
"url": "https://files.pythonhosted.org/packages/13/40/ecfb33d8b6efbbcb9b41c5cb397b64062f3b079691da01e2f9817a2e5ef8/kerasfuse-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-26 09:08:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ayyucedemirbas",
"github_project": "KerasFuse",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "kerasfuse"
}