Commit History

feat: add native Android app wrapper using Capacitor and update docs
34c409d

Krishna Venkatesh commited on

docs: update all documentation to reflect final 3-pipeline architecture and gpt-4o high-res upscaling
2b1625e

Krishna Venkatesh commited on

fix: revert gpt-4o logprobs to hardcoded confidence heuristic
163b336

Krishna Venkatesh commited on

style: run black formatter on tests/test_pipeline_llm.py to fix CI
5ccb340

Krishna Venkatesh commited on

fix: scale up small images for gpt-4o vision mode and simplify prompt
c2a5d79

Krishna Venkatesh commited on

feat: calculate true confidence using openai logprobs
6df5055

Krishna Venkatesh commited on

style: fix flake8 line length error in pipeline_llm.py
fc1e6ce

Krishna Venkatesh commited on

style: run black formatter on pipeline_llm.py to fix CI
82e5d65

Krishna Venkatesh commited on

feat: apply strong deterministic system prompt and settings for GPT-4o vision pipeline
474b8f8

Krishna Venkatesh commited on

style: remove double dashes placeholders and clean up remaining pipeline D references
d8d1d62

Krishna Venkatesh commited on

fix: update unit tests to match new 3-pipeline ensemble parameters
e274782

Krishna Venkatesh commited on

fix: update css grid layout for 3 columns instead of 4
49c4057

Krishna Venkatesh commited on

refactor: remove Pipeline D (Finetuned YOLO) to massively improve inference latency and simplify architecture to 3 pipelines
0fbc258

Krishna Venkatesh commited on

feat: implement global drag and drop support for image uploads
e8efaf9

Krishna Venkatesh commited on

fix: revert pipeline D to dot clustering because finetuned model predicts individual dots, not characters
cec63e6

Krishna Venkatesh commited on

fix: revert to gpt-4o because gpt-4-turbo lacks image_url support in the current openai package version
1d1faa5

Krishna Venkatesh commited on

style: wrap LLM system prompt strings to fix flake8 E501 line length CI failure
d0ba615

Krishna Venkatesh commited on

style: apply black formatting to fix CI pipeline failures
f485dae

Krishna Venkatesh commited on

feat: switch OpenAI model from gpt-4o to gpt-4-turbo to test hallucination rates
5de4ac2

Krishna Venkatesh commited on

fix: upload finetuned model using git-lfs
9f10613

Krishna Venkatesh commited on

chore: clean up unused imports from pipelines B and D
ce43393

Krishna Venkatesh commited on

fix: correctly handle YOLO bounding boxes as characters instead of individual dots in pipelines B and D
4506219

Krishna Venkatesh commited on

fix: normalize ensemble weights and improve GPT-4o system prompt to reduce hallucination
4a46c38

Krishna Venkatesh commited on

feat: light theme by default with dark mode toggle
eafd843

Krishna Venkatesh commited on

feat: redesign UI with dark mode + webcam capture support
df4df70

Krishna Venkatesh commited on

fix: handle HF proxy buffering (non-streaming fallback) + increase gunicorn timeout
b962cae

Krishna Venkatesh commited on

fix: clean requirements.txt for Docker build (remove pyobjc, dev deps, broken editable install)
65c5904

Krishna Venkatesh commited on

fix: add HF Spaces YAML metadata for Docker build
301128f

Krishna Venkatesh commited on

docs: add UI screenshots for hackathon submission
5fada16

Krishna Venkatesh commited on

fix: clean all non-ASCII chars, fix CI (lint + tests), secure API keys
c81c805

Krishna Venkatesh commited on

feat: four-column progressive ensemble UI driving /upload_ensemble
03723f7

Krishna Venkatesh Claude Opus 4.8 (1M context) commited on

chore: organize markdown files - move docs to docs/ directory
8294aac

Krishna Venkatesh commited on

chore: update .gitignore to exclude training artifacts and large files
35f221c

Krishna Venkatesh commited on

feat: implement four-pipeline ensemble (CV + Roboflow + GPT-4o + finetuned YOLOv8)
8df3deb

Krishna Venkatesh commited on

feat: four-pipeline ensemble (CV + Roboflow + GPT-4o + finetuned YOLOv8)
beaf9e0

Krishna Venkatesh commited on

fix: tune blob detector for real images, update benchmark results
5257430

Krishna Venkatesh commited on

docs: add real-image benchmark results and detection tuning notes
cb512d3

Krishna Venkatesh commited on

docs: add live demo status
d3e9beb

Krishna Venkatesh commited on

docs: add Hugging Face Space metadata
da2ee4c

Krishna Venkatesh commited on

chore: verify Docker and update project checklist
223db34

Krishna Venkatesh commited on

feat: scaffold BrailleVision app
e923c09

Krishna Venkatesh commited on