Setting Up Environment To run :
Download Python 3.7
Run Following command on cmd/terminal
On Windows:
py -m pip install --user virtualenv
install following packages from cmd/terminal
on Windows
Open cmd ,
- type pip install imutils
- type pip install tensorflow
- type pip install opencv-python
- type pip install flask
Download all the files & folders from master and place it in a folder . Then open face_detect.py file and edit path of model files & sound files to that of your local machine
inside templates folder there is all the files of front end , all the CSS & image/video files are in static folder in root.
run the main.py file
open Chrome and in add. bar type localhost:5000 to view the site
#ALL DONE !!!