├── Dockerfile ├── LICENSE_agpl3 ├── LICENSE_apache2 ├── README.md ├── analyze.py ├── models ├── .DS_Store ├── genre_test.history └── mood_test.history ├── music_extractor_profile.yaml └── web_demonstrator ├── NexusUI.js ├── audio-commons-logo-horizontal.png ├── freesound.js ├── index.html └── spinner.gif /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE_agpl3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/LICENSE_agpl3 -------------------------------------------------------------------------------- /LICENSE_apache2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/LICENSE_apache2 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/README.md -------------------------------------------------------------------------------- /analyze.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/analyze.py -------------------------------------------------------------------------------- /models/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/models/.DS_Store -------------------------------------------------------------------------------- /models/genre_test.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/models/genre_test.history -------------------------------------------------------------------------------- /models/mood_test.history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/models/mood_test.history -------------------------------------------------------------------------------- /music_extractor_profile.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/music_extractor_profile.yaml -------------------------------------------------------------------------------- /web_demonstrator/NexusUI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/web_demonstrator/NexusUI.js -------------------------------------------------------------------------------- /web_demonstrator/audio-commons-logo-horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/web_demonstrator/audio-commons-logo-horizontal.png -------------------------------------------------------------------------------- /web_demonstrator/freesound.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/web_demonstrator/freesound.js -------------------------------------------------------------------------------- /web_demonstrator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/web_demonstrator/index.html -------------------------------------------------------------------------------- /web_demonstrator/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AudioCommons/ac-audio-extractor/HEAD/web_demonstrator/spinner.gif --------------------------------------------------------------------------------