An open API service indexing awesome lists of open source software.

https://github.com/baselhusam/retinai


https://github.com/baselhusam/retinai

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# RetinAI

### Installation

- First of all, download the following model, it is called `Y_new_1.h5` from the following [link](https://drive.google.com/file/d/1fn-x4_bVeZta3NjUxSGVLzXacrexUJuJ/view?usp=sharing)
- Secondly, You should have python & git installed on your machine.
- Finally, write the following commands to try it locally in your machine.

```bash
git clone https://github.com/baselhusam/RetinAI.git

pip install -r requirements.txt

streamlit run retinai.py
```