Skip to main content

Header

PythonTensorFlowPyTorch

Hello, folks!

This project is created only for those who are interested in building a Virtual Assistant. Generally, it took lots of time to write code from scratch to build a Virtual Assistant. So, I have built a Library called "JarvisAI", which gives you easy functionality to build your own Virtual Assistant.

Content-

  1. What is JarvisAI?
  2. Prerequisite
  3. Architecture
  4. Getting Started- How to use it?
  5. What it can do (Features it supports)
  6. Future / Request Features
  7. Contribute
  8. Contact me
  9. Donate
  10. Thank me on-

Premium Plan-

What is our premium plan?

  • AI will be able to understand all your commands. It will answer all your questions apart from below basic intent.

  • It will be able to handle intent- 'others / Unknown Intent'. Free plan doesn't support this.

  • It will be automatically upgraded to use GPT-3 based model in the future. Currently, it uses other advance custom AI models to answer queries.

  • Currently unlimited API calls. Later we might change / limit.

  • Currently, it doesn't remember the previous context of the chat, but soon it will be. We don't store your personal chat information.

Check out our plan: https://jarvisai.in/dashboard

YouTube Tutorial-

Click on the image below to watch the tutorial on YouTube-

Tutorial 1-

JarvisAI Tutorial 1

Tutorial 2-

JarvisAI Tutorial 2

1. What is Jarvis AI?

Jarvis AI is a Python Module that is able to perform tasks like Chatbot, Assistant, etc. It provides base functionality for any assistant application. This JarvisAI is built using Tensorflow, Pytorch, Transformers, and other open-source libraries and frameworks. Well, you can contribute to this project to make it more powerful.

2. Prerequisite

  • Get your Free API key from https://jarvisai.in

  • To use it only Python (> 3.6) is required.

  • To contribute to the project: Python is the only prerequisite for basic scripting, Machine Learning, and Deep Learning knowledge will help this model to do tasks like AI-ML. Read the How to Contribute section of this page.

3. Architecture

The JarvisAI’s architecture is divided into two parts.

  1. User End- It is basically responsible for getting input from the user and after preprocessing input it sends input to JarvisAI’s server. And once the server sends its response back, it produces output on the user screen/system.

  2. Server Side- The server is responsible to handle various kinds of AI-ML, and NLP tasks. It mainly identifies user intent by analyzing user input and interacting with other external APIs and handling user input.

    JarvisAI’s Architecture

4. Getting Started- How to use it?

NOTE: Old version is depreciated use latest version of JarvisAI

4.1. Installation-

  • Install the latest version-

     pip install JarvisAI  
    

Optional Steps (Common Installation Issues)-

  • [Optional Step] If Pyaudio is not working or not installed you might need to install it separately-

    In the case of Mac OSX do the following:

     brew install portaudio  
     pip install pyaudio  
    

In the case of Windows or Linux do the following:

  • Download pyaudio from: lfd.uci.edu/~gohlke/pythonlibs/#pyaudio

  • pip install PyAudio-0.2.11-cp310-cp310-win_amd64.whl

4.2. Code You Need-

You need only this piece of code-

def custom_function(*args, **kwargs):
    command = kwargs.get('query')
    entities = kwargs.get('entities')
    print(entities)
    # write your code here to do something with the command
    # perform some tasks # return is optional
    return command + ' Executed'


jarvis = JarvisAI.Jarvis(input_mechanism='voice', output_mechanism='both',
                google_speech_api_key=None, backend_tts_api='pyttsx3',
                use_whisper_asr=False, display_logs=False,
                api_key='527557f2-0b67-4500-8ca0-03766ade589a')
# add_action("general", custom_function)  # OPTIONAL
jarvis.start()

4.3. What's now?

It will start your AI, it will ask you to give input and accordingly it will produce output.
You can configure input_mechanism and output_mechanism parameter for voice input/output or text input/output.

4.4. Let's understand the Parameters-

READ MORE: Google Speech API (Pricing and Key) at: https://cloud.google.com/speech-to-text  

5. What it can do (Features it supports)-

  1. Currently, it supports only english language
  2. Supports voice and text input/output.
  3. Supports AI based voice input (using whisper asr) and by using google api voice input.
  4. All intellectual task is process in JarvisAI server so there is no load on your system.
  5. Lightweight and able to understand natural language (commands)
  6. Ability to add your own custom functions.

5.1. Supported Commands-

These are below supported intent that AI can handle, you can ask in natural language.

Example- "What is the time now", "make me laugh", "click a photo", etc.

Note: Some features / command might not work. WIP. Tell me bugs.

  1. asking time
  2. asking date
  3. greet and hello hi kind of things goodbye
  4. tell me joke
  5. tell me about
  6. i am bored
  7. volume control
  8. tell me news
  9. click photo
  10. places near me
  11. play on youtube
  12. play games
  13. what can you do
  14. send email
  15. download youtube video
  16. asking weather
  17. take screenshot
  18. open website
  19. send whatsapp message
  20. covid cases
  21. check internet speed
  22. others / Unknown Intent (Premium Feature)

5.2. Supported Input/Output Methods (Which option do I need to choose?)-

You can set below parameter while creating object of JarvisAI-

jarvis = JarvisAI.Jarvis(input_mechanism='voice', output_mechanism='both',  
                google_speech_api_key=None, backend_tts_api='pyttsx3',  
                use_whisper_asr=False, display_logs=False,  
                api_key='527557f2-0b67-4500-8ca0-03766ade589a')
  1. For text input-'

     input_mechanism='text'
    
  2. For voice input-

     input_mechanism='voice'
    
  3. For text output-

     output_mechanism='text'
    
  4. For voice output-

     output_mechanism='text'
    
  5. For voice and text output-

     output_mechanism='both'
    

6. Future/Request Features-

WIP
You tell me
at dipeshpal17@gmail.com or my social media.

7. Contribute-

Instructions Coming Soon

8. Contact me-

9. Donate-

Consider donating to JarvisAI to support our mission of keeping our servers running 24/7. Your contribution will enable us to continue doing great things and providing valuable services. Every little bit helps!

Click Here to support

Feel free to use my code, don't forget to mention credit. All the contributors will get credits in this repo.
Mention below line for credits-
Credits-

10. Thank me on-

License

MIT

Release files for JarvisAI 4.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for JarvisAI 4.7
File Size Uploaded
JarvisAI-4.7.tar.gz 21.4 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for JarvisAI 4.7
File Interpreter ABI Platform
JarvisAI-4.7-py3-none-any.whl Python 3 none any Details

Total release size: 50.8 kB

Release files / JarvisAI-4.7.tar.gz

Download URL JarvisAI-4.7.tar.gz
Size 21.4 kB
Tags Source
SHA-256 checksum
How to use checksums
06022c262f3054d45b96d5adc7947937fff8163cdc0876bbfd806892e331b81e
BLAKE2b-256 checksum
How to use checksums
28da805fc2b6451da8d036783b9fe7f419d25ef1128912df16c9495cf2df0a2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.9.12

Release files / JarvisAI-4.7-py3-none-any.whl

Download URL JarvisAI-4.7-py3-none-any.whl
Size 29.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
02e584b40892ae47c8bc405e6f29b37d37eb52097ede56f11032bc49f532f93e
BLAKE2b-256 checksum
How to use checksums
fdb185dd47371b39ac21dbd6bd2d2df4997bff160557d8c5ad605d88324ee377
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.9.12

Release history Release notifications | RSS feed

4.9

2 release files

4.8

2 release files

This release

4.7 This release

2 release files

4.6

2 release files

4.5

2 release files

4.4

2 release files

4.3

2 release files

4.2

2 release files

4.1

2 release files

4.0

2 release files

3.9

2 release files

3.7.1

2 release files

3.7

2 release files

3.6

2 release files

3.5

2 release files

3.4

2 release files

3.3

2 release files

3.2

2 release files

3.1

2 release files

3.0

2 release files

0.2.9

2 release files

0.2.8

2 release files

0.2.7

2 release files

0.2.6

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.2

2 release files

0.2.1

2 release files

0.2.0

2 release files

0.1.9

2 release files

0.1.8

2 release files

0.1.7

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

0.0.9

2 release files

0.0.7

2 release files

0.0.6

2 release files

0.0.5

2 release files

0.0.4

2 release files

0.0.3

2 release files

0.0.2

2 release files

0.0.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page