Skip to content

Commit

Permalink
docs: fix broken link, add models to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoltzsche committed Dec 28, 2023
1 parent 38b48f5 commit 766b011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Differences compared to the [official pre-built binaries](https://essentia.upf.e
The following example shows how to download an audio file, analyze it using [`essentia_streaming_extractor_music`](https://essentia.upf.edu/streaming_extractor_music.html) and print the result JSON:
```sh
docker run --rm ghcr.io/mgoltzsche/essentia sh -euxc '
URL=https://file-examples.com/storage/febcc861de6574e979a4c35/2017/11/file_example_OOG_2MG.ogg
URL=https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3
wget -qO input.ogg $URL
essentia_streaming_extractor_music input.ogg - /etc/essentia/profile.yaml'
```
Expand Down
5 changes: 4 additions & 1 deletion profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ highlevel:
- /var/lib/essentia/svm-models/beta5/danceability.history
- /var/lib/essentia/svm-models/beta5/gender.history
- /var/lib/essentia/svm-models/beta5/genre_rosamerica.history
- /var/lib/essentia/svm-models/beta5/genre_electronic.history
- /var/lib/essentia/svm-models/beta5/mood_acoustic.history
- /var/lib/essentia/svm-models/beta5/mood_aggressive.history
- /var/lib/essentia/svm-models/beta5/mood_electronic.history
- /var/lib/essentia/svm-models/beta5/mood_happy.history
- /var/lib/essentia/svm-models/beta5/mood_sad.history
- /var/lib/essentia/svm-models/beta5/mood_party.history
- /var/lib/essentia/svm-models/beta5/mood_relaxed.history
- /var/lib/essentia/svm-models/beta5/voice_instrumental.history
- /var/lib/essentia/svm-models/beta5/moods_mirex.history
- /var/lib/essentia/svm-models/beta5/voice_instrumental.history
- /var/lib/essentia/svm-models/beta5/tonal_atonal.history
- /var/lib/essentia/svm-models/beta5/timbre.history
lowlevel:
frameSize: 2048
hopSize: 1024
Expand Down

0 comments on commit 766b011

Please sign in to comment.