vist https://stt.deepso.dev for a live demo.
Speech to text conversion using Google Cloud Speech-to-Text API.
- Create a project in the Google Cloud Console.
- Enable the Speech-to-Text API.
- Create a service account and download the JSON key file.
- Set the
GCP_CREDENTIALS
environment variable as JSON.stringyfied key file or paste it in server/.env.
bun i
bun web
bun server