A convenient tool that leverage the powerful capabilities of generative AI to generate custom background music for your video.
link to example results: https://youtu.be/_dB75I2cq5A?si=9FwiUFB_BYadsQIT
Follow these steps to get the Suno API up and running on your local machine:
- prepare key to models
- in file
.env, add in your own suno_cookie and openai-key - suno_cookie can be found using https://suno.gcui.art/
- Copy the cookie to
.envfile in formatSUNO_COOKIE=<your cookie>
- Copy the cookie to
- openai-key can be found using https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
- Copy the cookie to
.envfile in formatOPENAI_KEY=<your key>
- Copy the cookie to
- in file
- setup environment
git clone https://github.com/sj1999-BIT/Tiktok_TechJam.gitconda env create -f environment.ymlconda activate AI-Tonal
- run AI-Tonal locally
- command prompt go to the directory of the repo
python server.py- go to
localhost:5000 - Click
Choose Fileto select your target video - Add in your user prompt
- Click
submit - It will take a few minutes, a mp3 file of the music will be
automatically downloaded