Sathvik-kota commited on
Commit
92a64bf
·
verified ·
1 Parent(s): 2b1e26c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -1 +1,23 @@
1
- # kotasathvikReddy_NIT-Hamirpur
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Bajaj Bill Extraction API
3
+ emoji: 🧾
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ # Bajaj Bill Extraction API
11
+
12
+ This Space exposes a FastAPI endpoint for bill data extraction.
13
+
14
+ **Main endpoint (for Datathon):**
15
+
16
+ `POST /extract-bill-data`
17
+
18
+ Request body:
19
+
20
+ ```json
21
+ {
22
+ "document": "https://example.com/path/to/bill.png"
23
+ }