Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use it? #6

Closed
Genius398 opened this issue Sep 28, 2021 · 20 comments
Closed

How to use it? #6

Genius398 opened this issue Sep 28, 2021 · 20 comments

Comments

@Genius398
Copy link
Collaborator

No description provided.

@N3RDIUM
Copy link
Owner

N3RDIUM commented Sep 28, 2021

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!)

@Genius398
Copy link
Collaborator Author

Where run it

@N3RDIUM N3RDIUM closed this as completed Sep 28, 2021
@N3RDIUM
Copy link
Owner

N3RDIUM commented Sep 28, 2021

Where run it

@Genius398 In Python!
BTW Do you know Python?

@Genius398
Copy link
Collaborator Author

A bit

@Genius398
Copy link
Collaborator Author

I started like 3 days ago

@Genius398
Copy link
Collaborator Author

I use spyder

@Genius398 Genius398 reopened this Sep 28, 2021
@N3RDIUM
Copy link
Owner

N3RDIUM commented Sep 28, 2021

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

@N3RDIUM
Copy link
Owner

N3RDIUM commented Sep 29, 2021

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

@N3RDIUM
Copy link
Owner

N3RDIUM commented Sep 30, 2021

Any time.

@N3RDIUM
Copy link
Owner

N3RDIUM commented Sep 30, 2021

@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

@N3RDIUM
Copy link
Owner

N3RDIUM commented Sep 30, 2021

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!

@N3RDIUM
Copy link
Owner

N3RDIUM commented Oct 2, 2021

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!

@N3RDIUM
Copy link
Owner

N3RDIUM commented Oct 2, 2021

The installer is is the new release!

@N3RDIUM N3RDIUM closed this as completed Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Genius398 @N3RDIUM and others