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.
When I'm trying to run this it is giving this as an error
Traceback (most recent call last):
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\jarvis.py", line 11, in
from diction import translate
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\diction.py", line 6, in
data = json.load(open('data.json'))
FileNotFoundError: [Errno 2] No such file or directory: 'data.json'
When I'm trying to run this it is giving this as an error Traceback (most recent call last): File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\jarvis.py", line 11, in
from diction import translate
File "e:\Download\J.A.R.V.I.S-2.0.2\J.A.R.V.I.S-2.0.2\diction.py", line 6, in
data = json.load(open('data.json'))
FileNotFoundError: [Errno 2] No such file or directory: 'data.json'
What needs to be done please let me know.