A deep learning model is build to detect malaria of the patients with the cell images of the patients.
Dataset Link:- https://ceb.nlm.nih.gov/repositories/malaria-datasets/
This project is subject to change by the developer and is still in development
Testing this is as simple as it gets. Follow this steps:
- Clone this project.
- Open your terminal (NOTE: git bash preferred/ Terminal on VS Code)
- Type the following command in the terminal
cd Website/Malaria-Detection pip3 install -r requirements.txt (in Mac or Linux) pip install -r requirements.txt (in Windows) python3 app.py (in Mac or Linux) python app.py (in Windows)
- Visit the localhost to see it in action
Pull Requests are welcome. Please follow these rules for the ease of understanding:
- Make sure to check for available issues before raising one
- Give me a maximum of 24-48 hours to respond
- Have proper documentation on the parts you are changing/adding