Skip to content

jedrzejd/CarPrice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published