Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.03 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.03 KB

CarPrice

This program was created to help with the valuation of the car from the otomoto.pl


Table of content

General info

The application evaluates the advertisement on the basis of the collected data (scrap-otomoto) and the model learned from this data (cars_build_model).

It is enough to provide a link to the advertisement. Will be displayed on the screen:

  • link - which you provided
  • price from the advertisement
  • price proposed by the model

Screenshots

plot


plot

Usage

python3 app.py

If app is starts open your web browser and paste the link http://127.0.0.1:5000

Installation

pip install -r requirements.txt

Technologies

  • Python 3.7
  • beautifulsoup4
  • requests
  • Flask