Spaces:
Sleeping
Sleeping
madamanastasia commited on
Commit ·
79f1ad5
1
Parent(s): aea70bb
Restore Space configuration
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: getaround-pricing-api
|
| 3 |
+
emoji: 🚗
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Getaround Pricing API
|
| 11 |
+
|
| 12 |
+
FastAPI model predicting `rental_price_per_day`.
|
| 13 |
+
|
| 14 |
+
## Required input format
|
| 15 |
+
{"input": [[...]]} with 13 values in strict feature order.
|