Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michal-wrzosek/real-estate-price-prediction

WREPPA - Warsaw Real Estate Price Prediction App (Machine Learning)
https://github.com/michal-wrzosek/real-estate-price-prediction

flask jupyter-notebook machine-learning neural-network node-js real-estate scikit-learn

Last synced: 9 days ago
JSON representation

WREPPA - Warsaw Real Estate Price Prediction App (Machine Learning)

Awesome Lists containing this project

README

        

# Warsaw's Real Estate Price Prediction Neural Network
*by Michal Wrzosek from Wrzosek Real Estate Agency*

This repository keeps in one place files used to scrape real estate data, analyze data, create a prediction model and simple web app to serve as a simple website where you can interact with the model.

Stack:
- Python
- Scikit Learn
- Jupyter Notebook
- Node.js
- Flask

[Model Development Notebook](jupyter-notebook/dataOnMap.ipynb)

## Building a Neural Network
In order to build my own network I was following mostly those resources.

Links:
- [GitHub](https://github.com/cloudxlab/ml/blob/master/machine_learning/end_to_end_project.ipynb)
- [YouTube](https://www.youtube.com/watch?v=_zZFm90AwDs&list=PLFhNzVKP1pVrNU8cTL_t-8YzPLF8i8PaS&index=11)

## Docker image
We're using Jupyter Notebook + Tensorflow & Keras image: `tensorflow-notebook:5ed91e8e3249`
Based on this image we're building our image where we're adding some more useful packages.

To build: `npm run build`
To start: `npm run start`

Navigate to `http://localhost:8888` and paste `token` that was printed in your console.

Links:
- https://github.com/jupyter/docker-stacks
- https://github.com/jupyter-widgets/ipyleaflet
- https://ipyleaflet.readthedocs.io/en/latest/