This project is an implementation of Convolutional Neural Network (CNN) in the context of red blood cell classification to distinguish thalassemia variations.
It will be deployed to Streamlit to facilitate the use of the model to make it more interactive.
- Open link
https://thallasemia-project.streamlit.app/
-
Upload image blood from "data uji" folder
-
Click "Predict" button
-
See the result
Clone the project
git clone -b Deploy https://github.com/sains-data/Thalassemia-Classification-CNN.git
Go to the project directory
cd Deploy
Install dependencies
pip install -r requirements.txt
Start the server
streamlit run app.py