Orphia is an innovative AI-powered music generator inspired by Orpheus—the legendary musician and poet of Greek mythology. With just a simple text prompt, Orphia uses advanced AI techniques to generate unique and original music tracks. Whether you're a musician seeking inspiration or a content creator looking for the perfect background score, Orphia makes music creation accessible and fun.
- AI-Powered Generation: Produce unique music tracks based on text prompts.
- User-Friendly Interface: Enjoy a modern and responsive web interface built with Next.js and Tailwind CSS.
- Customization: Experiment with different prompts to explore a wide range of musical styles.
- Open Source: Released under the MIT license to encourage community contributions and collaboration.
- Next.js – A React framework for server-side rendering and static site generation.
- TypeScript – Enhances code quality and developer experience.
- Tailwind CSS – Utility-first CSS framework for fast UI development.
- Node.js – JavaScript runtime that powers the backend.
Experience Orphia in action at: orphia.vercel.app
-
Clone the Repository:
git clone https://github.com/aarabii/Orphia-AI-Music-Generator.git cd Orphia-AI-Music-Generator -
Install Dependencies:
Using npm:
npm installOr using Yarn:
yarn install- Run the Development Server:
Using npm:
npm run devOr using Yarn:
yarn devOpen http://localhost:3000 in your browser to view the app.
This project is open source and available under the MIT License.