Loading repository data…
Loading repository data…
leo54200 / repository
This repository contains my Bachelor's thesis project, focused on developping an innovative web app that supports high school students’ learning through the use of Large Language Models (LLM).
A Bachelor's thesis project developing an innovative web app that uses LLM-powered "virtual avatars" to provide personalized learning and support for high school students.
This repository contains a Bachelor's thesis project focused on addressing the limitations of generalized classroom learning. We've developed a web application that provides individualized student learning for high school students through the use of "virtual avatars" powered by Large Language Models (LLMs).
The goal is to offer a more stimulating, personalized, and effective learning experience.
Follow these steps to set up and run the project locally.
Clone the Repository
git clone [https://github.com/leo54200/AI-Powered-Study-Group-Website.git](https://github.com/Leo54200/AI-Powered-Study-Group-Website.git)
cd AI-Powered-Study-Group-Website
Install Laravel Dependencies
composer install
Set Up Your Environment
.env.example file to a new file named .env..env file with your database credentials (DB_DATABASE, DB_USERNAME, DB_PASSWORD).Set Up the Database
scuola.scuola database.Run the Application
php artisan serve
View the Project
http://localhost:8000