Car Price Predictor With Machine Learning
CurrentWithin this web application, I employ a range of data science tools and Python to conduct real-time predictive analysis of the projected listing price for cars. The code integrates with MercadoLibre's API to fetch the necessary data, which is then processed and refined using Python for model input. Subsequently, statistical techniques are applied to assess central tendencies, including mean, median, and quantiles.Following data preparation, the application proceeds to train four distinct machine learning models. The predictions generated by these models are presented alongside their respective performance metrics and the previously mentioned statistical insights. The technology stack underpinning this project encompasses Google Cloud Run for deployment, Docker for containerization, Git for version control, and a comprehensive array of Python libraries to facilitate the data analysis and modeling process.