π AI Playlist Generator Music Player β Initial Release
Release Version: v1.0.0
Live Site: https://music.ytosko.ix.tc/
Repository: GitHub Repo
π§ About the Project
The AI Playlist Generator Music Player is a web application that allows users to generate intelligent music playlists using AI and play them seamlessly through a modern, responsive music player interface.
π₯ Features
- πΆ Generate smart playlists based on mood, genre, or keywords
- π Search and fetch songs using YouTube API or a music database
βΆοΈ Built-in audio player with controls- π Deployed at a custom domain: https://music.ytosko.ix.tc/
- β‘ Fast and responsive frontend (Vite/React or similar)
π οΈ Tech Stack
- Frontend: HTML, CSS, JavaScript (React or Vanilla)
- Backend (Optional): Node.js / Express (if used)
- Hosting: VPS + NGINX / Apache
- Domain: ix.tc subdomain via FreeDNS
- GitHub: Version control & public repo
π¦ Installation (For Developers)
git clone https://github.com/Ytosko/AI-Playlist-Generator-Music-Player.git
cd AI-Playlist-Generator-Music-Player
npm install
npm run dev # or npm run build && npm start