Skip to content

Commit 503cfd3

Browse files
authoredNov 24, 2019
Update README.md
1 parent 2857d99 commit 503cfd3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed
 

‎README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# speech-to-text-with-tensorflow
2-
Simple Speech to Text Generator with tflearn and Tensorflow
2+
Simple Speech to Text Generator with tflearn and Tensorflow in python
3+
4+
## Overview
5+
Learning how to work with speech to text and developed with tensorflow / tflearn solution to doing your own speech recognition if you don't want to use AWS Transcribe or the corresponding Google.Cloud solution.
6+
7+
## Dependencies <br />
8+
1. `tflearn`
9+
2. `tensorflow`
10+
11+
use pip to install any of the following
12+
13+
## Usage <br />
14+
run `python speechToText.py` <br />
15+
it will take a couple hourd to train you model

0 commit comments

Comments
 (0)