├── .gitignore ├── Artificial Intelligence Gender Prediction with Use Eyes Software! [_94 Accuracy].png ├── Artificial_Intelligence_Gender_Prediction_with_Eyes_Software_Emirhan_BULUT.ipynb ├── LICENSE ├── README.md ├── Your gender is Female, Matmazel!.png ├── Your gender is Male, man!.jpg ├── artificial_intelligence_gender_prediction_with_eyes_software_emirhan_bulut.py ├── eye_deploy_deep_learning ├── camera.py ├── emirha_eye_predict.h5 ├── haarcascade_eye.xml ├── mains.py ├── requirements.txt └── templates │ └── index.html └── test_data.zip /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/.gitignore -------------------------------------------------------------------------------- /Artificial Intelligence Gender Prediction with Use Eyes Software! [_94 Accuracy].png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/Artificial Intelligence Gender Prediction with Use Eyes Software! [_94 Accuracy].png -------------------------------------------------------------------------------- /Artificial_Intelligence_Gender_Prediction_with_Eyes_Software_Emirhan_BULUT.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/Artificial_Intelligence_Gender_Prediction_with_Eyes_Software_Emirhan_BULUT.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/README.md -------------------------------------------------------------------------------- /Your gender is Female, Matmazel!.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/Your gender is Female, Matmazel!.png -------------------------------------------------------------------------------- /Your gender is Male, man!.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/Your gender is Male, man!.jpg -------------------------------------------------------------------------------- /artificial_intelligence_gender_prediction_with_eyes_software_emirhan_bulut.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/artificial_intelligence_gender_prediction_with_eyes_software_emirhan_bulut.py -------------------------------------------------------------------------------- /eye_deploy_deep_learning/camera.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/eye_deploy_deep_learning/camera.py -------------------------------------------------------------------------------- /eye_deploy_deep_learning/emirha_eye_predict.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/eye_deploy_deep_learning/emirha_eye_predict.h5 -------------------------------------------------------------------------------- /eye_deploy_deep_learning/haarcascade_eye.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/eye_deploy_deep_learning/haarcascade_eye.xml -------------------------------------------------------------------------------- /eye_deploy_deep_learning/mains.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/eye_deploy_deep_learning/mains.py -------------------------------------------------------------------------------- /eye_deploy_deep_learning/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/eye_deploy_deep_learning/requirements.txt -------------------------------------------------------------------------------- /eye_deploy_deep_learning/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/eye_deploy_deep_learning/templates/index.html -------------------------------------------------------------------------------- /test_data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emirhanai/Artificial-Intelligence-Gender-Prediction-with-Eyes-Software-V1.0---Emirhan-BULUT/HEAD/test_data.zip --------------------------------------------------------------------------------