This is Triolingo, a language conversation app created using Deepgram speech recognition API and GPT-3 natural language processing API, and our submission for the Hack Cambridge Atlas hackathon.
Learn more about Triolingo on Devpost.
Make sure you have Python installed.
$ git clone https://github.com/meganelisabethfinch/HackCambridgeAtlas.git
$ cd HackCambridgeAtlas
$ pip install -r requirements.txt
$ python app.py
Your app should now be running on localhost:5000.