Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,5 +10,9 @@ app_file: app.py
|
|
10 |
pinned: false
|
11 |
---
|
12 |
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
10 |
pinned: false
|
11 |
---
|
12 |
|
13 |
+
|
14 |
+
# Trip Generation Script
|
15 |
+
|
16 |
+
This repository is used to deploy the trip generation script using huggingface spaces. It is triggered by a webhook emitted from our speckle stream.
|
17 |
+
Model parameters can be set in the config.json file (e.g. alpha values).
|
18 |
+
The Trip Generation.xlsx is also part of this repository and is read out each time the model reruns.
|