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.
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.
- Clone the repository
git clone https://github.com/kb22/Coursera_Capstone.git
- Move inside the newly created repository
cd Coursera_Capstone
- Create a virtual environment and activate it (optional)
virtualenv -p $(which python) .
source bin/activate
- Install all libraries
pip install -r requirements.txt
- Start jupyter
jupyter notebook
- Run jupyter files you want
- Exploring venues in Chandigarh.ipynb
- Clustering on Toronto.ipynb
- Getting coordinates.ipynb
- Data Collection.ipynb
- Deactivate environment (if created and activated before)
deactivate
Maps generated in the notebooks have been placed inside the maps
folder. Download/clone the repository and access the maps on your local machine.