Animoji imitate facial expressions of a person onto a panda, in real time. The application uses Tornado framework. We use OpenCV and dlib's 68 facial landmarks detector to identify facial expression.
Use pip install -r requirements.txt
to install these python libraries(Use python 3.5+):
- tornado
- opencv-python
- dlib
- imutils
- numpy
- pillow
- Open the terminal.
- Run server.py using:
python3 server.py
- Run Index.html on your browser by typing following URL:
http://localhost:8000