Skip to content

siqirua/cs3263-project

 
 

Repository files navigation

CS Tutor

Description

This project aims to develop an AI tutor powered by Large Language Models (LLMs) to assist university computing students with advanced concepts. The AI tutor is be able to access local knowledge, search live websites, and provide concise explanations.

Getting started

Ollama

To serve an LLM locally, we run Ollama for its ease-of-use and accessibility for many popular models. For more information on its installation, refer to Ollama's official repo.

After installation, run ollama run mistral:7b (or another model of choice). This downloads the model before serving it through the Ollama API on http://localhost:11434.

Backend

Start the FastAPI backend with the following:

uvicorn backend:app --reload

Frontend

Start the ReactJS frontend with the following:

cd frontend
npm ci
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 43.8%
  • Python 35.9%
  • TypeScript 15.9%
  • HTML 2.4%
  • CSS 1.4%
  • JavaScript 0.6%