Skip to content

kb22/Coursera_Capstone

Repository files navigation

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.

About

This capstone project is part of the Applied Data Science Capstone course on Coursera that explores the Foursquare and Zomato API together to explore venues in Chandigarh, India based on ratings and price ranges.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published