#!/bin/bash # Start the Whisper API server # Activate virtual environment source venv/bin/activate # Start the API echo "Starting Whisper API server on http://localhost:5010..." python api.py