Skip to content

landing-page-generator/tunetutor

Repository files navigation

GOTO https://github.com/sundaiclub/tunetutor

Tune Tutor

Generate educational jungles using Suno.

Hacked on Sundai, Nov 3, 2024.

Installation

virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt

Running

Locally

python main.py

To 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.

On Render

uvicorn main:app --host 0.0.0.0 --port 80 --workers 4

Docker

docker build -t vyahhi/sundai-tutu .
docker image ls
docker push vyahhi/sundai-tutu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •