CoolFace
Apppublic

kapoorkarmanya/cv-accuracy-upgrades

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
28 commits on main
9f2b7382mo ago

feat: add ECC alignment and Hough circle snapping to improve accuracy

kapoorkarmanya
ecd856a2mo ago

removed the wrong changes made by the incorrect prompts

kapoorkarmanya
5cd0a5e2mo ago

Fix the Supabase empty array timeout bug and the Integer/String type mismatch causing duplicate sheet insertions.

kapoorkarmanya
5f790d62mo ago

Unify the duplicate detection logic so both Barcode (sheet_id) and Roll Number (omr_id) collisions are stashed for user resolution, while bypassing Identity Errors.

kapoorkarmanya
0f4a85d2mo ago

feat(scanner): implement non-blocking batch conflict resolution

kapoorkarmanya
babb6263mo ago

Locate and close the orphaned `try` block in `main.py` that is causing the SyntaxError around the `/generate-omr` endpoint.

kapoorkarmanya
7d5c8793mo ago

refactor(omr-generation): harden PDF generation route, proxy handler, and backend memory buffers

kapoorkarmanya
6a274fa3mo ago

feat(omr-engine): implement statistical dynamic calibration and out-of-scope boundary filters

kapoorkarmanya
ca645573mo ago

feat(taxonomy): implement dynamic admin-controlled test categorization" -m "Key updates:

kapoorkarmanya
302a0d14mo ago

feat(billing): implement custom tier escrow engine and cashfree webhook security" -m "Architecture updates:

kapoorkarmanya
0872c454mo ago

Implement Enterprise Quota UX in the Scanner Client. Prevent users from submitting batches that exceed their limit, and handle the 402 Error gracefully.

kapoorkarmanya
cdb2d5e4mo ago

Remove the slow `PyPDF2` loop inside `/download-omr` and wire the endpoint directly to the native, pixel-perfect `generate_omr.py` script.

kapoorkarmanya
1d253ec4mo ago

Wire the `/download-omr` endpoint to use the existing, pixel-perfect `generate_omr.py` script instead of the slow PyPDF2 fallback.

kapoorkarmanya
d4b256e4mo ago

Implement the Pipelined Assembly Line to overlap upload and grading, and add a Redis connection safeguard for the training sync task.

kapoorkarmanya
ae4e2865mo ago

Completely replace `sync_training_data_task` to upload a single zip archive instead of individual PNGs, bypassing Supabase rate limits.

kapoorkarmanya
65c88f25mo ago

Completely replace `sync_training_data_task` to create a single zip archive of patches instead of uploading individual PNGs, preventing Supabase DDOS errors.

kapoorkarmanya
52ff9cc5mo ago

fix(engine): resolve redis collision and supabase rate limits

kapoorkarmanya
dae734f5mo ago

perf: zip training data to prevent rate limits

kapoorkarmanya
57568425mo ago

perf: offload audit image uploads to background queue for zero-latency VIP grading

kapoorkarmanya
e71ef155mo ago

perf: completely drop empty and metadata bubbles from training pipeline to maximize VIP speed

kapoorkarmanya
33666f85mo ago

moving the 2% empty bubble rate limiter upstream into ision.py before local disk writes

kapoorkarmanya
e9f8e855mo ago

perf: move result saving to VIP queue to prevent upload blocking

kapoorkarmanya
41bc8c65mo ago

fix: forcefully remove redis lock and rewrite training patch upload

kapoorkarmanya
aa02b205mo ago

fix: resolve redis lock ssl syntax and implement local disk handoff

kapoorkarmanya
03726be5mo ago

fix: catch both strict and implicit celery task names in routing

kapoorkarmanya
7909acf5mo ago

fix: resolve upstash celery ssl requirements and add health check

kapoorkarmanya
8c4754f5mo ago

fix: add huggingface configuration readme

kapoorkarmanya
58f79515mo ago

Production deployment: Cleaned Binaries

kapoorkarmanya