Skip to content

MuhammadHasifF/Math-Study-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Math-Study-Bot

math-quiz-bot/
│── README.md
│── requirements.txt
│── quiz_openai.py      # OpenAI API version
│── quiz_local.py       # Local Ollama version (free)
│── utils/
│    └── pdf_utils.py   # PDF text extraction helper

This repo turns your PDF tutorial questions into an endless multiple-choice quiz using AI.

Setup

  1. Clone repo:
git clone https://github.com/your-username/math-quiz-bot.git
cd math-quiz-bot
  1. Install dependencies:
pip install -r requirements.txt
  1. Install Local Ollama Version Install Ollama https://ollama.ai

  2. Pull Ollama

ollama pull mistral
  1. Run the bot:
#in the repo directory
python quiz_local.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages