- An application for diagnosticians/doctors/people to detect a human cell image is parasitized or uninfected from the disease Malaria using a simple user interface.
- Flask Framework
- Python
- JavaScript
- jQuery
- HTML
- CSS
- Bootstrap
- On your device, clone the repository from here.
- Create a python virtual environment in the directory. For more info, checkout these steps.
- Within this directory, install all the libraries depicted in the requirements.txt file
pip install -r requirements.txt
- Having installed all the libraries, run app.py file.
python app.py
- Open any web browser, type
http://127.0.0.1:5000/
in the URL.