Skip to content

bala-chandar12/chai_dev

Repository files navigation

Live Transcription With Python, Flask 2.0 and Deepgram

To run this project create a virtual environment by running the below commands. You can learn more about setting up a virtual environment in this article.

mkdir [% NAME_OF_YOUR_DIRECTORY %]
cd [% NAME_OF_YOUR_DIRECTORY %]
python3 -m venv venv
source venv/bin/activate

Make sure your virtual environment is activated and install the dependencies in the requirements.txt file inside.

pip install -r requirements.txt

Make sure you're in the directory with the main.py file and run the project in the development server.

python main.py

Pull up a browser and go to your localhost, http://127.0.0.1:8000/.

Allow access to your microphone and start speaking. A transcript of your audio will appear in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published