https://github.com/vbudithi/generative-ai-music-visualizer-react
Generative AI-powered music visualizer built with JavaScript and React. Transforms audio input into dynamic, sound-reactive visuals using AI-driven design logic. Explores real-time rendering and creative coding for immersive audio-visual experiences.
https://github.com/vbudithi/generative-ai-music-visualizer-react
Last synced: about 1 month ago
JSON representation
Generative AI-powered music visualizer built with JavaScript and React. Transforms audio input into dynamic, sound-reactive visuals using AI-driven design logic. Explores real-time rendering and creative coding for immersive audio-visual experiences.
- Host: GitHub
- URL: https://github.com/vbudithi/generative-ai-music-visualizer-react
- Owner: vbudithi
- Created: 2025-09-01T15:14:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T16:05:02.000Z (9 months ago)
- Last Synced: 2025-09-01T18:10:45.766Z (9 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generative AI Music Visualizer (Next.js + React)
Generative AI-powered music visualizer built with React and Nexjs. Transforms audio input into dynamic, sound-reactive visuals using AI-driven design logic. Explores real-time rendering and creative coding for immersive audio-visual experiences.
# 🛠️ Project Setup
This project is built using nextjs.
To start the development server, run:
```npm run dev```
## 📦 Installation
To install the required dependencies, run:
```bash
npx create-next-app@latest
```
Canvas-based rendering:
```bash
npm install p5
```