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.
Click the "Fork" button at the top right of this repo. This will create a copy under your GitHub account.
Replace <your-github-username>
with your GitHub username:
git clone https://github.com/<your-github-username>/DeepFake-AI.git
cd DeepFake-AI
# 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
# 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