Skip to content

Kvndoshi/Assignment-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Assignment Solver

This tool lets you snip any region of your screen, extract the text (OCR), and feed it to an AI model to generate an answer. I originally built it using the Davinci-002 API back when ChatGPT didn’t exist, to quickly solve/accelerate college assignments with minimal effort. A sample assignment is included to show how this tool helps complete work easily.

Today, you don’t even need a paid GPT API: you can connect this to any open-source LLM for answer generation.

How it works

  • Snip a region of the screen to capture the question
  • OCR the image to extract text
  • Send the extracted text to an LLM endpoint and display the answer

Screenshots

Screenshot

Gives you the option to take text via the screen snipper or enter it manually.

Screenshot

This is the screen-snipping interface.

Screenshot

You can tweak parameters (originally built for Davinci‑002). There’s also a multiple-questions mode: if the assignment has multiple questions in one block of text, it splits them and feeds them to the AI one by one, showing answers on the right side of the page.

Screenshot

This is a sample assignment I used to get.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors