CoolFace
Apppublic

Francescogiraldi/price-forecast-api

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
infer_example.json19 linesDownload Raw Back to root
1{
2  "inputs": [
3    {
4      "model_key": "",
5      "mileage": 0,
6      "engine_power": 0,
7      "fuel": "",
8      "paint_color": "",
9      "car_type": "",
10      "private_parking_available": false,
11      "has_gps": false,
12      "has_air_conditioning": false,
13      "automatic_car": false,
14      "has_getaround_connect": false,
15      "has_speed_regulator": false,
16      "winter_tires": false
17    }
18  ]
19}