Skip to content

This is our pfe project , the goal is to make a GUI for DeepFake detection so it's easy for normal users to use this type of technologie .

Notifications You must be signed in to change notification settings

Ghassanee/DeepFakeDetectionUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepFakeDetectionUI


Use google colab

  1. Go to https://colab.research.google.com
  2. make a new notebook
  3. make sure that you are using a the right runtime : Runtime => change runtime type => GPU
  4. Enjoy!

clone

!git clone https://github.com/Ghassanee/DeepFakeDetectionGUI.git

install requirements

!pip install flask-ngrok
!pip install flask
!pip install flask-dropzone

cd to project file

cd DeepFakeDetectionGUI/

start the app

!python main.py


click in the ngrok link like : "http://bc8621095968.ngrok.io"

Problem you may see

if you got this problem

tunnel url = j['tunnels'][0]['public_url'] # Do the parsing of the get
indexerror: list index out of range

you should make another notebook or restart your runtime

About

This is our pfe project , the goal is to make a GUI for DeepFake detection so it's easy for normal users to use this type of technologie .

Resources

Stars

Watchers

Forks

Packages

No packages published