Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1 KB

README.md

File metadata and controls

23 lines (18 loc) · 1 KB

Music Recommender ANNOY

Music Recommender using ANNOY and Google's AudioSet

Highlights

  1. Predicts song similarity based on Audio Embedding Information
  2. Approximate Nearest Neighbors used for feature similarity
  3. Embedded data generated for every second of audio was pre-transformed with "IBM MAX Audio Embedding Generator" (https://github.com/IBM/MAX-Audio-Embedding-Generator)

How to run

  1. Download Google Dataset (See references section below) and place in the ./data/audioset_v1_embeddings directory image
  2. Run main.ipynb

Dependencies

Demo Images

Input Data gets 5 video Recommendations from YouTube

image

References

  1. Dataset: https://research.google.com/audioset/download.html