GautamKishore commited on
Commit
e952df0
·
verified ·
1 Parent(s): cd4158d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -6
README.md CHANGED
@@ -1,13 +1,44 @@
1
  ---
2
- title: TinyDoc-VLM
3
  emoji: 📄
4
  colorFrom: blue
5
  colorTo: green
6
- sdk: docker
7
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
- # TinyDoc-VLM
10
 
11
- The World's Smallest Document-Specialist VLM. Upload a document image and ask questions or extract structured data.
12
 
13
- Built by [eulogik](https://eulogik.com)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: TinyDoc-VLM Demo
3
  emoji: 📄
4
  colorFrom: blue
5
  colorTo: green
6
+ sdk: gradio
7
+ sdk_version: 5.50.0
8
+ app_file: app.py
9
+ pinned: true
10
+ license: apache-2.0
11
+ tags:
12
+ - demo
13
+ - document-understanding
14
+ - ocr
15
+ - vqa
16
+ - vision-language-model
17
+ - tinyml
18
+ - gradio
19
  ---
 
20
 
21
+ # TinyDoc-VLM Demo
22
 
23
+ Upload an invoice, receipt, form, or table and ask questions. **256M-param document AI** that runs on CPU.
24
+
25
+ **Try it:**
26
+ 1. Upload a document image
27
+ 2. Ask a question (e.g., "What is the total?", "Extract all fields")
28
+ 3. Get structured answers
29
+
30
+ ## Links
31
+
32
+ - [GitHub](https://github.com/eulogik/TinyDoc-VLM)
33
+ - [PyPI](https://pypi.org/project/tinydoc/)
34
+ - [Model Hub](https://huggingface.co/eulogik/TinyDoc-VLM-256M)
35
+ - [LoRA Adapter](https://huggingface.co/eulogik/TinyDoc-VLM-LoRA)
36
+
37
+ ## What can it do?
38
+
39
+ - Invoice processing
40
+ - Receipt scanning
41
+ - Form understanding
42
+ - Table extraction
43
+ - Document Q&A
44
+ - OCR