Series of image recognition algorithms that can diagnose diseases by analysing a picture of the iris of the person
Key Features • How To Use • Credits • License
- Non-invasive way to diagnose diseases
- GUI Included
- Reports for each analysis
- Not a lot of computer-power required
- Upload image using link or file
- 6 algorithms to diagnose
- Easy-to-use
- Doesn't require internet
- Cross-platform
- Windows, Mac, and Linux ready using python3.
To clone and run this application, you'll need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/monchiestevez/Iris.git
# Go into the repository
$ cd Iris
# Install dependencies (OPENCV MODULE NEEDS SIFT AND KNN PERMISSION)
$ pip install -r requirements.txt
# Run the app (USE PYTHON3)
$ python IRIS.py
This software uses code from several open source packages.
- Base Research Paper - Computer Science paper that is the foundation of this project.
- OpenCV - Main Image Recognition module.
- Monchi Estevez - Dev and Founder
Please contact me before planning to contribute.
If you need help with anything or you have a suggestion contact me, If it is a bug or an error post it in the Issues tab.
This project is licensed under the MIT License - see the LICENSE.md file