What is the approximate price of the car you want in the market?
This script takes the name, model, kilometer, and production date of the machine you want and return the approximate price of the car
Install Python3 in your system
Install mysql database in your system and Creating a new database (Remember DB name and Password)
Open terminal or command prompt and Enter commands below:
pip install mysql-connector-python
pip install scikit-learn
pip install requests
pip install bs4
Run The script