Jan-16-2018, 06:43 AM
Speach recognition is not 100% accurate even if you use Google services. It will not go without editing and post-processing
Offline audio to text (Speech Recognition)
|
Jan-16-2018, 06:43 AM
Speach recognition is not 100% accurate even if you use Google services. It will not go without editing and post-processing
Jan-16-2018, 11:14 AM
(Jan-16-2018, 06:16 AM)jehoshua Wrote: Following the tutorial at https://python-forum.io/Thread-Basic-Par...1#pid18261 , I'm not sure how to equate the following Have been reading up on how to use the virtual environment with Python 3.6 and python3-venv , and it seems after the initial command python3 -m venv /home/********/Public/Servers/django-deepspeech-serverall that is required to use the virtual environment is to 'activate' source /home/********/Public/Servers/django-deepspeech-server/bin/activateand then to exit the virtual environment deactivate
Jan-16-2018, 12:05 PM
(Jan-16-2018, 11:14 AM)jehoshua Wrote: Have been reading up on how to use the virtual environment with Python 3.6 and python3-venv , and it seems after the initial commandit's just source bin/activate after you have cd into environment folder.The deactivate to get out.Example: # before location mint@mint ~ $ which python /home/mint/.pyenv/shims/python mint@mint ~ $ python -V Python 3.6.2 # Make environment and cd in mint@mint ~ $ python -m venv foo_env mint@mint ~ $ cd foo_env # Activate mint@mint ~/foo_env $ source bin/activate # Python and pip from environment is used (foo_env) mint@mint ~/foo_env $ which python /home/mint/foo_env/bin/python (foo_env) mint@mint ~/foo_env $ pip -V pip 9.0.1 from /home/mint/foo_env/lib/python3.6/site-packages (python 3.6) # Deactivate (foo_env) mint@mint ~/foo_env $ deactivate mint@mint ~/foo_env $
Jan-16-2018, 10:18 PM
(Jan-16-2018, 12:05 PM)snippsat Wrote: it's just Yes, it's either .. source /home/********/Public/Servers/django-deepspeech-server/bin/activateor cd /home/********/Public/Servers/django-deepspeech-server/ source bin/activateThanks for your example, much appreciated. :)
Jan-17-2018, 11:19 AM
After a few projects were installed today, I went to test the server
$ python3 manage.py runserver Appears a recompile is needed; not sure how to do that, however several posts on the error. One at https://github.com/tensorflow/tensorflow/issues/6896 |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Face recognition | white_bird | 2 | 44,503 |
Feb-25-2020, 08:30 AM Last Post: white_bird |
|
installing anaconda packages offline | HulkHogansArmsArePythons | 4 | 9,105 |
Feb-18-2020, 08:23 PM Last Post: jefsummers |
|
CNN Speech Classification | Mitchie87 | 0 | 2,054 |
Dec-06-2019, 06:17 PM Last Post: Mitchie87 |
|
Tensorflow offline build from source on CentOS 7 | riotto | 3 | 4,886 |
Mar-21-2019, 07:16 PM Last Post: riotto |
|
[Plot a stacked bar graph using plotly offline mode] | niks250891 | 1 | 6,003 |
Apr-22-2018, 02:11 PM Last Post: niks250891 |
|
AttributeError: module 'plotly' has no attribute 'offline' | charlesczc | 8 | 19,489 |
Jan-21-2018, 08:34 AM Last Post: buran |