Skip to content

Predicting Price Indices with a deep neural network (DNN) model using TensorFlow

Notifications You must be signed in to change notification settings

ericchan24/price_indices

Repository files navigation

How expensive is your city?

I built a model to predict how expensive it is to live in any city in the world. The model was built using price indices from hundreds of cities and prices of dozens of items in each city.

I scraped the data from expatistan using BeautifulSoup.

I used TensorFlow to create a deep neural network (DNN) regression model.

I used Streamlit to build a web app to showcase the results.

There are three notebooks and two scripts in this proejct.

  1. expatistan_web_scraping.ipynb
  • notebook for web scraping to gather data
  1. linear regression dnn model.ipynb
  • notebook to build a TensorFlow deep neural network (DNN) regression model
  1. linear regression polynomial features.ipynb
  • notebook to build a linear model using scikit learn a_scrape_data.py
  • script for web scraping to gather data
    b_app.py
  • script for building a Streamlit web app s

About

Predicting Price Indices with a deep neural network (DNN) model using TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published