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.gitGo to the project directory
cd DeployInstall dependencies
pip install -r requirements.txtStart the server
streamlit run app.py