Skip to content

dilawar/math-tutor-openai

Repository files navigation

image

A Math Tutor

Upload a screenshot of math problem and let OpenAI solve it for you -- step by step.

A NextJS + React + tRPC project.

Sequence Diagram

Sequence diagram

Building

  • Add your OpenAI key. Add to .env file. See .env.example file.
  • make bootstrap installs deps.
  • make launches the app.