MTG / gaia

C++ library to apply similarity measures and classifications on the results of audio analysis, including Python bindings. Together with Essentia it can be used to compute high-level descriptions of music.
http://essentia.upf.edu
GNU Affero General Public License v3.0
271 stars 66 forks source link

How to generate a ".history" file? #50

Closed djb2017 closed 8 years ago

djb2017 commented 8 years ago

Hello, Thanks for give me the tool that to use a ".history" file. Now I want to generate a model myself,please tell me how to generate a ".history" file? Thanks.

alastair commented 8 years ago

See our FAQ: https://github.com/MTG/essentia/blob/master/FAQ.md#training-and-running-classifier-models-in-gaia

Thanks