Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 875 Bytes

File metadata and controls

57 lines (41 loc) · 875 Bytes

MathScribe

Application for recognizing mathematical formulas from images and converting them to LaTeX. Includes Python backend and OCR model.

Tech Stack

  • React
  • JavaScript
  • Python
  • FastAPI
  • Flask
  • Docker
  • Nginx

Features

  • Formula recognition from images
  • LaTeX conversion
  • REST API
  • Docker support

Getting Started

Prerequisites

Installation

git clone https://github.com/Br1Im/MathScribe.git
cd MathScribe
npm install
pip install -r backend/LaTeX-OCR/docs/requirements.txt

Running

npm start

Project Structure

MathScribe/
  backend/
  frontend/
  docker-compose.yml

Author

Br1Im - GitHub Profile