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
🚧 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
Installation
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kerasfuse-0.1a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba398b3743bfc75327e550278601bc7d4934a5e8cb43753d9757e03e382e9db |
|
MD5 | df05de2f176a8b6b580bd6bcc146375b |
|
BLAKE2b-256 | c9fc4ceefb5ce4ba13c9c593251733ff7e4457e02d9e8f8a895deca06d8949e3 |