Google Summer of Code 2016: Week 2

Posted on June 4, 2016

GSoC 2016, Peragro AT, AIRS, Week 2, update

As per the proposal, this week was dedicated for Feature extraction and Indexing. AcousticBrainz data i.e. all ready extracted low level and hight level features is been used for index creation. FreeField dataset will be used in later phase. In which essentia will be used to extract features from the collected dataset and then will be used to create index.

Work done during this week:

  • Gathered dataset (AcousticBrainz, FreeField) to work on
  • Wrote code to feed high level and low level features to elastic search
  • index creation almost done.

I planned to complete index creation and also start writing documentation for the code.

Work planned for next week:

  • complete index creation process
  • start with documentation
  • start writing search api(s)
  • adding automated test for the code written.