This program was created to help with the valuation of the car from the otomoto.pl
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
python3 app.py
If app is starts open your web browser and paste the link http://127.0.0.1:5000
pip install -r requirements.txt
- Python 3.7
- beautifulsoup4
- requests
- Flask