Tutor AI is an innovative project designed to harness the power of advanced language models to provide educational assistance. Built on the LLaMa3 model, Tutor AI offers users personalized learning experiences and intelligent tutoring, that includes Q&A, inspiring brainstorming and up-to-date information.
- Personalized Tutoring: Customized learning paths for each user based on User Specific knowledge.
- Question Answering: Instant responses to academic queries.
- Rubber Ducking Partner: Bounce your Ideas off of Tutor AI and get feedback like a real life conversation
Before you begin, ensure you have met the following requirements:
- Python 3.8 or newer
- Pip and virtualenv installed on your machine
Follow these steps to get your Tutor AI up and running:
-
Clone the repository
git clone https://github.com/Programmierpraktikum-MVA/tutor_ai.git cd tutorai
-
Set up a LLaMa3
Follow Instructions given in LLaMa3
README.md
-
Install dependencies
None existing yet...
pip install -r requirements.txt
Run the Tutor AI application using:
//TODO
Distributed under the MIT License. See LICENSE
for more information.
Maximilian Hans - [email protected]
Project Link: https://github.com/Programmierpraktikum-MVA/tutor_ai