Skip to content

Web-based application for exploring Freesound content with graph visualisation [WIP]

License

Notifications You must be signed in to change notification settings

xavierfav/freesound-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Web-based application for exploring Freesound content with graph visualisation [WIP]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published