#!/bin/bash # Navigate to the directory containing this script (optional but good practice) cd "$(dirname "$0")" echo "Starting Deepfake Detection Backend Server..." # Activate the virtual environment source venv/bin/activate # Run the backend using the app.py file we created python3 app.py