/HackCambridgeAtlas

🌍 A chat bot for practicing live conversations in a foreign language, made for the Hack Cambridge Atlas Hackathon in only 24 hours.

Primary LanguageJavaScriptOtherNOASSERTION

🌎 Hack Cambridge Atlas

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.

Running Locally

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.