/Musiki

DBpedia Visual Explorer developed in the Markup Languages and Document Processing (LAPD) class.

Primary LanguageHTML

Musiki

Musiki is a web app that allows a user to search for music related topics and visualize them in a graph. Further information can then be obtained regarding a certain topic by enabling specific filters.

Live Demo

Overview

The initial search is conducted, appropriately enough, through the search bar, with the help of one of the available filters. If successful, a single node will appear, which can then be selected. If available, a brief description and picture are displayed regarding the node's topic.

image

From here, additional filters can be activated, with each one's results being displayed as children of the selected node. The process can then be repeated with different nodes to obtain further information.

image

Usage

From the project's root:

npm install
npm run server

cd frontend
npm install
npm start

Take note that for the main features of the application to work the server must be up and connected to the dbpedia API (a message will be printed in the console when it is ready).