Coder Social home page Coder Social logo

gladiator07 / jarvis Goto Github PK

View Code? Open in Web Editor NEW
294.0 7.0 170.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 Introduction

Hi ๐Ÿ‘‹, I'm Atharva

Teaching machines to learn, one byte at a time

Welcome to my Profile. This is an overview of all the work I did and I'm planning to do.


Contact Me

Hit me up on any platform on my linktree or the ones mentioned below if you want to have a talk!

Other platforms

twitter linkedin twitter kaggle W&B YouTube


About Me

  • ๐Ÿ”ญ I am Data Scientist at Wolters Kluwer where I work mostly on Document AI and LLMs, developing end-to-end MLOPs pipelines for extracting information from PDFs.
  • ๐Ÿš€ I am an Ambassador for Weights & Biases
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Kaggle Competitions
  • ๐Ÿ’ช I love contributing to open-source libraries.
  • โšก Fun fact: I love to participate in Machine Learning competitions and I'm a Kaggle Competition Expert and highly active there

Recent work

I was a speaker at inaugural Weights & Biases MLOps conference (Fully Connected 2023). You can listen to my talk here. [Announcement LinkedIn Post]


๐Ÿ›  My Projects

Click on the project name to directly go to it's GitHub Repository and click demo app to see a live demo of the project


๐Ÿ† Achievements

Click on the competition name to go to it's overview page and click solution + code links to see the approach and source code


๐Ÿ“ Open-Source Contributions

  • Fixed an example script on HuggingFace ๐Ÿค— transformers repository for XLA devices - [PR]
  • Made the experiment trackers to launch only on main process in distributed setups on ๐Ÿค— Accelerate library - [PR]
  • Fixed several examples and removed the check for main process after fixing the tracker's initialization on all processes on ๐Ÿค— Accelerate library - [PR]
  • Update several ๐Ÿค— transformers no_trainer scripts leveraging ๐Ÿค— Accelerate to remove the check for is_main_process while initiating trackers by accelerator.init_trackers() as this issue was fixed by me in this PR - [PR]
  • Contributed a report to Weights & Biases showcasing the integration of MONAI and W&B - [PR]

TODO: add more contributions


โœ๏ธ Blogs


๐Ÿ’ช Currently working on

  • Kaggle competitions and Open-Source :)

Atharva's github stats

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

Closes

It closes Every time i say something how do i fix

im using pycharm btw

re.search error

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

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

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'

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>

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

blank screen

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

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

Don't show buttons.

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

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.