Beat Blender analyzes a given audio file to predict its genre and generates a corresponding playlist. Leveraging advanced machine learning techniques, the app identifies the musical characteristics of the input audio and classifies it into a specific genre. Providing users with a seamless music discovery experience.
- Audio Analysis : Upload an audio file for genre analysis.
- Genre Prediction : Utilizes a machine learning model to predict the genre of the audio.
- User-Friendly Interface : Simple and intuitive UI for a smooth user experience.
- Frontend: React Native using Expo.
- Backend: PyTorch, Huggingface, Transformers, and Flask using Python.