{"id":28456802,"url":"https://github.com/tddschn/modelz-musicgen","last_synced_at":"2025-06-30T00:32:15.717Z","repository":{"id":291354525,"uuid":"654027076","full_name":"tddschn/modelz-MusicGen","owner":"tddschn","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-15T09:04:41.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-25T23:46:49.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tddschn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-15T08:35:27.000Z","updated_at":"2023-06-17T13:11:43.000Z","dependencies_parsed_at":"2025-05-04T04:29:55.569Z","dependency_job_id":"19982055-8442-48e2-951c-16a30b56ce04","html_url":"https://github.com/tddschn/modelz-MusicGen","commit_stats":null,"previous_names":["tddschn/modelz-musicgen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tddschn/modelz-MusicGen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fmodelz-MusicGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fmodelz-MusicGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fmodelz-MusicGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fmodelz-MusicGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tddschn","download_url":"https://codeload.github.com/tddschn/modelz-MusicGen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tddschn%2Fmodelz-MusicGen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262689559,"owners_count":23349133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-06T23:08:56.591Z","updated_at":"2025-06-30T00:32:15.696Z","avatar_url":"https://github.com/tddschn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modelz MusicGen\n\n[MusicGen](https://github.com/facebookresearch/audiocraft) is a state-of-the-art controllable text-to-music model.\n\n\nThis repository contains the code (Dockerfile, [`build.envd`](https://envd.tensorchord.ai/guide/getting-started.html)) for deploying MusicGen on [Modelz](https://docs.modelz.ai/).\n\n## Getting Started\n\nThis is a template for creating a [Gradio](https://gradio.app/) app on [Modelz](https://modelz.ai/).\n\nBuilding an Gradio app could be straightforward. You will need to provide three key components:\n\n- A `main.py` file: This file contains the code for making predictions.\n- A `requirements.txt` file: This file lists all the dependencies required for the server code to run.\n- A `Dockerfile` or a simpler [`build.envd`](https://envd.tensorchord.ai/guide/getting-started.html): This file contains instructions for building a Docker image that encapsulates the server code and its dependencies.\n\n## Build\n\nIn the `Dockerfile`, you need to define the instructions for building a Docker image that encapsulates the server code and its dependencies.\n\nIn most cases, you could use the template in the repository.\n\n```bash\ndocker build -t docker.io/USER/IMAGE .\ndocker push docker.io/USER/IMAGE\n```\n\nOn the other hand, a [`build.envd`](https://envd.tensorchord.ai/guide/getting-started.html) is a simplified alternative to a Dockerfile. It provides python-based interfaces that contains configuration settings for building a image. \n\nIt is easier to use than a Dockerfile as it involves specifying only the dependencies of your machine learning model, not the instructions for CUDA, conda, and other system-level dependencies.\n\n```bash\nenvd build --output type=image,name=docker.io/USER/IMAGE,push=true\n```\n\n## Deploy\n\nPlease refer to the [Modelz documentation](https://docs.modelz.ai/gettingstarted/deploy) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftddschn%2Fmodelz-musicgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftddschn%2Fmodelz-musicgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftddschn%2Fmodelz-musicgen/lists"}