Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "# Introduction/Business Problem \n",
  8. "Bangalore, one of the major cities in India is also known as the Silicon Valley of India or the software capital. Given its stature, there are a large number of people who relocate to Bangalore for work from other parts of India and the world. It is also an education hub where large number of students come over to study in the various reputed colleges and universities in Bangalore\n",
  9. "\n",
  10. "This project aims to provide useful relevant information to them in order to make an informed decision on which locality would be ideal for them to stay in Bangalore.\n",
  11. "\n",
  12. "The target audience will therefore be professionals, businessmen/women, students relocating to Bangalore and looking to shortlist potential neighborhoods in Bangalore based on the following criteria:\n",
  13. "\n",
  14. "Apartment size,\\\n",
  15. "Rentals in the area\\\n",
  16. "Availability of schools nearby\\\n",
  17. "Restaurants nearby\\\n",
  18. "Places for shopping, entertainment nearby.\n"
  19. ]
  20. },
  21. {
  22. "cell_type": "markdown",
  23. "metadata": {},
  24. "source": [
  25. "# Data Section\n",
  26. "The data which will be used are :\\\n",
  27. "Prime office locations, \\\n",
  28. "Restaurants location and ratings,\\\n",
  29. "Places of entertainment,\\\n",
  30. "Shopping options,\\\n",
  31. "Schools in the neighborhood,\\\n",
  32. "Proximity to Airport, Railway station, bus stands etc.\n"
  33. ]
  34. },
  35. {
  36. "cell_type": "markdown",
  37. "metadata": {},
  38. "source": [
  39. "# Methodology to be adopted\n",
  40. "\n",
  41. "Use Foursquare data to map top 10 venues for all Bangalore neighborhoods and clustered in groups\\\n",
  42. "Use foursquare data to map the location of bus and train stations \\\n",
  43. "Use Foursquare and geopy data to map the location of rental places, schools, restaurants etc\\\n",
  44. "\n",
  45. "Users will be able to review each cluster based on their preferences and then zero in on their preferred neighborhood and then looks for rental options in that neighborhood.\n"
  46. ]
  47. },
  48. {
  49. "cell_type": "code",
  50. "execution_count": null,
  51. "metadata": {},
  52. "outputs": [],
  53. "source": []
  54. }
  55. ],
  56. "metadata": {
  57. "kernelspec": {
  58. "display_name": "Python",
  59. "language": "python",
  60. "name": "conda-env-python-py"
  61. },
  62. "language_info": {
  63. "codemirror_mode": {
  64. "name": "ipython",
  65. "version": 3
  66. },
  67. "file_extension": ".py",
  68. "mimetype": "text/x-python",
  69. "name": "python",
  70. "nbconvert_exporter": "python",
  71. "pygments_lexer": "ipython3",
  72. "version": "3.6.7"
  73. }
  74. },
  75. "nbformat": 4,
  76. "nbformat_minor": 4
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement