There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Basic AI-powered song poster generator
VibeVerse AI
Using DALL-E and Spotify API to Create Lyrics Posters That Personify the Song's Vibe
How To Use
# Clone this repository
$ git clone https://github.com/everkers/vibeverse-ai
# Go into the repository
$ cd vibeverse-ai
# Install dependencies
$ npm install
# Add your env variables
$ cp env.example .env
# Run the app
$ npm start