Skip to content

Zidan-Niyas/DeepFake-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepFake-AI

This AI-ML based deepfake audio detection model uses advanced machine learning techniques to analyze audio files and determine the likelihood of them being artificially generated or manipulated.

📌 Setting Up the Project from a Fork

🔹 Fork the Repository

Click the "Fork" button at the top right of this repo. This will create a copy under your GitHub account.

🔹 Clone Your Forked Repository

Replace <your-github-username> with your GitHub username:

git clone https://github.com/<your-github-username>/DeepFake-AI.git
cd DeepFake-AI

🚀 Running the Project Locally

Step 1: Start the Backend Server

# Navigate to the backend directory
cd backend

# Activate the virtual environment if not already activated
# On Windows:
venv\Scripts\activate
# On macOS/Linux:
source venv/bin/activate

# Run the Flask server
flask run --host=0.0.0.0 --port=5000

Step 2: Start the Next.js Frontend

# In a new terminal, navigate to your project root
cd DeepFake-AI

# Run the development server
npm run dev

Your application should now be running at http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published