Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 531 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 531 Bytes

AI Music Generator

Generate music using text prompts, powered by Replicate

Note

Get your token from https://replicate.com/account

Building from Source

  • Fetch the latest source code from master branch.
git clone https://github.com/being-nitin/AI-Music-Generator
cd AI-Music-Generator
  • Install dependencies and run the development server.
npm i || yarn || pnpm i
npm run dev || yarn dev || pnpm dev