Skip to content

audearch/audearch

Repository files navigation

audearch

header

audearch is a simple audio fingerprinting system

GitHub version Python application codecov Maintainability

Discription

It's a system that recognizes and searches for music, using a technology called audio fingerprinting. Based on.

Requirements

  • python 3.6+
  • pip 20.1.1+
  • MongoDB 1.21.2+

Installation

Install the dependencies from setup.py

$ python setup.py install

You need to install MongoDB beforehand

Usage

If you want to use my database, regist, search system, you need to configure audearch-config.toml

[database]
    [database.mongodb]
    dbname = "audearch"
    music_collectionname = "hashtable"
    music_metadata_collectionname = "musicinfotable"
    host = "127.0.0.1"
    port = "27017"

Author

peijun