A PHP Error was encountered

Severity: Warning

Message: fopen(/tmp/ci_session2ov21sr79sv4hdr882aj7ojbvuuiu01v): failed to open stream: No space left on device

Filename: drivers/Session_files_driver.php

Line Number: 176

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

A PHP Error was encountered

Severity: Warning

Message: session_start(): Failed to read session data: user (path: /tmp)

Filename: Session/Session.php

Line Number: 143

Backtrace:

File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct

File: /var/www/html/index.php
Line: 311
Function: require_once

Voice to Text using deepspeech api in Python | Prackash
Coders Packet

Voice to Text using deepspeech api in Python

By Divya Prackash Ravi

  • deep.py
  • result.png
  • sample.wav
  • We will be using deepspeech in this python code to generate the text from a voice. Deepspeech is an open-source api for Speech to text.

    DeepSpeech is an open-source Speech-To-Text engine, using a model trained machine learning techniques based on Baidu’s Deep Speech research paper.

    To install the required package sue the following commands

    pip install deepspeech==0.9.3 (DeepSpeech only works with python version 3.7 and lower)

    wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.pbmm (to download the acoustic model)
    wget https://github.com/mozilla/DeepSpeech/releases/download/v0.9.3/deepspeech-0.9.3-models.scorer (to download the language model)
     
     
     

     

     

    Download Complete Code

    Comments

    No comments yet

    Download Packet

    Reviews Report

    Submitted by Divya Prackash Ravi (Prackash)

    Download packets of source code on Coders Packet