Commit History

feat: Add a JSON output tab to display raw inference results for both Document and Visual Language tasks.
3141d0f
Running

Luis J Camargo commited on

feat: Add early exit conditions to math escaping, prevent duplicate visualizations, and introduce initial loading indicators for inference.
7f05360

Luis J Camargo commited on

feat: Integrate Gradio progress bar support and refine error handling in inference functions.
015d8e6

Luis J Camargo commited on

progres report fix
9bd7a9e

Luis J Camargo commited on

feat: Implement streaming OCR results by converting `run_inference` to a generator and updating UI wrappers to consume partial outputs.
610efd0

Luis J Camargo commited on

feat: Add default configuration for the PaddleOCR-VL-1.5 pipeline.
b7745a8

Luis J Camargo commited on

refactor: Update PaddleOCR-VL model to 1.5 in configuration generation and remove the default.yaml file.
cec97f0

Luis J Camargo commited on

feat: Add Gradio progress bar updates to the `run_inference` function for better user feedback.
378d343

Luis J Camargo commited on

refactor: Update pipeline predict call to use keyword argument and iterate through results for printing.
414d76f

Luis J Camargo commited on

refactor: Migrate image inputs from `gr.File` to `gr.Image` for native preview support, removing custom preview logic, and add full progress display for inference tasks.
b107ea6

Luis J Camargo commited on

feat: add logging for prediction pipeline output type and content
2147761

Luis J Camargo commited on

config: Update OCR model_name from TachiwinOCR-VL-1.5 to PaddleOCR-VL-1.5-0.9B.
3f87369

Luis J Camargo commited on

chore: Update OCR_VL_Recognition model name from PaddleOCR-VL-0.9B to TachiwinOCR-VL-1.5.
0c7be8b

Luis J Camargo commited on

feat: Download OCR model locally from Hugging Face, update pipeline configuration to use the local path, and add `archive` to `.gitignore`.
0297456

Luis J Camargo commited on

feat: Add Gradio UI and inference logic for audio language classification with a custom Whisper encoder.
acf8835

Luis J Camargo commited on

refactor: Streamline PaddleOCR-VL pipeline setup using `paddlex` CLI for config generation and add new UI reference and existing OCR app files.
4bdfa9b

Luis J Camargo commited on

refactor: Improve PaddleOCR pipeline setup, configuration, and error handling in `app.py` and add new UI-related reference modules.
2ea14b2

Luis J Camargo commited on

first commit
58fd993

Luis J Camargo commited on

initial commit
dcf1d67
verified

ljcamargo commited on