Skip to content

DeepDetect - AI-Powered Deepfake Detection A web app that detects deepfake images using AI. It includes a React.js frontend, Node.js backend, and FastAPI model API. Users can upload images, get detection results, purchase API keys via Razorpay, and track usage on a dashboard. πŸš€

Notifications You must be signed in to change notification settings

SatishY21/Deep-Detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DeepDetect - AI-Powered Deepfake Detection

DeepDetect is a web-based platform that detects deepfake images using an AI model. Users can upload images, purchase API access, and track their API usage on a dashboard.

Tech Stack:

  • Frontend: React.js
  • Backend: Node.js (Express)
  • AI Model API: FastAPI (Python)
  • Database: MongoDB
  • Payments: Razorpay

Features: βœ… Deepfake detection using AI
βœ… Drag-and-drop image upload
βœ… API access for developers (via purchase)
βœ… Dashboard with API key usage stats
βœ… Secure authentication & user management

Installation & Setup:

  1. Clone the repository: git clone https://github.com/SatishY21/Deep-Detect.git cd DeepDetect

  2. Install dependencies:

    Frontend (React.js): cd frontend npm install npm start

    Backend (Node.js + Express): cd backend npm install npm start

    Model API (FastAPI/Python): cd Model_Api pip install -r requirements.txt python -m uvicorn main:app --reload

  3. Visit http://localhost:3000 in your browser to access DeepDetect.

For any issues, feel free to raise an issue on GitHub.

About

DeepDetect - AI-Powered Deepfake Detection A web app that detects deepfake images using AI. It includes a React.js frontend, Node.js backend, and FastAPI model API. Users can upload images, get detection results, purchase API keys via Razorpay, and track usage on a dashboard. πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published