Python version: 3.9.5
git clone https://github.com/sushil-kamble/deepfake-video-detection
cd backend\
mkdir uploads && mkdir model
- Add Trained
model
inside model folder. Download Link
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- Head back to the root folder deepfake-video-detection
- Enter in
cd frontend\
yarn
If you don't have yarn installed
npm i
Remove yarn.lock as you will already have package.lock
yarn start # OR npm run start