Hey everyone,
I was wondering if it would be possible to build an n8n workflow that helps students with math exercises. The idea is to have a system where:
The user uploads an image or PDF containing math exercises.
An OCR extracts the text and mathematical formulas.
The extracted data is stored in a vector database (Supabase) for efficient retrieval.
An AI model (GPT-4, Wolfram Alpha, or others) interprets and solves the exercises step by step.
The user can ask follow-up questions and receive detailed explanations, like interacting with a personal tutor.
The system could integrate with Telegram, WhatsApp, or Email for easy communication.
Need your help!