Coder Social home page Coder Social logo

How to use it? about jarvis HOT 20 CLOSED

n3rdium avatar n3rdium commented on August 24, 2024
How to use it?

from jarvis.

Comments (20)

N3RDIUM avatar N3RDIUM commented on August 24, 2024

You just have to run the code, and say 'computer' for old versions, like when there was 'pion' written on the readme, and 'jarvis' for the coming versions. After saying the wake word, speak a command, and it will reply, or do your stuff.
( 🐛 There are a lot of bugs RN!)

from jarvis.

Genius398 avatar Genius398 commented on August 24, 2024

Where run it

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

Where run it

@Genius398 In Python!
BTW Do you know Python?

from jarvis.

Genius398 avatar Genius398 commented on August 24, 2024

A bit

from jarvis.

Genius398 avatar Genius398 commented on August 24, 2024

I started like 3 days ago

from jarvis.

Genius398 avatar Genius398 commented on August 24, 2024

I use spyder

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

Oh. You might have trouble installing packages needed for this repo to run on your machine.

I use spyder

Also, I recommend using Microsoft Visual Studio code: It is much easier to use for beginners! REFERENCE

from jarvis.

ashishagarwal2023 avatar ashishagarwal2023 commented on August 24, 2024

But, Which Packages are needed? The Error is "No module named "speech_recongition"" means this module doesn't exists. I used "pip install speech_recongition" but It is not found. How??

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

But, Which Packages are needed? The Error is "No module named "speech_recongition"" means this module doesn't exists. I used "pip install speech_recongition" but It is not found. How??

That's the mistake many people make. THE PACKAGE NAME DOES NOT HAVE TO MATCH THE IMPORT NAME!

An example:

We do: pip install opencv-python
And for the import we do: import cv2

How to fix the issue

Run this command:
python -m pip uninstall speech_recognition && python -m pip install SpeechRecongition

from jarvis.

ashishagarwal2023 avatar ashishagarwal2023 commented on August 24, 2024

thanks!

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

Any time.

from jarvis.

ashishagarwal2023 avatar ashishagarwal2023 commented on August 24, 2024

THe Spyder Application is used for pure python development, but We ONLY needs to edit our python files, and colorful formatting and easily running & Packages. so the best IDE is Visual Studio contains more!!

from jarvis.

ashishagarwal2023 avatar ashishagarwal2023 commented on August 24, 2024

THe Spyder Application is used for pure python development, but We ONLY needs to edit our python files, and colorful formatting and easily running & Packages. so the best IDE is Visual Studio contains more!!

from jarvis.

ashishagarwal2023 avatar ashishagarwal2023 commented on August 24, 2024

ummm

D:\JARVIS\JARVIS-0.0.2>app.py
Traceback (most recent call last):
  File "D:\JARVIS\JARVIS-0.0.2\app.py", line 2, in <module>
    from __init__ import *
  File "D:\JARVIS\JARVIS-0.0.2\__init__.py", line 2, in <module>
    from bot.chatbot import *
  File "D:\JARVIS\JARVIS-0.0.2\bot\chatbot.py", line 2, in <module>
    from chatterbot import ChatBot
ModuleNotFoundError: No module named 'chatterbot'

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

@e-coders In the new release, run DepInstaller.py to automatically install all dependencies and then run JARVIS.
Run this code in the repository directory:

python DepInstaller.py && python __main__.py

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

Also, after I make another release, It will be possible to run JARVIS on windows machines WITHOUT python, as we will be adding an installer!

from jarvis.

ashishagarwal2023 avatar ashishagarwal2023 commented on August 24, 2024

WOW!!!!

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

Also, after I make another release, It will be possible to run JARVIS on windows machines WITHOUT python, as we will be adding an installer!

Done!

from jarvis.

N3RDIUM avatar N3RDIUM commented on August 24, 2024

The installer is is the new release!

from jarvis.

ashishagarwal2023 avatar ashishagarwal2023 commented on August 24, 2024

YAY!!!

from jarvis.

Related Issues (3)

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.