-
Brand: The brand of the car (string).
-
Model: The model name of the car (string).
-
Year: The manufacturing year of the car (float).
-
Mileage: The mileage of the car (float).
-
Engine: The type of engine in the car (string).
-
Engine Size: The size of the car's engine (float).
-
Transmission: The type of transmission (string).
-
Automatic Transmission: Indicator of whether the car has an automatic transmission (float).
-
Fuel Type: The type of fuel the car uses (string).
-
Drivetrain: The type of drivetrain (string).
-
Min MPG: The minimum miles per gallon the car can achieve (float).
-
Max MPG: The maximum miles per gallon the car can achieve (float).
-
Damaged: Indicator of whether the car has any damage (float).
-
First Owner: Indicator of whether the car is owned by the first owner (float).
-
Personal Using: Indicator of whether the car is used for personal purposes (float).
-
Turbo: Indicator of whether the car has a turbocharger (float).
-
Alloy Wheels: Indicator of whether the car has alloy wheels (float).
-
Adaptive Cruise Control: Indicator of whether the car has adaptive cruise control (float).
-
Navigation System: Indicator of whether the car has a navigation system (float).
-
Power Liftgate: Indicator of whether the car has a power liftgate (float).
-
Backup Camera: Indicator of whether the car has a backup camera (float).
-
Keyless Start: Indicator of whether the car has keyless start (float).
-
Remote Start: Indicator of whether the car has remote start (float).
-
Sunroof/Moonroof: Indicator of whether the car has a sunroof or moonroof (float).
-
Automatic Emergency Braking: Indicator of whether the car has automatic emergency braking (float).
-
Stability Control: Indicator of whether the car has stability control (float).
-
Leather Seats: Indicator of whether the car has leather seats (float).
-
Memory Seat: Indicator of whether the car has memory seats (float).
-
Third Row Seating: Indicator of whether the car has third-row seating (float).
-
Apple CarPlay/Android Auto: Indicator of whether the car supports Apple CarPlay or Android Auto (float).
-
Bluetooth: Indicator of whether the car has Bluetooth connectivity (float).
-
USB Port: Indicator of whether the car has a USB port (float).
-
Heated Seats: Indicator of whether the car has heated seats (float).
-
Interior Color: The color of the car's interior (string).
-
Exterior Color: The color of the car's exterior (string).
docker build -t car_price_prediction .
docker run -d -p 80:80 car_price_prediction