REPO MOVED TO https://github.com/sundaiclub/tunetutor.
GOTO https://github.com/sundaiclub/tunetutor
Generate educational jungles using Suno.
Hacked on Sundai, Nov 3, 2024.
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txtpython main.pyTo expose your localhost to the world:
npm install -g localtunnel
lt --port 8000
Then open the webpage and enter the password. The password is your machine IP4 or IP6 address.
uvicorn main:app --host 0.0.0.0 --port 80 --workers 4docker build -t vyahhi/sundai-tutu .
docker image ls
docker push vyahhi/sundai-tutu