Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

tafaust/pyCrow

Repository files navigation

pyCrow:
A Python 3.6 speech recognition framework.

Welcome to the pyCrow speech recognition project! The main purpose of this project is, first, to keep up with Machine Learning and Python and, second, to teach myself about Deep Learning in my free time. More specifically, I aim to learn about Long-Short Term Memory (LSTM) Neural Networks (NN). In case you are interested to hear more about the project, give me feedback on the code, or even want to contribute to this project, feel free to send me a PM (or PR). Thanks!

Note that I will use $ and # in bash code examples to signal the required privileges.

Installation

Checkout this git repository first. Then, make sure you have Python3.6 and virtualenv installed in order to create a virtual environment based on Python 3.6.

$ git clone git@github.com:tahesse/pyCrow.git && cd ./pyCrow
$ virtualenv -p python3.6 venv

Next, activate the virtualenv install the required python packages via pip.

$ source ./venv/bin/activate
$ pip install -r requirements.txt

By now, you should have the framework installed and be able to start it. If not, please open up an issue with your system specs and the error you ended up with.

Getting Started

TBD

Documentation

TBD

Examples

TBD


Auxiliary information

MFCC-standardized algorithm:

CC0-licensed images taken from: