Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.44 KB

Tutor AI

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.

Features

  • 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

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.8 or newer
  • Pip and virtualenv installed on your machine

Installation

Follow these steps to get your Tutor AI up and running:

  1. Clone the repository

    git clone https://github.com/Programmierpraktikum-MVA/tutor_ai.git
    cd tutorai
  2. Set up a LLaMa3

    Follow Instructions given in LLaMa3 README.md

  3. Install dependencies

    None existing yet...

    pip install -r requirements.txt

Usage

Run the Tutor AI application using:

//TODO

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Maximilian Hans - [email protected]

Project Link: https://github.com/Programmierpraktikum-MVA/tutor_ai