CoolFace
Apppublic

mcikalmerdeka/vlms-ocr-playground

sourceHugging Facemitupdated 8mo agoView on Hugging Face
3likes
18 commits on main
9bff3478mo ago

chore: fix application name inside the ui

mcikalmerdeka
89bb6068mo ago

chore: cleaning up sample data folder as they are included in the examples/ folder already

mcikalmerdeka
bf7f1c38mo ago

fix task dropdown initialization to match default model (PaddleOCR)

mcikalmerdeka
9afb4ef8mo ago

Fix GLM-OCR: Use git transformers version for AutoProcessor support

mcikalmerdeka
516024b8mo ago

change default model to PaddleOCR-VL-1.5

mcikalmerdeka
603db878mo ago

add GPU requirement notices and graceful error handling for CPU deployment

mcikalmerdeka
6b00b308mo ago

fix DeepSeek-OCR-2 compatibility: pin versions and add flash attention fallback

mcikalmerdeka
d04024a8mo ago

fix PaddleOCR API integration - auth header and fileType

mcikalmerdeka
95c1c428mo ago

fix dropdown validation error on model switch

mcikalmerdeka
d7b6e8a8mo ago

refactor Gradio interface to remove redundant theme specification and clean up Textbox components

mcikalmerdeka
e485dfd8mo ago

update README to change color scheme and refine short description

mcikalmerdeka
c7ff0cc8mo ago

add hf space yaml config in readme

mcikalmerdeka
81e31d38mo ago

implement Unified OCR Platform with multiple model support, including DeepSeek-OCR-2, GLM-OCR, and PaddleOCR-VL-1.5. Add main application entry point, configuration, and Gradio interface. Update README and requirements for new dependencies.

mcikalmerdeka
cbf7bf78mo ago

add example image files

mcikalmerdeka
d13dea78mo ago

add several sample images to try

mcikalmerdeka
168b52b8mo ago

update code for model loading

mcikalmerdeka
d25c9148mo ago

add deepseek ocr 2 code

mcikalmerdeka
b5baecb8mo ago

initialize repo

mcikalmerdeka