Skip to content

This repository includes data and code for the AirBnb Optimal Price available through Heroku.

License

Notifications You must be signed in to change notification settings

jacob-torres/AirBnB-Optimal-Price

 
 

Repository files navigation

ptpt-airbnb-2

This repository includes data and code for the AirBnb Optimal Price available through Heroku. https://ptptairbnb2.herokuapp.com/

License: MIT

Project Organization

├── LICENSE
├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── processed      <- The final, Ordinal Encoded File for modeling.
│   └── raw            <- The original data sourced from http://insideairbnb.com/get-the-data.html 
│                         using notebooks/AirBnB_Historical_Data_Collection.ipynb
│
├── models             <- Trained models, model predictions, or model summaries
│
├── notebooks          <- Jupyter notebooks. Notebooks include Collection, Model on smaller data,
│                         and a Model notebook file with all data available.
│
├── requirements.txt   <- The requirements file for reproducing the analysis environment.
│                         generated with `pip freeze > requirements.txt`
│
├── main.py            <- main.py file for Heroku deployment
│
├── static             <- static folder for flask CSS dependencies for Heroku deployment
│
├── templates          <- templates folder for flask for landing html pages for Heroku deployment
│
├── src                <- Source code for use in this project.
│   │
│   ├── main.py        <- main.py file to run the web application.
│   │
│   ├── static         <- static folder for flask CSS dependencies 
│   │
│   └── templates      <- templates folder for flask for landing html pages
│
└── Procfile           <- Procfile for Heroku deployment

Contributors

singparvi | jacob-torres | yestrella14 | Neiswender | jraval2

About

This repository includes data and code for the AirBnb Optimal Price available through Heroku.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 63.5%
  • HTML 35.4%
  • Other 1.1%