Skip to content

The easiest way to convert images to LaTeX documents!

Notifications You must be signed in to change notification settings

rohanvedula/PaZaR

Repository files navigation

PaZaR

An SE 101 project to convert math notes into LaTeX.

Here's our demo video:

Final.1.mp4

Hardware

The hardware component of the project included connecting a Raspberry Pi with a Pi Camera to a breadboard with control buttons and LEDs for feedback. Once the picture was taken, it would be sent to the API to handle the symbol recognition and OCR to get the LaTeX code back.

Running the symbol recognition script

Will be further documented as we move on but here are the general instructions (make sure you have Python 3.7 or newer installed):

python3 -m venv ./env
. ./env/bin/activate
pip3 install -r requirements.txt
cd symbol_recognition
python3 identify.py

About

The easiest way to convert images to LaTeX documents!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •