Giter VIP home page Giter VIP logo

voice-identification's Introduction

Voice Identification

This project is to better understand how to identify a user by their speech and further to understand what they are saying. It will be tackled in two parts:

  1. Speaker Identification

  2. Speech to Text Recognition

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

The following dependencies are required for this project to work. The commands given below are how to install each one.

Pip Installation:

$ sudo apt-get install python-pip python-dev --yes
$ pip install --upgrade pip --user
$ pip install --upgrade setuptools --user

SciPy Stack Installation:

$ sudo apt-get install python-numpy python-scipy python-skimage python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose --yes

TensorFlow Installation (CPU only):

$ pip install tensorflow --user

Seaborn, Pandas Installation:

$ pip install seaborn pandas --user

Jupyter Notebook Installation:

$ pip install jupyter --user

TFLearn Installation:

$ pip install tflearn --user

Librosa Installation:

$ pip install librosa --user

Pydub Installation:

$ pip install pydub --user

pyAudioAnalysis Installation:

$ pip install numpy matplotlib scipy sklearn hmmlearn simplejson eyed3 pydub --user
$ sudo apt-get install python-tk --yes
$ git clone https://github.com/tyiannak/pyAudioAnalysis.git

Python Audio Tools Installation:

$ wget https://downloads.sourceforge.net/project/audiotools/audiotools/2.16/audiotools.2.16.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Faudiotools%2Ffiles%2F&ts=1490043434&use_mirror=dronedata
$ mv audiotools.2.16.tar.gz\?r\=https%3A%2F%2Fsourceforge.net%2Fprojects%2Faudiotools%2Ffiles%2F audiotools.2.16.tar.gz
$ tar -xzvf audiotools.2.16.tar.gz
$ sudo apt-get install libcdio-dev libcdio-paranoia-dev
$ cd audiotools-2.16/
$ sudo make install

Test Installation with:

$ audiotools-config

voice-identification's People

Watchers

 avatar

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.