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.
- Python 3.x
- Django
-
Clone the repository:
git clone https://github.com/wayneotemah/CaptuR.git cd CaptuR
-
Set up the Django backend:
pip install -r requirements.txt python manage.py runserver