Iris recognition using applied machine learning on CASIA iris images dataset, Using Gradio and Sklearn.
- gradio == 1.6.4
- numpy == 1.20.1
- pandas == 1.2.2
- sklearn == 0.0
-
Clone the project and run :
pip install -r requirements.txt
Or you can also download the requirement via PyPi
-
Clone the project and run :
python main.py
-
The demo will be live at http://127.0.0.1:7860/
There are three types of iris present in the dataset.
- Iris Sentosa
- Iris Viginica
- Iris Vericolor
Since you can only deploy static page in GitHub pages.
You can use Heroku or Pythoneverywhere for deployment.