Sathvik-kota commited on
Commit
7c12f56
·
verified ·
1 Parent(s): 5566fd6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -12
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Bajaj Bill Extraction API
3
  emoji: 🧾
4
  colorFrom: blue
5
  colorTo: green
@@ -7,17 +7,10 @@ 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
- }
 
1
  ---
2
+ title: Bajaj Datathon Bill API
3
  emoji: 🧾
4
  colorFrom: blue
5
  colorTo: green
 
7
  pinned: false
8
  ---
9
 
10
+ # Datathon Bill Extraction API
11
 
12
+ This Space hosts my backend API for the Bajaj Finserv Health Datathon.
13
+ The endpoint `POST /extract-bill-data` accepts a JSON body:
 
 
 
 
 
14
 
15
  ```json
16
+ { "document": "<public-url-to-bill>" }