GithubHelp home page GithubHelp logo

Installing about python_speech_features HOT 8 CLOSED

jameslyons avatar jameslyons commented on June 26, 2024
Installing

from python_speech_features.

Comments (8)

jhoelzl avatar jhoelzl commented on June 26, 2024

Hi,

first make a virtual environment (http://docs.python-guide.org/en/latest/dev/virtualenvs/) in your project folder using:

virtualenv venv
source venv/bin/activate

Then clone or copy this repo in your project folder and run

python setup.py install

After that, the command pip list should return speech-features.

After that, you have t install numpy and scipy:

pip install numpy
pip install scipy

I also made a pull request for this: #18

from python_speech_features.

nikhildhar1992 avatar nikhildhar1992 commented on June 26, 2024

I need only that mfcc implementation code python is already installled in
my system

On Wed, Apr 20, 2016 at 5:56 PM, Josef Hölzl [email protected]
wrote:

Hi,

first make a virtual environment (
http://docs.python-guide.org/en/latest/dev/virtualenvs/) in your project
folder using:

virtualenv venv
source venv/bin/activate

Then clone or copy this repo in your project folder and run

python setup.py installl

After that, the command pip list should return speech-features.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#17 (comment)

from python_speech_features.

jhoelzl avatar jhoelzl commented on June 26, 2024

When you have performed the seps above, this module is already installed and you can run python example.py (file.wav has to be in the same folder).

from python_speech_features.

nikhildhar1992 avatar nikhildhar1992 commented on June 26, 2024

In example.py it seems you have used inbuilt functions ....

On Thu, Apr 21, 2016 at 1:12 PM, Josef Hölzl [email protected]
wrote:

When you have performed the seps above, this module is already installed
and you can run python example.py (file.wav has to be in the same folder).


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#17 (comment)

from python_speech_features.

jhoelzl avatar jhoelzl commented on June 26, 2024

Please post your error message otherwise we can not help you.

from python_speech_features.

nikhildhar1992 avatar nikhildhar1992 commented on June 26, 2024

I dont have a program to run I need that code which you have explained in
http://practicalcryptography.com/miscellaneous/machine-learning/guide-mel-frequency-cepstral-coefficients-mfccs/

On Thu, Apr 21, 2016 at 1:39 PM, Josef Hölzl [email protected]
wrote:

Please post your error message otherwise we can not help you.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#17 (comment)

from python_speech_features.

jameslyons avatar jameslyons commented on June 26, 2024

the python_speech_features library is the algorithm explained on that page. You have python installed, you now need to install the python_speech_features library so that you can run example.py. To install the library, download this zip file: https://github.com/jameslyons/python_speech_features/archive/master.zip

extract it somewhere. Open a terminal, cd into the directory (there should be a setup.py file in the directory). Run 'python setup.py install'.

You should then be able to run example.py

from python_speech_features.

nikhildhar1992 avatar nikhildhar1992 commented on June 26, 2024

thanks its working but if I want to do all this manually
manually in the sense ....want to implement that what u have explained

On Thu, Apr 21, 2016 at 2:10 PM, James Lyons [email protected]
wrote:

the python_speech_features library is the algorithm explained on that
page. You have python installed, you now need to install the
python_speech_features library so that you can run example.py. To install
the library, download this zip file:
https://github.com/jameslyons/python_speech_features/archive/master.zip

extract it somewhere. Open a terminal, cd into the directory (there should
be a setup.py file in the directory). Run 'python setup.py install'.

You should then be able to run example.py


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#17 (comment)

from python_speech_features.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.