Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.05 KB

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.