Elie Brosset commited on
Commit
73e3b7d
1 Parent(s): 6739f59

update readme

Browse files
Files changed (1) hide show
  1. README.md +10 -27
README.md CHANGED
@@ -1,27 +1,10 @@
1
- # RetailGPT
2
- ![Screenshot](screenshot.png)
3
-
4
- # How to setup
5
-
6
- ## Install dependencies
7
-
8
- ```bash
9
- pip install -r requirements.txt
10
- ```
11
-
12
- ## Required environment variables
13
-
14
- ```bash
15
- OPENAI_API_KEY=...
16
- DATA_FOLDER=...
17
- ```
18
-
19
- `DATA_FOLDER` is the path to the file `transactiondescriptor.csv` which contains the transaction descriptors.
20
-
21
- ## Run the server
22
-
23
- ```bash
24
- python app.py
25
- ```
26
-
27
- Or run debug mode in VSCode.
 
1
+ ---
2
+ title: {{title}}
3
+ emoji: {{emoji}}
4
+ colorFrom: {{colorFrom}}
5
+ colorTo: {{colorTo}}
6
+ sdk: {{sdk}}
7
+ sdk_version: {{sdkVersion}}
8
+ app_file: app.py
9
+ pinned: false
10
+ ---