Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 2.58 KB

README.md

File metadata and controls

43 lines (29 loc) · 2.58 KB

Beat Blender

logo

A music app that recognize genres and generate playlists using machine learning

Contributors Stars Licence

Built and deployed with

Expo React Firebase Flask PyTorch HuggingFace

Overview

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.

Features

  • 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.

Technology Stack

  • Frontend: React Native using Expo.
  • Backend: PyTorch, Huggingface, Transformers, and Flask using Python.