Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 564 Bytes

File metadata and controls

28 lines (18 loc) · 564 Bytes

CaptuR

CaptuR is an AI-powered deepfake detection platform designed to safeguard digital media, finance, and government systems with real-time accuracy. This project includes both a Django backend and a frontend built with Shuffle Editor.

Getting Started

Prerequisites

  • Python 3.x
  • Django

Installation

  1. Clone the repository:

    git clone https://github.com/wayneotemah/CaptuR.git
    cd CaptuR
  2. Set up the Django backend:

    pip install -r requirements.txt
    python manage.py runserver

Usage