UsedCarPricePrediction/ ├── UsedCarPricePrediction.sln # Solution file ├── README.md # This file ├── DataModels/ # Data transfer objects │ ├── Dtos/ │ │ ├── PredictionInputs.cs │ │ ├── ...