1. 03 Dec, 2024 2 commits
    • myhloli's avatar
      fix(vram): improve VRAM checking logic · 104273cc
      myhloli authored
      - Update VRAM checking logic in app.py and model_utils.py
      - Add None and type checks for VRAM values
      - Adjust concurrency limit calculation in app.py
      - Modify clean_vram function to handle cases with no VRAM information
      104273cc
    • myhloli's avatar
      feat(gradio_app): implement dynamic concurrency limit based on VRAM · b1fe9d4f
      myhloli authored
      - Add get_concurrency_limit function to calculate concurrency limit based on VRAM
      - Update clean_vram function and rename to get_vram for better clarity
      - Apply concurrency limit to the to_markdown function in the Gradio app
      b1fe9d4f
  2. 21 Nov, 2024 1 commit
  3. 18 Nov, 2024 1 commit
  4. 08 Nov, 2024 1 commit
  5. 23 Oct, 2024 2 commits
    • myhloli's avatar
      feat: add support for non-PDF file conversion to PDF · 4834baf4
      myhloli authored
      - Implement to_pdf function to convert non-PDF files to PDF format
      - Integrate file upload functionality for PDF and image files- Update UI to include file upload component and PDF preview
      - Add conversion button and update its functionality to handle new file types
      4834baf4
    • myhloli's avatar
      feat(model): add support for DocLayout-YOLO model · 1279f2cd
      myhloli authored
      - Add new layout model option: DocLayout-YOLO
      - Implement model initialization and prediction for DocLayout-YOLO
      - Update configuration options to include new model- Modify existing code to support both LayoutLMv3 and DocLayout-YOLO models
      - Update Gradio app to support more Custom Switch
      1279f2cd
  6. 16 Oct, 2024 1 commit
  7. 08 Oct, 2024 1 commit
    • myhloli's avatar
      feat: add arXiv paper link to header and adjust PDF parsing logic- Add arXiv... · a71db703
      myhloli authored
      feat: add arXiv paper link to header and adjust PDF parsing logic- Add arXiv paper link to the header template for easy access to the latest research paper.
      - Modify the PDF parsing logic to handle edge cases more accurately, particularly in determining the number of lines in a block based on its height.
      a71db703
  8. 12 Sep, 2024 1 commit
  9. 09 Sep, 2024 1 commit