shabda

Build Status Documentation Status License

Introduction

In recent past, Deep Learning models have proven their potential in many application areas, however its entry into embedded world has its own twists and practical difficulties.

Problem Statement

To come up with a framework that enables a fast prototyping of Deep Learning models for Audio (to start with!) and provides an easy way to port the models on to Android using TFLite.

Proposed Solution

Come up with following modular components which can be then used as plug and play components:

Architecture

Dataset


Notebooks


Python Environment

conda create -n shabda python=3.6
source activate shabda
pip install -r requirements.txt

Examples


Git Configure

https://help.github.com/articles/setting-your-commit-email-address-in-git/

``` git clone https://github.com/digisight/fillmore

#to push without entering password everytime git remote rm origin git remote add origin https://USERNAME:PASSWORD@github.com/dhiraa/shabda.git

#checkout remote branch git checkout -b branch_name origin/branch_name

Other notatble Audio Repos