acrcloud music recognition wrapper
Project description
ACR-Cloud
An ACR-Cloud API Python client library
Installation
from PyPI
$ pip install acr-cloud
from git repository
$ pip install git+https://github.com/Live-Lyrics/acrcloud-py
from source
$ git clone https://github.com/Live-Lyrics/acrcloud-py
$ cd acrcloud-py
$ python setup.py install
Version upgrade
➜ pip install --upgrade acr-cloud
Requirements
- Python 3.5 and up
Usage
Before you can begin identifying audio with ACRCloud's API, you need to sign up for a free trial over at
https://www.acrcloud.com and create an Audio & Video recognition project.
This will generate a host
, access_key
, and access_secret
for you to use.
from acr_cloud import ACRCloud
acr = ACRCloud('eu-west-1.api.acrcloud.com', 'access_key', 'access_secret')
metadata = acr.identify('path-to-file.ogg')
print(metadata)
Development setup
Using Poetry
$ poetry install
or Pipenv
$ pipenv install --dev -e .
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
acr-cloud-0.1.2.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file acr-cloud-0.1.2.tar.gz
.
File metadata
- Download URL: acr-cloud-0.1.2.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.1 Linux/4.15.0-20-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f91b94219e21e8f39bf4cc3a5bf24fb6bc21daad393f25ea8d789621b7b54c2a
|
|
MD5 |
58ada837043194e0cce7916fa20411b6
|
|
BLAKE2b-256 |
faf56f30ccb73d8a100e49afb88b647a883702b983b2e5b17673aa70ea202da6
|
File details
Details for the file acr_cloud-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: acr_cloud-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.1 Linux/4.15.0-20-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
90ca0ad10741161c24aa03118c3a9675775332e5f446a2e34a647c795d8d9998
|
|
MD5 |
b29c114768e602ef7c92cf103d79cff1
|
|
BLAKE2b-256 |
8793382a11599612461328d6f45e71c31795a88ba0a0fc07e6bc867fae6b2657
|