Metadata-Version: 2.1
Name: audearch
Version: 0.3.3
Summary: audearch is a simple music search system
Home-page: https://github.com/audearch/audearch
Author: Jumpei Funayama
Author-email: contact.zouri.music@gmail.com
License: UNKNOWN
Description: # audearch
        
        ![header](https://raw.githubusercontent.com/audearch/branding/main/images/header.png)
        
        audearch is a simple audio fingerprinting system
        
        [![GitHub version](https://badge.fury.io/gh/peijun%2Fauderch.svg)](https://badge.fury.io/gh/peijun%2Fauderch)
        ![Python application](https://github.com/audearch/audearch/workflows/Python%20application/badge.svg?branch=master)
        [![codecov](https://codecov.io/gh/audearch/audearch/branch/master/graph/badge.svg)](https://codecov.io/gh/audearch/audearch)
        [![Maintainability](https://api.codeclimate.com/v1/badges/3a68a57d0d25eedcb465/maintainability)](https://codeclimate.com/github/audearch/audearch/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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
