Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DocUA
/
Local_OCR_Demo
like
0
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Local_OCR_Demo
61.2 kB
1 contributor
History:
18 commits
DocUA
feat: Implement CUDA BF16 error handling with automatic fallback to CPU for model inference and generation.
4f43939
1 day ago
.gitignore
473 Bytes
Implement warning suppression, ensure pad token ID for generation, enable deterministic sampling, refine Gradio UI CSS and clear functionality, and add `.env` to .gitignore."
4 days ago
OCR_ANALYSIS_REPORT.md
5.37 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
README.md
8.59 kB
feat: Automatically set generation config's `pad_token_id` and `eos_token_id` from the tokenizer and suppress Hugging Face logging warnings.
2 days ago
app.py
11.8 kB
fix: Add a fallback definition for `is_torch_fx_available` in `transformers.utils.import_utils`.
2 days ago
app_hf.py
18.2 kB
feat: Implement CUDA BF16 error handling with automatic fallback to CPU for model inference and generation.
1 day ago
compare_models.py
3.45 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
convert_docs.py
1.1 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
convert_full_pdf.py
1.09 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
generate_test_image.py
663 Bytes
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
ocr_full_pdf12.py
2.87 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
requirements.txt
175 Bytes
refactor: Enhance dependency import robustness with try-except blocks and add version logging for Gradio and HuggingFace Hub.
2 days ago
test_inference.py
1.92 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
test_medgemma.py
1.95 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
test_minimal.py
829 Bytes
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago
test_real_docs.py
2.66 kB
Initial commit: DeepSeek-OCR-2 & MedGemma-1.5 multimodal analysis app with ZeroGPU support
4 days ago