IBM Capstone project

IBM Capstone project

Ghanaian Museum Recommendation Engine

Introduction

Background:

Ghana is a country along the Gulf of Guinea and the Atlantic Ocean, in the subregion of West Africa. Spanning a land mass of 238,535 km2 (92,099 sq mi), Ghana is bordered by the Ivory Coast in the west, Burkina Faso in the north, Togo in the east, the Gulf of Guinea and the Atlantic Ocean in the south. Ghana means “Warrior King” in the Soninke language.

Ghana, a beautiful West African country known for its tourist attraction sites which includes museums. Tourism is one of the main factors of the economy of Ghana and it is a source of foreign exchange.

Museums are a source of cultural heritage. They tell stories through their exhibitions, stories that can’t be found in books and the ability to find these museums as a tourist is very beneficial especially to historical and cultural enthusiasts.

Problem:

However, there are some difficulties for a tourist to find a conclusive visual presentation of what they want to see with locations on the map and data regarding the various sites and its surroundings. Searches do not give a viable and comprehensive means of location which includes visual presentations and coordinates.

Interest:

Museums being a part of tourism, the Ghana government with particularity the ministry of tourism would be very interested in finding a way to make Ghana a more attractive destination for travelers all around the world. And also, tourists, history and cultural lover would also be interested to know that their trip will be easier to plan.

Data

Data collection was done through scraping Wikipedia and searching through google maps. These data were the longitude and latitude of these museums and the data of the surrounding venues were found through the foursquare API. 14 museums were chosen for the purpose of this project and they are located all around the country.

Solution:

Using the longitude and latitude of these museums, I created a recommendation engine which is enabled through creating a visual representation of these sites which included surrounding venues like hotels, restaurants and shopping areas. This makes it easier for a tourist to plan their trips and also have recommendations on museums that might interest the tourists.

Methodology

After data collection cleaning and organization, the longitude and latitude of the museums were plotted on a geographical map using the folium map with pop ups that provides information about the various museum choices.

map2.png

After the first process, I used the FourSquare API with my unique credentials to call and find surrounding locations and venues to our museums and wrote the information to a JSON file.

api-call.png

I categorized these data in the file into columns and created dataframe for them. These data of surrounding locations were organized and plotted into another geographical map.

mp1.png

Applying K-Means clustering algorithm wasn’t effective as the dataset was really small.

Finally, a demonstration of what the recommendation engine would look like and how it will work was done using a little Python script. This script aided the user in visualizing the site of interest in their chosen category.

Result

Below are results generated from the data which includes, maps and pictures of some of the museums.

user1.png

Discussion

The main point of this discussion is the inability of the K-Means algorithm to work efficiently which is as a result of a really small dataset and being a unique project, the dataset presented wasn’t conclusive as finding data related to this project was very difficult.

Notwithstanding, this project was interesting to say he least and the exploration was interesting as a foreigner to the Ghanaian history and culture and would one day love to explore some of these museums.

Conclusion

This project was impactful though it was challenging. I also learnt a lot such as the use of folium to create a map and using python API calls.