aastikny commited on
Commit
1724397
·
verified ·
1 Parent(s): 16e82bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -35,4 +35,20 @@ This project uses modern Python packaging via `pyproject.toml`, eliminating the
35
  **1. Install dependencies:**
36
  ```bash
37
  pip install .
38
- # Or, if you are using uv: uv pip install .
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  **1. Install dependencies:**
36
  ```bash
37
  pip install .
38
+ # Or, if you are using uv: uv pip install .
39
+ ```
40
+
41
+ **2. Generate the starting databases:**
42
+ ```bash
43
+ python generate_templates.py
44
+ ```
45
+
46
+ **3. Run the baseline agent (Requires HF_TOKEN):**
47
+ ```bash
48
+ python inference.py
49
+ ```
50
+
51
+ **4. Run the API Server locally (Optional):**
52
+ ```bash
53
+ python app.py
54
+ ```