Skip to content

tom-klein/tk-tutor_ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.5%
  • HTML 19.9%
  • CSS 19.2%
  • JavaScript 13.4%