This is a Streamlit application that allows users to draw math equations on a canvas, captures the canvas image, sends it to OpenAI's GPT-4o model for processing, and displays the result.
- Draw math equations on an interactive canvas.
- Upload the canvas image to OpenAI's GPT-4o model.
- Display the result on the canvas and in a large font.
- Clear the canvas to start over.
- Python 3.x
- Streamlit
- Pillow
- OpenAI
- Streamlit Drawable Canvas
- NumPy
- Clone the repository:
git clone https://github.com/yourusername/MEGAT-AI-Math-Notes.git cd MEGAT-AI-Math-Notes