https://github.com/baselhusam/retinai
https://github.com/baselhusam/retinai
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baselhusam/retinai
- Owner: baselhusam
- Created: 2023-08-30T12:07:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T12:27:10.000Z (over 1 year ago)
- Last Synced: 2025-01-25T09:14:21.054Z (4 months ago)
- Language: Python
- Size: 576 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitpip install -r requirements.txt
streamlit run retinai.py
```