GauravSingh9356 / J.A.R.V.I.S

Personal Assistant built using python libraries. It does almost anything which includes sending emails, Optical Text Recognition, Dynamic News Reporting at any time with API integration, Todo list generator, Opens any website with just a voice command, Plays Music, Wikipedia searching, Dictionary with Intelligent Sensing i.e. auto spell checking, Weather Reporting i.e. temp, wind speed, humidity, YouTube searching, Google Map searching, Youtube Downloading, etc.
MIT License
841 stars 200 forks source link

Using Deep speech #26

Open saran-gangster opened 3 years ago

saran-gangster commented 3 years ago

i like this project very much but i feel like speech recognition is very slow even it needs a internet connection so i would recommend you to add both online and offline (using Mozilla deep speech) if you need any help in adding this and coding ask me anytime i would love to contribute to this project

GauravSingh9356 commented 3 years ago

@saran-gangster Thanks for showing interest mate. yeah I will look into it..Yes You also can.and I would really happy to get help

saran-gangster commented 3 years ago

this can help you https://github.com/mozilla/DeepSpeech-examples/tree/r0.8/mic_vad_streaming it works on both windows and linux i have also tested it

DHANESHJOSHI commented 3 years ago

Traceback (most recent call last): File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "c:\Users\Dhanesh.vscode\extensions\ms-python.python-2020.9.114305\pythonFiles\lib\python\debugpy__main.py", line 45, in
cli.main() File "c:\Users\Dhanesh.vscode\extensions\ms-python.python-2020.9.114305\pythonFiles\lib\python\debugpy/..\debugpy\server\cli.py", line 430, in main run() File "c:\Users\Dhanesh.vscode\extensions\ms-python.python-2020.9.114305\pythonFiles\lib\python\debugpy/..\debugpy\server\cli.py", line 267, in run_file runpy.run_path(options.target, run_name=compat.force_str("
main__")) File "C:\Python39\lib\runpy.py", line 267, in run_path code, fname = _get_code_from_file(run_name, path_name) File "C:\Python39\lib\runpy.py", line 242, in _get_code_from_file code = compile(f.read(), fname, 'exec') File "c:\Users\Dhanesh\Downloads\J.A.R.V.I.S-2.0.1\jarvis.py", line 181 try: TabError: inconsistent use of tabs and spaces in indentation

Getting this error please help me brother

saran-gangster commented 3 years ago

Traceback (most recent call last): File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "c:\Users\Dhanesh.vscode\extensions\ms-python.python-2020.9.114305\pythonFiles\lib\python\debugpymain.py", line 45, in cli.main() File "c:\Users\Dhanesh.vscode\extensions\ms-python.python-2020.9.114305\pythonFiles\lib\python\debugpy/..\debugpy\server\cli.py", line 430, in main run() File "c:\Users\Dhanesh.vscode\extensions\ms-python.python-2020.9.114305\pythonFiles\lib\python\debugpy/..\debugpy\server\cli.py", line 267, in run_file runpy.run_path(options.target, run_name=compat.force_str("main")) File "C:\Python39\lib\runpy.py", line 267, in run_path code, fname = _get_code_from_file(run_name, path_name) File "C:\Python39\lib\runpy.py", line 242, in _get_code_from_file code = compile(f.read(), fname, 'exec') File "c:\Users\Dhanesh\Downloads\J.A.R.V.I.S-2.0.1\jarvis.py", line 181 try: TabError: inconsistent use of tabs and spaces in indentation

Getting this error please help me brother

you are getting this error because of over space see here