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
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
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)
Submitted by Divya Prackash Ravi (Prackash)
Download packets of source code on Coders Packet
Comments