8000 GitHub - bsuvonov/chittak: Helps you pass any monitored online exams. Secretly takes a screenshot, and shows the solution on phone. Powered by Claude 3.5 Sonne.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Helps you pass any monitored online exams. Secretly takes a screenshot, and shows the solution on phone. Powered by Claude 3.5 Sonne.

Notifications You must be signed in to change notification settings

bsuvonov/chittak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Chittak (Claude 3 + NTFY)

A Python script to pass online monitored exams


⚙️ How It Works

demo.online-video-cutter.com.1.1.mp4
  1. Monitors ~/Pictures/Screenshots for new screenshots.
  2. Whenever a new screenshot is taken, program sends the image to Claude 3 with a prompt to identify the task in the image and return the solution.
  3. Sends the answer to ntfy.sh topic, which will show up on phone.

🧩 Requirements

  • Python 3.8+
  • Anthropic account with balance
  • ntfy.sh account (free)

🛠️ Setup

  1. Run the following commands:
git clone git@github.com:bsuvonov/chittak.git
cd chittak
python3 -m venv env & source env/bin/activate
pip install -r requirements.txt
touch .env
  1. Go to www.anthropic.com and get your API key.
  2. Visit ntfy.sh, create an account, and set up a new topic.
  3. Install the ntfy.sh app from app store on your phone and login to your account.
  4. Add your credentials to the .env file like this:
ANTHROPIC_API_KEY=<your-anthropic-api-key>
NTFY_TOPIC=<your-ntfy-topic-name>

🚀 How to use

  1. Run the script on terminal:
python main.py
  1. Start your online exam.
  2. Take a screenshot of the problem (make sure the entire problem fits on the screen, you can press Shift + Prt Sc on Ubuntu to take a screenshot with no disruptions).
  3. Wait a few seconds — you’ll receive the solution directly on your phone via the ntfy.sh app.

Future improvements

Implement a new feature to get or crawl the web page, analyze and solve all the problems on web page and show them on phone at once.

About

Helps you pass any monitored online exams. Secretly takes a screenshot, and shows the solution on phone. Powered by Claude 3.5 Sonne.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0