/MalariAI

Malaria Parasite Model

Primary LanguagePython

Malaria_Detection

Procedures on running the flask app on your local machine or virtual workspace

alt text

Click on code as seen above and click on codespace to inititate a virtual manchine

Proceed with the following instructions by copying and pasting the command on your terminal.

Install virtualenv and activate it

pip install virtualenv

virtualenv venv

source ./venv/bin/activate

Install all the dependencies

pip install -r requirements.txt

Run the flask app

python api/index.py