๐ Whiteboard Notes โ Meeting Summary
Made by: Yash Chowdhary
Transform messy whiteboard photos or handwritten meeting notes into clean, actionable meeting notes.
This app will:
- Extract text from whiteboard or handwritten images
- Organize the notes into a structured summary
- Identify action items, owners, due dates, and priorities
- Generate a downloadable Word document
Input
Example contexts: โข Weekly team standup - Engineering โข Product roadmap planning Q2 โข Client meeting - Project Alpha kickoff โข Brainstorming session - New feature ideas
๐ธ Try an Example
Click an image to try it
Tips for best results
- Use good lighting
- Keep the image in focus
- Capture the full board
- Avoid extreme angles
- Upload multiple photos if the board is split across sections
Output
Upload a whiteboard photo and click Process Notes.
How it works
- Gradio receives the uploaded image as a temporary file path.
- The backend validates the file and checks image dimensions.
- The image is resized and compressed to avoid large API payloads.
- The image is converted into a base64 data URL.
- Qwen2.5-VL extracts all visible text from the image.
- The extracted text is passed back to the model for structured meeting summarization.
- The app creates a Word document from the summary.