feat: Add screenshot processing adapters

This commit is contained in:
2026-03-07 12:30:32 +05:30
parent 8715ebafe8
commit e6c3eec5bb
7 changed files with 1340 additions and 2 deletions

View File

@@ -4,4 +4,14 @@ version = "0.1.0"
description = "watcha doin' there? Your own digital invigilator making sure you're not distracted"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"transformers<5.3.0",
"accelerate",
"pillow<=11.0.0",
"pip>=26.0.1",
"torch>=2.10.0",
"einops>=0.8.2",
"sentencepiece>=0.2.1",
"requests>=2.32.5",
"jsonschema>=4.26.0",
]