Skip to main content

audearch is a simple music search system

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

audearch-0.3.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

audearch-0.3.3-py3-none-any.whl (8.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page