Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.33 KB

EduBot

An educational chatbot based on GPT-3 created during a hackathon.

Developers: Swaneet, Adwait, Sara

This repository is the result of the above people participating in a 2020 GPT-3-Hackathon organized by the Munich NLP Meetup. The other projects can be found / are linked in the main repository for the Hackathon.

How to build and run

With Python 3 installed run:

pip install -r requirements.txt

Next you need to create an empty text file .key containing your OpenAI API Key in a single line. You can find your key here if you have OpenAI API access. Then simply start the bot in the terminal / console with:

python3 edubot.py

Links