Download the model: https://drive.google.com/drive/folders/1_4sAxpLwCXU0wEy89bivto2vd8CpCSb3?usp=drive_link
To install and run the Open Eye project locally, please follow these steps:
- Clone the repository from GitHub:
[email protected]:OpenEye-team/disease-detection-api.git
- Navigate to the project directory:
cd disease-detection-api
- Install the project dependencies using a package manager:
pip install -r requirements.txt
- Run the project
python main.py
- Test with some images
cd test
python test.py
Access the website locally at http://localhost:5000.