sushil-kamble / deepfake-video-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEEPFAKE VIDEO DETECTION

Python version: 3.9.5

For Running the Project

Clone the repository:

git clone https://github.com/sushil-kamble/deepfake-video-detection

Backend

1. Go to the root folder and perform the following commands:

  • cd backend\
  • mkdir uploads && mkdir model
  • Add Trained model inside model folder. Download Link

2. Create and activate the virtual environment

python -m venv venv
venv\Scripts\activate

3. Install required packages

pip install -r requirements.txt

4. Run the server

python manage.py migrate
python manage.py runserver

Frontend

  • Head back to the root folder deepfake-video-detection
  • Enter in cd frontend\

1. Installing packages

yarn
If you don't have yarn installed

npm i

Remove yarn.lock as you will already have package.lock

2. Run the application

yarn start # OR npm run start

About


Languages

Language:Jupyter Notebook 70.6%Language:JavaScript 15.7%Language:Python 12.1%Language:HTML 1.2%Language:CSS 0.4%