DSBackend / start_server.sh
MrDevCoder01's picture
Initial upload of DeepSecure backend
c9caccb
raw
history blame contribute delete
296 Bytes
#!/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