mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +00:00
README updates
This commit is contained in:
parent
c7be599ff4
commit
e56a4a221a
2 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@ dejavu
|
||||||
Audio fingerprinting and recognition algorithm implemented in Python, see the explanation here:
|
Audio fingerprinting and recognition algorithm implemented in Python, see the explanation here:
|
||||||
[How it works](http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/)
|
[How it works](http://willdrevo.com/fingerprinting-and-audio-recognition-with-python/)
|
||||||
|
|
||||||
Dejavu can memorize audio by listening to it once and fingerprinting it. Then by playing a song and recording microphone input, Dejavu attempts to match the audio against the fingerprints held in the database, returning the song being played.
|
Dejavu can memorize audio by listening to it once and fingerprinting it. Then by playing a song and recording microphone input or reading from disk, Dejavu attempts to match the audio against the fingerprints held in the database, returning the song being played.
|
||||||
|
|
||||||
Note that for voice recognition, Dejavu is not the right tool! Dejavu excels at recognition of exact signals with reasonable amounts of noise.
|
Note: for voice recognition, *Dejavu is not the right tool!* Dejavu excels at recognition of exact signals with reasonable amounts of noise.
|
||||||
|
|
||||||
## Quickstart with Docker
|
## Quickstart with Docker
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ setup(
|
||||||
author_email='will.drevo@gmail.com',
|
author_email='will.drevo@gmail.com',
|
||||||
maintainer="Will Drevo",
|
maintainer="Will Drevo",
|
||||||
maintainer_email="will.drevo@gmail.com",
|
maintainer_email="will.drevo@gmail.com",
|
||||||
url='http://github.com/tuxdna/dejavu',
|
url='http://github.com/worldveil/dejavu',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
Loading…
Reference in a new issue