README updates

This commit is contained in:
Will Drevo 2020-06-02 22:58:03 -07:00
parent c7be599ff4
commit e56a4a221a
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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(),