Skip to content

Scraping divar website and gathering extracted data in db and then predicting the price of apartment based on its features.

Notifications You must be signed in to change notification settings

mmayabi/divar_scrap_ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

divar_scrap_ml

Scraping divar website and gathering extracted data in to db and then predicting the price of apartment based on its features. The code was for final project of maktabkhooneh Python Advanced Programming course.

Code containes two part:

  1. Extracting data and gather them in mariadb. User can enter the city and number of pages for scroll.
  2. Training based these data and predicting apartment price.In this step user enter apartment features and get prediction of apartment price.

Steps to run:

  1. having mariadb sql (DB name:divar table:buyapartment divar.sql)
  2. install requirement.txt (beter use venv)
  3. run main.py

About

Scraping divar website and gathering extracted data in db and then predicting the price of apartment based on its features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages