This is a simple web app to process transcriptions using the Gladia API.
To start:
- Run
source transcription/bin/activate
to activate the venv - Run
python start_ngrok.py
to start a local server - Run
npm run dev
to start the Tailwind processing - Run
flask --app flask_app run
orflask --app flask_app --debug run
to start the Flask app (or simplyflask run
) - Visit the
localhost
page (for me it'shttp://127.0.0.1:5000
) - Upload a file through the page, and keep the app running at least until the API returns a transcript.