├── Model_directoutput.h5 ├── Model_directoutput.h5.zip ├── Model_directoutput.tgz ├── README.md ├── manifest.yml ├── prediction_app.py ├── requirements.txt └── templates ├── Home.html ├── Land.html ├── Login.html ├── Predict.html ├── Registration.html ├── Team.html ├── Untitled Diagram-4.png ├── assets └── bootstrap │ ├── css │ └── bootstrap.min.css │ └── js │ └── bootstrap.min.js └── intro.gif /Model_directoutput.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/Model_directoutput.h5 -------------------------------------------------------------------------------- /Model_directoutput.h5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/Model_directoutput.h5.zip -------------------------------------------------------------------------------- /Model_directoutput.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/Model_directoutput.tgz -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/README.md -------------------------------------------------------------------------------- /manifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/manifest.yml -------------------------------------------------------------------------------- /prediction_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/prediction_app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | Flask>=1.0.0 2 | cloudant==2.13.0 3 | -------------------------------------------------------------------------------- /templates/Home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/Home.html -------------------------------------------------------------------------------- /templates/Land.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/Land.html -------------------------------------------------------------------------------- /templates/Login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/Login.html -------------------------------------------------------------------------------- /templates/Predict.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/Predict.html -------------------------------------------------------------------------------- /templates/Registration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/Registration.html -------------------------------------------------------------------------------- /templates/Team.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/Team.html -------------------------------------------------------------------------------- /templates/Untitled Diagram-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/Untitled Diagram-4.png -------------------------------------------------------------------------------- /templates/assets/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/assets/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /templates/assets/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/assets/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /templates/intro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apurva-tech/Aelouss/HEAD/templates/intro.gif --------------------------------------------------------------------------------