Skip to content

abhishekpg111/Malaria_Detection

Repository files navigation

Malaria Detection

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.

1. Development Environment

-Python 3.8

2. Steps for deploying to local server using FLASK

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages