Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.5.1
metadata
title: Sickelcellcdcd
emoji: 📉
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 5.45.0
app_file: app.py
pinned: false
license: mit
Sickle Cell Classification Gradio App
This repository contains a Gradio application for classifying blood smear images into three categories: Sickle Cell (sickle), Non-Sickle (non_sickle), and Artifact/Impurities/Noise (AIN).
The application uses a trained YOLOv8 classification model.
Files
app.py: The Python code for the Gradio interface.requirements.txt: Lists the Python dependencies required to run the app.sickle_cls_model/weights/best.pt: The trained YOLOv8 model weights.
Setup and Running
- Clone this repository.
- Install the dependencies:
pip install -r requirements.txt - Ensure the
sickle_cls_modeldirectory containing thebest.ptweights is in the same directory asapp.py, or update themodel_pathvariable inapp.pyto the correct location. - Run the Gradio app:
python app.py
The Gradio interface will launch in your browser.