This project focuses on building a machine learning-powered web dashboard to assist Ford used car dealers in predicting and managing car prices. Using historical data, three models—Linear Regression, Gradient Boosting Regressor, and Random Forest—were trained and evaluated. The Random Forest Regressor delivered the most accurate results and was selected for deployment. The predicted prices were integrated into a dynamic PHP web application, allowing users to filter listings by model, year, and fuel type.
Tools Used: Python, Scikit-learn, Google Colab, MySQL, PHP, AJAX.