Skip to content

Live transcription by Deepgram in Python using the Flask web framework

License

Notifications You must be signed in to change notification settings

K-Carty/live-flask-starter

 
 

Repository files navigation

Paybac Realtor Demo

This project uses the Deegram live streaming API for transcription, and ChatGPT 3.5 Turbo. The app is built in the Flask framework.

Quickstart

Manual

Follow these steps to get started with this starter application.

Clone the repository

Go to GitHub and clone the repository.

Install dependencies

Install the project dependencies.

pip install -r requirements.txt

Edit the .env file

1. Create a Deepgram API Key and add to .env file as "DEEPGRAM_API_KEY"

Sign-up now for Deepgram and create an API key.

2. Create an OpenAI API Key and add to .env file as "OPENAI_API_KEY"

Sign up for OpenAI API Key

Run the application

Once running, you can access the application in your browser at http://127.0.0.1:5000

python app.py

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Live transcription by Deepgram in Python using the Flask web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.9%
  • HTML 20.1%
  • CSS 19.2%
  • JavaScript 2.8%