Solver banner

Solver

4 devlogs
22h 16m 15s

An AI-powered tool that automatically detects and fills in blank gaps on language worksheets (e.g., fill-in-the-blank, cloze tests, grammar exercises). It combines a custom-trained YOLO object detection model with a multimodal large language model…

An AI-powered tool that automatically detects and fills in blank gaps on language worksheets (e.g., fill-in-the-blank, cloze tests, grammar exercises). It combines a custom-trained YOLO object detection model with a multimodal large language model (Google Gemini or a local Ollama model) to locate gaps and generate correct answers.

This project uses AI

GitHub Copilot for the readme file, the website and code completion

Demo Repository

Loading README...

Arvid Bouziane

Shipped this project!

Hours: 22.27
Cookies: 🍪 108
Multiplier: 4.83 cookies/hr

I saw many people using ChatGPT to solve their homework, but they still had to paste the answers manually into their worksheets. So I thought it would be much easier if an AI could do it automatically. That’s how I came up with the idea for Solver.

Arvid Bouziane

I finished the website and made a standalone executable

Attachment
0
Arvid Bouziane

I created a simple web interface to make it easier to use, and I made some changes, especially to the local functionality.

Attachment
0
Arvid Bouziane

I’ve made very good progress. My program can now solve gap-fill exercises.

Attachment
0
Arvid Bouziane

My gap-detection model is working great

Attachment
0