Food ordering and recommendation system using face_recognition and DeepFace
This is a web based facial login/sign-up device that makes food ordering process easier and it makes use of Flask server. It also has the provision for registering face for new entries.
- Python - face_recognition - https://github.com/ageitgey/face_recognition
- Python - pickle
- Python - DeepFace - (For recommendation part)
-
clone the entire repository
- Before installing any of the requiremretns, make sure that Microsoft Visual Studio and CMake is already installed
- Please refer this :ageitgey/face_recognition#175
-
Install all the requirements from the requirements.txt file
-
Before running the application we will have to download the weights(deepface) by clicking on the link : https://github.com/serengil/deepface_models/releases/download/v1.0/race_model_single_batch.h5
-
After the above file gets downloaded, paste it in the 'weights' folder of .deepface (present in C:\Users\ user_name )
-
Now run python servery.py
-
Go to browser and type localhost:5000 to access the site