EXPLANATION: Use scrapping to collect data. Refactor scrapped data from website. Create SQLite database. Create machine learning models
How to use:
pip install requirement.txt
Create Google Maps API key and insert into:
api = gmaps.Directions(api_key='')
Run main.py
All data is saved to ApartmentsInfo.db
Wait =)
After all process related to collecting and preparing data, system will run training for models. Models will be saved in models folder.