Coder Social home page Coder Social logo

speech-recognition's Introduction

Usage

Create /data at root and place wav files in /data in respective folders (i.e. bed wav commands go in /bed and /bed goes in /output), or change path in collect_features.py. Run python3 collect_features.py to generate /output folder. /output contains respective folders, each containing csv files of mid-term features. collect_features.py also generates short-term features which are saved in /output. Run python3 mean_features.py to generate a csv containing the mean of each folder.

Project Proposal

Team Members

  • Carter Wilson
  • Carlos Miguel Sayao
  • Theodore Vixay
  • Gabriel Miller

Objective

Visualize a given set of audio speech data using a combination SciPy, MatPlotLib, Tableau, and PyAudioAnalysis. Use clustering algorithms and techniques to group the audio data.

Approach

We will be using the dataset provided by the Kaggle Speech Recognition challenge. This includes 65,000 one-second long utterances of 30 short words by thousands of different people. Using amplitude as a measurement, we will process the data and use SciPy and MatPlotLib to provide basic waveform and spectrogram visualizations, with some aggregation. We will then use Tableau and PyAudioAnalysis to apply clustering techniques to see if we can find trends in visualizations of different words and types of words (verbs, consonants, etc.).

Team Structure

Our team consists of two sub-teams. One group works on classifying the dataset using machine learning techniques. Our group works on visualizing the dataset. The learning process will consist of regular meetings where we will study and work towards milestones.

Milestones

  • Successful processing of the audio data
  • Successful build of basic wave and spectrogram visualizations
  • Aggregated visualizations of the audio data
  • Build clustered visualizations of the audio data
  • Find trends and interpret data

How to set up and use virtual env

pip3 install virtualenv

virtualenv -p python3 env

This will install virtualenv using pip3 and create a an env folder that will contain the libraries brought it.

source env/bin/activate

This will put your shell into the virtual environment where you will have the libraries brought it.

pip3 install -r requirements.txt

This will install the libraries that are found in the requirements.txt When you are done working, use deactivate to get out of the virtual environment

speech-recognition's People

Contributors

carsayao avatar gabmill avatar carterlwilson avatar

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.