mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 19:19:53 +00:00
README.md updated
This commit is contained in:
parent
83fb7042ad
commit
4bd5eb87fc
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -10,14 +10,6 @@ Dejavu can memorize audio by listening to it once and fingerprinting it. Then by
|
||||||
|
|
||||||
Read [INSTALLATION.md](INSTALLATION.md)
|
Read [INSTALLATION.md](INSTALLATION.md)
|
||||||
|
|
||||||
## Quickstart
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ git clone https://github.com/worldveil/dejavu.git ./dejavu
|
|
||||||
$ cd dejavu
|
|
||||||
$ python example.py
|
|
||||||
```
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
First, install the above dependencies.
|
First, install the above dependencies.
|
||||||
|
@ -30,6 +22,14 @@ Second, you'll need to create a MySQL database where Dejavu can store fingerprin
|
||||||
|
|
||||||
Now you're ready to start fingerprinting your audio collection!
|
Now you're ready to start fingerprinting your audio collection!
|
||||||
|
|
||||||
|
## Quickstart
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git clone https://github.com/worldveil/dejavu.git ./dejavu
|
||||||
|
$ cd dejavu
|
||||||
|
$ python example.py
|
||||||
|
```
|
||||||
|
|
||||||
## Fingerprinting
|
## Fingerprinting
|
||||||
|
|
||||||
Let's say we want to fingerprint all of July 2013's VA US Top 40 hits.
|
Let's say we want to fingerprint all of July 2013's VA US Top 40 hits.
|
||||||
|
|
Loading…
Reference in a new issue