The DeepDetect is a web application designed to detect deepfake content using advanced machine learning algorithms. This project aims to provide an efficient and accurate tool for identifying manipulated media, contributing to the fight against misinformation and ensuring the integrity of digital content.
Check out the live demo: DeepDetect Live
Clone the repository:
git clone https://github.com/your-username/deepfake-detection.git
cd deepfake-detection
Install the dependencies:
npm install
Run the project: ```bash npm run dev
Open your browser and navigate to /Home tab to view the application.
Upload the media content (images or videos) you want to analyze. Click the Detect button to start the analysis. View the results on the results page.