This is a recommendation system for determining the price of a car based on existing offers on online ukrainian marketplaces. It important for someone who heed to short sale his car. So far system is only working with fuel cars.
In this project I get data from autoria.com - the biggest ukrainian marketplace for selling used cars. Every user request is processed and service parse data from site that are analyzed by service.
To get the final result I analyze data and use linear regression.
Linear regression is a data analysis method used to identify a linear relationship between one or more independent variables and a dependent variable. It constructs a mathematical model, represented by a linear equation, to predict the values of the dependent variable based on input data. This method finds widespread application in various fields, including economics, physics, and machine learning, for data prediction and analysis purposes.
git clone https://github.com/car_prices_bot.git
Required libraries: requests, bs4, pandas, scikit-learn, json, aiogram.
Here you can see example of work Running with:
cd car_prices python bot.py
In next patches I plan to add oportunity work with electrocars and other vehicles. Also in next versions I try to switch on autoria.com API and minimize worktime.

