Exploration of Paris to host an Italian restaurant as part of the Coursera Capstone Project.
- Collecting data about Paris, its center, districts using Google geocoding API;
- Collecting Paris Restaurant Data Using the Foursquare API;
- Construction and analysis of heatmaps of Paris based on the density of the location of restaurants;
- Clustering the best points for a restaurant location in Paris using KMeans.
- Python Version: 3.8;
- Packages: pandas, sklearn, folium, , json, pickle;
- Foursquare API docs;
- Google geocoding API docs.