Skip to content

FreddyBono5/MathChatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algebraic Math Tutor

Description

The system is a web-based chatbot designed to help users solve basic math problems. Users are able to input questions and equations, and the system generates solutions along with step-by-step explanations. The system uses an LLM to generate both the solutions and the explanations, with responses tailored to be easily understood by individuals in early education.

This chatbot helps students understand basic math problems more effectively without the need for a human tutor. It acts similarly to a tutor by providing users with a way to receive immediate solutions and explanations for the problems they are struggling to solve. The responses include step-by-step explanations that are easy for someone in early education to understand and follow.

Configuration for Use

  1. Install Ollama https://ollama.com/download

  2. Start Ollama (runs in background automatically on Windows)

  3. Pull model: ollama run llama3

  4. Install dependencies: npm install

  5. Start server: node src/server.js

  6. Open app: http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors