This project is developed for detecting the malaria infection based on CNN image classifier trained on Tensorflow Keras. It is deployed into Heroku using Flask. Please click here to redirect to the project. The sample dataset given in this repository can be used for testing the application.
-Python 3.8
Step 1: Install the dependencies
Install the dependencies.
pip install -r requirements.txt
Step 2: Run the app.py
Run the python program app.py
Step 3: Run the url in browser
Run the local server url generated by app.py in the browser.
- Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Step 4: Upload the image
Upload the image in the browser and click the predict button to get the prediction.