Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsxdalv/musicgen-prompts
Site for sharing MusicGen + AudioGen Prompts and Creations
https://github.com/rsxdalv/musicgen-prompts
ai audio-generation audiogen generator machine-learning musicgen
Last synced: 3 months ago
JSON representation
Site for sharing MusicGen + AudioGen Prompts and Creations
- Host: GitHub
- URL: https://github.com/rsxdalv/musicgen-prompts
- Owner: rsxdalv
- License: mit
- Created: 2023-06-11T10:27:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:11:26.000Z (about 1 year ago)
- Last Synced: 2024-05-14T00:16:00.921Z (6 months ago)
- Topics: ai, audio-generation, audiogen, generator, machine-learning, musicgen
- Language: TypeScript
- Homepage: https://rsxdalv.github.io/musicgen-prompts/
- Size: 24.4 MB
- Stars: 37
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MusicGen Prompt Library
This is a library of generations for discovering new prompts to use.
![Screenshot 1](./screenshots/localhost_3000_.png)
## Adding generated sounds
Submit a PR with an ogg file that contains embedded metadata
## Disclaimer: Responsible Use of AI Model and Prompt Sharing
The following disclaimer highlights the importance of utilizing artificial intelligence (AI) models, like the one employed here, responsibly and ethically. By engaging with this AI model, you agree to the following terms:
Non-Malicious Intent: You must not employ this AI model for any malicious, harmful, or unlawful activities. The AI model should only be used for lawful and ethical purposes that promote positive engagement, knowledge sharing, and constructive conversations.
No Impersonation: You must not use this AI model to impersonate or misrepresent yourself as someone else, whether it be a specific individual, organization, or entity. The AI model should not be utilized to deceive, defraud, or manipulate others.
No Fraudulent Activities: This AI model must not be used for fraudulent purposes, including but not limited to financial scams, phishing attempts, or any form of deceitful practices aimed at acquiring sensitive information, monetary gain, or unauthorized access to systems.
Legal Compliance: Ensure that your use of this AI model complies with applicable laws, regulations, and policies governing AI usage, data protection, privacy, intellectual property, and any other relevant legal obligations in your jurisdiction.
Meta Not Liable: Meta, the organization behind this AI model, cannot be held responsible for any misuse, unlawful activities, or negative consequences arising from the use of this AI model. Users bear the sole responsibility for their actions and the outcomes resulting from their interactions with the AI model.
By engaging with this AI model, you acknowledge and agree to abide by these guidelines, employing the AI model in a responsible, ethical, and legal manner.
# Development
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.