Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 572 Bytes

README.md

File metadata and controls

39 lines (35 loc) · 572 Bytes

ESR(Emotion and Sign Language Recognisation)


Team Members:

  1. Abhinav Singh (20BCS008)
  2. Aabhas Tejasvi (20BCS002)
  3. Gautam Singhal (20BCS087)
  4. A Anunaya (20BCS001)

Set-Up Information:

Libraries Required:

  1. OpenCV
pip install opencv-python
  1. Keras
pip install keras
  1. TensorFlow
pip install tensorflow
  1. Flask
pip install Flask
  1. Numpy
pip install numpy
  1. DeepFace
pip install deepface

After installing the above Libraries run app.py in your python editor. Thank You!