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

https://github.com/schachte/airbnb-dataset-visualization-backend

🔥🔥 🏡 Interactive Data Visualization for the AirBnB Dataset - 2017 📉 🔥🔥
https://github.com/schachte/airbnb-dataset-visualization-backend

airbnb data visualization

Last synced: 14 days ago
JSON representation

🔥🔥 🏡 Interactive Data Visualization for the AirBnB Dataset - 2017 📉 🔥🔥

Awesome Lists containing this project

README

          





View Demo Site Here!








Relevant Links:

AirBnB |
Data Set |
Backend





Group Members

Ryan Schachte |
Spencer Smith |
Sagarika Kadambi |
Fatima Naveed |
Suhasini Ramakrishnan





### Dependency Management
- Installing virtual environment to manage local dependencies `pip install virtualenv'
- Make a virtualenv in your directory by typing `virtualenv venv`
- To activate the virtualenv, type in `source venv/bin/activate`
- Install all the requirements from the requirements.txt file from `pip install -r requirements.txt`

### Setting Up Django Related Elements
- First, sync the database `python manage.py migrate` (Make sure you're in the directory that manage.py is contained in)
- Create a superuser that you can test admin priveleges on `python manage.py createsuperuser`

### Running the Server
`python manage.py runserver`


### Project Purpose
The purpose of this project was to successfully develop a visualize to explore details about a dataset not visible to the naked eye. This tool enables a homeowner to understand complex features of a city or neighborhood by analyzing various features of a typical AirBnB rental.


### AirBnB Backend Visualization Team
This is the frontend component of our visualization tool. This tool was built and designed by:
- Ryan Schachte
- Fatima Naveed
- Suhasini Ramakrishnan
- Sagarika Kadambi
- Spencer Smith