This project uses the Deegram live streaming API for transcription, and ChatGPT 3.5 Turbo. The app is built in the Flask framework.
Follow these steps to get started with this starter application.
Go to GitHub and clone the repository.
Install the project dependencies.
pip install -r requirements.txt
Sign-up now for Deepgram and create an API key.
Once running, you can access the application in your browser at http://127.0.0.1:5000
python app.py
This project is licensed under the MIT license. See the LICENSE file for more info.