This AI Python Tutor is a great way for new programmers to get started on their Python journey! For experienced programmers, this tutor can be a tool to freshen up your Python skills. This Python Tutor can:
- Answer concept questions about the Python language.
- Provide simple, helpful code examples.
- Debug the user's own code.
- Create exercises for the user to complete.
- Gives constructive, motivating feedback.
You can install the program easily by pasting this to the terminal:
git clone https://github.com/GavinRobson/ai-final GavinRobsonAiFinal
cd GavinRobsonAiFinal- To run the program on windows:
./builds/server-windows-amd64.exe
- To run the program on MacOS or Linux:
./scripts/run.sh
- NOTE: If you get error
OPENAI_API_KEY not setorMONGODB_URI not set, make sure tocdinto the newly createdGavinRobsonAiFinaldirectory and make sure theOPENAI_API_KEYandMONGODB_URIvariable is set to a valid key in the.envfile. - Now, the server should be running in the terminal.
- Open a browser and navigate to http://localhost:3000 in order to see the page.