Coder Social home page Coder Social logo

gladiator07 / jarvis Goto Github PK

View Code? Open in Web Editor NEW
293.0 7.0 169.0 85.36 MB

Personal Voice Assistant made with Python and has a cool looking GUI

Home Page: https://www.youtube.com/watch?v=oKtrHy0ERNA

License: MIT License

Python 100.00%
jarvis python ai

jarvis's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

jarvis's Issues

Don't show buttons.

when I run that program paused screen appear and don't visible any type of button on screen.

this happens after the intro

File "c:\users\lucas\appdata\local\programs\python\python39\lib\re.py", line 202, in search
return _compile(pattern, flags).search(str)
TypeError: expected string or bytes-like object

speech recognition not found

File "d:\Bhavya study\Bhavya study docs\Web Development\JARVIS-master\Jarvis_init_.py", line 1, in
import speech recognition as sr
ModuleNotFoundError: No module named 'speech recognition'
PS D:\Bhavya study\Bhavya study docs\Web Development\JARVIS-master>

FileNotFoundError: [Errno 2] No such file or directory: 'credentials.json'

You said: jarvis take a screenshot
Traceback (most recent call last):
File "c:\Users\venky\Downloads\JARVIS-master\JARVIS-master\main.py", line 108, in run
self.TaskExecution()
File "c:\Users\venky\Downloads\JARVIS-master\JARVIS-master\main.py", line 231, in TaskExecution
obj.google_calendar_events(command)
File "c:\Users\venky\Downloads\JARVIS-master\JARVIS-master\Jarvis_init_.py", line 126, in google_calendar_events
service = google_calendar.authenticate_google()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\venky\Downloads\JARVIS-master\JARVIS-master\Jarvis\features\google_calendar.py", line 48, in authenticate_google
flow = InstalledAppFlow.from_client_secrets_file(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\venky\AppData\Local\Programs\Python\Python311\Lib\site-packages\google_auth_oauthlib\flow.py", line 198, in from_client_secrets_file
with open(client_secrets_file, "r") as json_file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'credentials.json'

Changing The Format Of If-Else Loops To Make It More Convenient

We Can Apply This Kind (Given Below) Of Format Instead Of If-Else Loops as these are more convenient for creating conversations and I am Planning To Add A GUI Like Cortana.

It Would Be My Honor To Contribute, Please Allow Me To Contribute!

Regards
Arnav Singh

            for text in Greetings1_In:
                if str(text) in Query:
                    Random_Number = Rnum(0, len(Greetings1_Out)) #Rnum Is A Function for getting A random number!
                    Speak(Greetings1_Out[Random_Number])   
                    break

            for text in Greetings2_In:
                if str(text) in Query:
                    Random_Number = Rnum(0, len(Greetings2_Out))
                    Speak(Greetings2_Out[Random_Number])   
                    break

Closes

It closes Every time i say something how do i fix

im using pycharm btw

blank screen

no buttons are shown when i run the program. If anyone can help
blank

re.search error

when Jarvis finished his greeting the program goes close. and show the error

======================================================
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.