JARVIS-AI-ASSISTANT icon indicating copy to clipboard operation
JARVIS-AI-ASSISTANT copied to clipboard

A true Artificial Intelligent Assistant with ALICE as backend and offline speech recognition with vosk engine and pyttsx3 as text to speech engine

Results 10 JARVIS-AI-ASSISTANT issues
Sort by recently updated
recently updated
newest added

hi @JoelShine im getting this error many thanks Requirement already satisfied: vosk in c:\users\----\appdata\local\programs\python\python312\lib\site-packages (from -r requirements.txt (line 1)) (0.3.45) Collecting aiml (from -r requirements.txt (line 2)) Using cached aiml-0.9.2-py2.py3-none-any.whl...

I downloaded the code from the official git repo: https://github.com/JoelShine/JARVIS-AI-ASSISTANT Here is the error in more detail: `/Volumes/DataDrive/JARVIS-AI-ASSISTANT/jarvis.py 2023-11-17 19:53:16.025 Python[3036:84370] *** Assertion failure in +[UINSServiceViewController initialize], /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/ViewBridge/ViewBridge-468/UINSServiceViewController.m:203 Parsing aiml...

![image](https://user-images.githubusercontent.com/128973861/236687136-b4e5adbb-f4ba-4f52-b40c-28eef073884a.png) ![image](https://user-images.githubusercontent.com/128973861/236687145-842fe6b0-f357-4176-9259-7f9d6c9778c5.png) ![image](https://user-images.githubusercontent.com/128973861/236687150-d54543bb-5150-4913-9f08-0d61249c317f.png) Any ideas? Thanks!

When running `python jarvis.py` it seems to respond okay for a moment then just continues rambling without further input and then overflows. ``` Loading from brain file: brain.dump Loading brain...

added an "m" to the word "from" that was missing it :)

After i install requirements and try to run the file i get the following error ``` python jarvis.py Traceback (most recent call last): File "/opt/anaconda3/lib/python3.9/site-packages/pyttsx3/__init__.py", line 20, in init eng...

After i run jarvis.py i get this Parsing aiml files Traceback (most recent call last): File "C:\Users\%user%\Downloads\AI\jarvis.py", line 37, in k.bootstrap(learnFiles="std-startup.aiml", commands="load aiml b") File "C:\Users\%user%\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\aiml\Kernel.py", line 131, in bootstrap...

Traceback (most recent call last): File "/opt/homebrew/lib/python3.10/site-packages/pyttsx3/__init__.py", line 20, in init eng = _activeEngines[driverName] File "/opt/homebrew/Cellar/[email protected]/3.10.9/Frameworks/Python.framework/Versions/3.10/lib/python3.10/weakref.py", line 137, in __getitem__ o = self.data[key]() KeyError: 'sapi5' During handling of the above...