abhijitjadhav1998 / Deepfake_detection_using_deep_learning

This projects aims in detection of video deepfakes using deep learning techniques like RestNext and LSTM. We have achived deepfake detection by using transfer learning where the pretrained RestNext CNN is used to obtain a feature vector, further the LSTM layer is trained using the features. For more details follow the documentaion.
GNU General Public License v3.0
397 stars 140 forks source link

Update README.md #3

Closed shivanisbp closed 3 years ago

shivanisbp commented 3 years ago

Changed the syntax for installing requirements.txt

Updated syntax to : pip install -r requirements.txt without -r, pip thinks you want to install a package named requirements.txt, which doesn't exist.