Giter Site home page Giter Site logo

francescoferretto / keyword-spotting-recognition-through-state-of-art-neural-architectures Goto Github PK

View Code? Open in Web Editor NEW

This project forked from federicalatora/keyword-spotting-recognition-through-state-of-art-neural-architectures

0.0 0.0 0.0 20.31 MB

Python 0.14% Jupyter Notebook 99.86%

keyword-spotting-recognition-through-state-of-art-neural-architectures's Introduction

Keyword-Spotting-Recognition-through-state-of-art-neural-architectures

In this repo is presented the work by Francesco Ferretto and Federica Latora on the study of Deep Learning applications for Audio Speech Recognition (ASR).

It follows the tree structure of the project:

├── data
│   ├── binaries		<- .npy data
│   ├── processed		<- processed data (features)
│   └── raw			<- raw unedited data
│       ├── data_documentation	<- original data details
│       ├── dataset_v2_reduced  <- reduced dataset (10 classes)
│       │     ├── down
│       │     ├── go
│       │     ├── left
│       │     ├── no
│       │     ├── off
│       │     ├── on
│       │     ├── right
│       │     ├── stop
│       │     ├── up
│       │     └── yes   
│       └── dataset_v2  <- complete dataset (35 classes)
│             ├── backward
│             ├── bed
│             ├── bird
│             ├── cat
│             ├── dog
│             ├── down
│             ├── eight
│             ├── five
│             ├── follow
│             ├── forward
│             ├── four
│             ├── go
│             ├── happy
│             ├── house
│             ├── learn
│             ├── left
│             ├── marvin
│             ├── nine
│             ├── no
│             ├── off
│             ├── on
│             ├── one
│             ├── right
│             ├── seven
│             ├── sheila
│             ├── six
│             ├── stop
│             ├── three
│             ├── tree
│             ├── two
│             ├── up
│             ├── visual
│             ├── wow
│             ├── yes
│             └── zero
├── documents		    <- folder containing dictionaries and list of processed audio files during feature and pre-processing phases
├── models		    	<- folder containing the models in .h5 format
├── notebooks			<- prototyping notebooks for EDA, feature selection, experimental purposes for modeling (comparison, ensemble, ...)
└── src				    <- folder containing project source code
    ├── data			<- scripts to download/generate data
    ├── features		<- scripts for feature extraction
    └── model			<- scripts for training, evaluation and prediction
	
	

keyword-spotting-recognition-through-state-of-art-neural-architectures's People

Contributors

federicalatora 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.