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

https://github.com/fr4nc3/predictions_housing

Housing prediction in great area of Boston using Python Pandas AWS
https://github.com/fr4nc3/predictions_housing

Last synced: 10 months ago
JSON representation

Housing prediction in great area of Boston using Python Pandas AWS

Awesome Lists containing this project

README

          

# Price Predictions Process Book

## Create Enviroment

```
pipenv install --python 3.8
```

## Install dependencies

```
pipenv install Cython Flask gunicorn Jinja2 numpy pandas plotly python-dateutil requests scikit-learn matplotlib seaborn jupyter
```

## run Jupyter trust first

```
jupyter trust pp-solutions.ipynb
```

## Run Jupyter notebook

```
jupyter notebook pp-solutions.ipynb
```

## Creation Process

![Internet Gateway](process-book/img/cicd.png)

## Web Application Structure

![Internet Gateway](process-book/img/archi.png)

## Process Detailed

- [Model](process-book/model/)
- [Database](process-book/database/)
- [Application](process-book/app/)
- [Cloud Architecture](process-book/aws/)