Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ If you are not sure what MFCCs are, and would like to know more have a look at t

Documentation for this project can be found here: http://python-speech-features.readthedocs.org/en/latest/

---
Installation
-----------------------------
First, clone this repository to your local machine using the following command.
```
$> git clone https://github.com/jameslyons/python_speech_features.git
```
Now, from inside the cloned repository, build and install the package.
```
$> cd python_speech_features
$> python setup.py build
$> sudo python setup.py install
```
and that's it! You can now import these features in python.

---

Supported features:

- Mel Frequency Cepstral Coefficients
Expand Down