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

error while downloading requirement.txt #5

Closed JIBYMARIYAJOSE closed 2 years ago

JIBYMARIYAJOSE commented 3 years ago

Iam working in colab. And currently trying to implement the Django part but the Requirement.txt is not getting downloaded.

error

Kindly suggest a solution for it

abhijitjadhav1998 commented 2 years ago

Hi User This issue is now resolved. I have updated the command. Actually, the command is pip install -r requirements.txt

Thanks for highlighting the issue.