Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 635 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 635 Bytes

Carprice

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

How to use

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