Spaces:
Sleeping
Sleeping
maj app
Browse files
app.py
CHANGED
|
@@ -41,9 +41,10 @@ class CarData(BaseModel):
|
|
| 41 |
app = FastAPI(
|
| 42 |
title="GetAround Prediction API",
|
| 43 |
description="""
|
| 44 |
-
|
|
|
|
| 45 |
|
| 46 |
-
👉 Pour
|
| 47 |
|
| 48 |
- car_brand : "Citroën", "Peugeot", "PGO", "Renault", "Audi", "BMW", "Ford", "Mercedes",
|
| 49 |
"Opel", "Porsche", "Volkswagen", "KIA Motors", "Alfa Romeo", "Ferrari",
|
|
|
|
| 41 |
app = FastAPI(
|
| 42 |
title="GetAround Prediction API",
|
| 43 |
description="""
|
| 44 |
+
|
| 45 |
+
Cette API prédit le prix de location journalier d’un véhicule.
|
| 46 |
|
| 47 |
+
👉 Pour les (car_brand, fuel, car_type, paint_color), vous devez choisir une valeur parmi les critères listés, à savoir :
|
| 48 |
|
| 49 |
- car_brand : "Citroën", "Peugeot", "PGO", "Renault", "Audi", "BMW", "Ford", "Mercedes",
|
| 50 |
"Opel", "Porsche", "Volkswagen", "KIA Motors", "Alfa Romeo", "Ferrari",
|