Skip to content

Series of image recognition algorithms that can diagnose diseases by analysing a picture of the iris of the person

License

Notifications You must be signed in to change notification settings

monchiestevez/Iris

Repository files navigation


Markdownify

Series of image recognition algorithms that can diagnose diseases by analysing a picture of the iris of the person

Key FeaturesHow To UseCreditsLicense

screenshot

Key Features

  • 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.

How To Use

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

Note: Can take some time to boot up

Credits

This software uses code from several open source packages.

Contributing

Please contact me before planning to contribute.

Help

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.

License

This project is licensed under the MIT License - see the LICENSE.md file