Skip to content

MariaHendrikx/DTU-s213793-Personalizing_Education_with_LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTU-s213793-Personalizing_Education_with_LLM

Title: Personalizing Education with Large Language Models

Structure of code

chat-app-terminology

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

data-preparation

Contains code that generated the data for the user experience testing and the comparison of the three methods.

Scribbiling

Contains some scribbling code

About

Master Thesis - Personalizing Education with Large Language Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published