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
495 stars 164 forks source link

Redirect error #9

Closed NarendranM08 closed 2 years ago

NarendranM08 commented 2 years ago

In colabs, after uploading the video, the video is saved but the page is not redirected to predict return redirect('ml_app.predict')

abhijitjadhav1998 commented 2 years ago

This app is not supposed to be run on Colab.. It can run on local machine or on docker. Only models are supposed to be trained on colab