Skip to content

payaldongre/DeepFakeDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deepfake Detection Web App

A full-stack application for detecting deepfake videos and images.


⚙️ Prerequisites

  • Python 3.10 or 3.11
  • Node.js ≥ 18.19
  • pip and npm

⚠️ TensorFlow does not support Python 3.13+. Use Python 3.10 for local setup.


🚀 Project Setup

Set Up Backend

python3.10 -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt

Set Up Frontend

cd client npm install

Start Backend

uvicorn app:app --host 0.0.0.0 --port 8000 --reload

Start Frontend

cd client npm run dev

Frontend runs at: http://localhost:5173 (or on any port >5173 if it is not free).

About

AI Based DeepFake Detector (Hackathon Project)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors