nagarmayank commited on
Commit
8944b25
Β·
1 Parent(s): 2c3b4ba

Update README.md to include metadata for Hugging Face Spaces and remove Docker instructions

Browse files
Files changed (1) hide show
  1. README.md +14 -18
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Expense Tracker πŸ“Š
2
 
3
  A FastAPI-based application that uses LLMs to parse bank transaction messages and write structured data to a Google Sheet.
@@ -55,21 +68,4 @@ A FastAPI-based application that uses LLMs to parse bank transaction messages an
55
  Health check and welcome message.
56
 
57
  - **POST `/test`**
58
- Test endpoint to verify authentication.
59
-
60
- ## Docker
61
-
62
- You can also run the app using Docker:
63
-
64
- ```sh
65
- docker build -t expense-tracker .
66
- docker run -p 7860:7860 --env-file .env expense-tracker
67
- ```
68
-
69
- ## License
70
-
71
- [Apache-2.0](LICENSE)
72
-
73
- ---
74
-
75
- Check out the [Hugging Face Spaces config reference](https://huggingface.co/docs/hub/spaces-config-reference) for more details.
 
1
+ ---
2
+ title: Expense Tracker
3
+ emoji: πŸ“Š
4
+ colorFrom: blue
5
+ colorTo: gray
6
+ sdk: docker
7
+ pinned: false
8
+ license: apache-2.0
9
+ short_description: Use LLMs to parse bank messages and write to Google Sheet
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
  # Expense Tracker πŸ“Š
15
 
16
  A FastAPI-based application that uses LLMs to parse bank transaction messages and write structured data to a Google Sheet.
 
68
  Health check and welcome message.
69
 
70
  - **POST `/test`**
71
+ Test endpoint to verify authentication.