Skip to content

unikom-codelabs/peakyblinder-disease-api

 
 

Repository files navigation

Download the model: https://drive.google.com/drive/folders/1_4sAxpLwCXU0wEy89bivto2vd8CpCSb3?usp=drive_link

How to Install and Run the Project

To install and run the Open Eye project locally, please follow these steps:

  1. Clone the repository from GitHub:
 [email protected]:OpenEye-team/disease-detection-api.git
  1. Navigate to the project directory:
  cd disease-detection-api
  1. Install the project dependencies using a package manager:
  pip install -r requirements.txt
  1. Run the project
  python main.py
  1. Test with some images
  cd test
  python test.py

Access the website locally at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.3%
  • Shell 15.1%
  • Dockerfile 5.6%