Freesound Graph

Freesound Graph is an appplication for exploring sounds from Freesound. Each node in the graph correspond to a Freesound clip. Edges between nodes reflect a notion of content-based similarity calculated with the AudioSet embeddings. Clusters in the graph were identified using a Louvain community detection algorithm implementation with the NetworkX Python package.

Front Developement

You can start a developement server by running this python script (python 3 required):

python3 start_dev_server.py

The application will be served at: http://localhost:8100/.

Graph Generation & Clustering

TODO...