This model is capable of detecting face expressions and also recognise faces. We're using Python
Download the ZIP file or Clone this repository from you Command Prompt or Terminal
$git clone https://github.com/anirbandey303/face-recognition-and-expression-detection-openCV.git
Make sure these are installed on your computer.
- Python 3.7
- TensorFlow
- openCV
- Keras
Install Python3. To start off we will install Python3.
-
Open up the Terminal (Applications > Accessories > Terminal).
-
Copy/Paste the following line of code into Terminal and then press enter:
$ sudo apt-get install python3
- The Terminal will then ask you for you're password, type it and then press enter.
- Check installation with
$ python --version
Install TensorFlow
$ pip install tensorflow
Install Keras.
$ pip install --upgrade keras==2.2.4
Install openCV
$ pip install opencv-python
If you have installed all the required packages, you're ready to run the model. Go to the required directory
$ cd face-recognition-and-expression-detection-openCV
$ cd src
$ python face_detection_t_v2.py
- Python3.7
- TensorFlow
- Keras
- openCV
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to me.
- Anirban Dey - UEM,Kolkata - Anirban Dey
- Tanmoy Das - UEM,Kolkata - Tanmoy Das
- Rajdeep Rajduino - UEM,Kolkata - Rajdeep Rajduino
- Partha - UEM,Kolkata - Partha
- Anwesha Sharma - UEM,Kolkata - Anwesha Sharma
See also the list of contributors who participated in this project.