Hackathon Repo for Eleven Labs
pip install -r requirements.txt
uvicorn service_entry:app --host 0.0.0.0 --port 8000
cd into the frontend directory
- npm install
- npm run dev
gcloud init
gcloud auth application-default login
pip install --upgrade google-cloud-speech
python transcribe_test.py
Tutorials: https://cloud.google.com/speech-to-text/docs/transcribe-streaming-audio
(Streaming is not supported) https://cloud.google.com/speech-to-text/docs/multiple-voices?hl=en