Title: Personalizing Education with Large Language Models
Contains the code to run the basic chatbot website.
The frontend contains the code for the website
cd frontend;
npm install;
gatsby develop
The backend contains the code for the server
Copy and fill in .ENV-example
cd backend;
python main.py
Contains code that generated the data for the user experience testing and the comparison of the three methods.
Contains some scribbling code