BoxBoxJason / JukeBox

Online music radio where users can influence the music by chat interaction
1 stars 0 forks source link

[Backend] Add AI music generator server #2

Open BoxBoxJason opened 4 weeks ago

BoxBoxJason commented 4 weeks ago

Add AI music generator server

Definition

Use a webserver (or something else) to expose the running music generation AI model to requests. Should return whatever the music AI generates as output

Definition of done

BoxBoxJason commented 1 week ago

Model requires training, and consumes a lot of memory (16Gb GPU memory at least)