Skip to content

Latest commit

 

History

History
44 lines (40 loc) · 1.61 KB

README.md

File metadata and controls

44 lines (40 loc) · 1.61 KB

Data Science Capstone Project

The repository will include code for the Capstone project in Applied Data Science Capstone course on Coursera. This includes various notebooks, reports and the complete data science project.

Capstone Project description

The project includes exploring venues in Chandigarh, India using datasets from two APIs - Foursquare API and Zomato API. The aim of this project is to allow any visitor to select from a range of venues based on their venue rating and average price preferences.

Set up

  1. Clone the repository
git clone https://github.com/kb22/Coursera_Capstone.git
  1. Move inside the newly created repository
cd Coursera_Capstone
  1. Create a virtual environment and activate it (optional)
virtualenv -p $(which python) .
source bin/activate
  1. Install all libraries
pip install -r requirements.txt
  1. Start jupyter
jupyter notebook
  1. Run jupyter files you want
  • Exploring venues in Chandigarh.ipynb
  • Clustering on Toronto.ipynb
  • Getting coordinates.ipynb
  • Data Collection.ipynb
  1. Deactivate environment (if created and activated before)
deactivate

Maps

Maps generated in the notebooks have been placed inside the maps folder. Download/clone the repository and access the maps on your local machine.