Skip to main content

KerasFuse is a Python library that combines the power of TensorFlow and Keras with various computer vision techniques for medical image analysis tasks.

Project description

KerasFuse

KerasFuse

GitHub Tensorflow Keras Black isort

Package version Download Count Supported Python versions Project Status

🚧 Warning this project is under heavy development and not ready for production. ABI changes can happen frequently until reach stable version 🚧

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

$ pip install kerasfuse
---> 100%

Development

Poetry Installation

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:

poetry env use python3.10

More details at poetry-switching-between-environments

Pip Installations

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kerasfuse-0.1.tar.gz (30.7 kB view hashes)

Uploaded Source

Built Distribution

kerasfuse-0.1-py3-none-any.whl (37.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page