teticio commited on
Commit
e8c563d
·
1 Parent(s): 48df5b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,4 +1,12 @@
1
- This model encodes audio files into vectors of 100 dimensions. It was trained on 240,000 Spotify playlists and on 30 second samples of over 4 million songs. The details can be found (here)[https://github.com/teticio/Deej-AI].
 
 
 
 
 
 
 
 
2
 
3
  To encode an audio first install the package with
4
  ```
 
1
+ ---
2
+ thumbnail: "https://deej-ai.online/favicon-96x96.png"
3
+ tags:
4
+ - audio
5
+ - music
6
+ license: "gpl-3.0"
7
+ ---
8
+
9
+ This model encodes audio files into vectors of 100 dimensions. It was trained on 240,000 Spotify playlists and on 30 second samples of over 4 million songs. The details can be found [here](https://github.com/teticio/Deej-AI).
10
 
11
  To encode an audio first install the package with
12
  ```