This is a machine learning project which differentiates fake videos and original videos by detecting eye blinking of a person in the video. You just have to download the code and run the Notebook.ipynb in the folder Eye-detect-from-frame folder. Use the predict function in the file Notebook.ipynb for predicting whether a video is real or fake.
- Numpy :
pip install numpy
- Pandas :
pip install pandas
- OpenCV :
sudo apt install python3-opencv
- Libboost :
sudo apt-get install libboost-all-dev
- Cmake :
sudo apt-get install cmake
- Dlib :
sudo pip3 install dlib
- Scipy :
pip install scipy