AdonisAI is python library to build your own AI virtual assistant with natural language processing.
Project description
AdonisAI
Official Website: Click Here
Official Instagram Page: Click Here
- What is AdonisAI?
- Prerequisite
- Getting Started- How to use it?
- What it can do (Features it supports)
- Future / Request Features
- What's new?
- Contribute
- Contact me
- Donate
- Thank me on-
1. What is AdonisAI?
AdonisAI is as advance version of JarvisAI. AdonisAI is a Python Module which is able to perform task like Chatbot, Assistant etc. It provides base functionality for any assistant application. This library is built using Tensorflow, Pytorch, Transformers and other opensource libraries and frameworks. Well, you can contribute on this project to make it more powerful.
This project is crated only for those who is having interest in building Virtual Assistant. Generally it took lots of time to write code from scratch to build Virtual Assistant. So, I have build an Library called "Adonis", which gives you easy functionality to build your own Virtual Assistant.
AdonisAI is more powerful and light weight version of https://pypi.org/project/JarvisAI/
2. Prerequisite
-
Get your Free API key from https://adonis-ai.herokuapp.com
-
To use it only Python (> 3.6) is required.
-
To contribute in project: Python is the only prerequisite for basic scripting, Machine Learning and Deep Learning knowledge will help this model to do task like AI-ML. Read How to contribute section of this page.
3. Getting Started- How to use it?
-
Install the latest version-
pip install AdonisAI
It will install all the required package automatically.
- You need only this piece of code-
# create your own function # RULES (Optional)- # It must contain parameter 'feature_command' (What ever input you provide when AI ask for input will be passed to this function) # Return is optional # If you want to provide return value it should only return text (str) def pprint(feature_command="custom feature (What ever input you provide when AI ask for input will be passed to this function)"): # write your code here to do something with the command # perform some tasks # return is optional return feature_command + ' Executed' obj = AdonisEngine(bot_name='alexa', input_mechanism=InputOutput.speech_to_text_deepspeech_streaming, output_mechanism=[InputOutput.text_output, InputOutput.text_to_speech], backend_tts_api='pyttsx3', wake_word_detection_status=True, wake_word_detection_mechanism=InputOutput.speech_to_text_deepspeech_streaming, shutdown_command='shutdown', secret_key='your_secret_key') # Check existing list of commands, Existing command you can not use while registering your function print(obj.check_registered_command()) # Register your function (Optional) obj.register_feature(feature_obj=pprint, feature_command='custom feature') # Start AI in background. It will always run forever until you don't stop it manually. obj.engine_start()
Whats now?
It will start your AI, it will ask you to give input and accordingly it will produce output.
You can configureinput_mechanism
andoutput_mechanism
parameter for voice input/output or text input/output.Parameters-
- You need only this piece of code-
4. What it can do (Features it supports)-
- Currently, it supports only english language
- Supports voice and text input/output.
- Supports AI based voice input and by using google api voice input.
4.1. Supported Commands-
4.3. Supported Input/Output Methods (Which option do I need to choose?)-
5. Future/Request Features-
WIP
You tell me
6. What new-
-
AdonisAI==1.0: Initial Release.
-
AdonisAI==1.1: Added news and weather features. Added AdonisAI.InputOutput.wake_word_detection_mechanism.
-
AdonisAI==1.2: Added new input mechanism (AdonisAI.InputOutput.speech_to_text_deepspeech_streaming) fast and free. And new features (jokes, about).
-
AdonisAI==1.3: Added New feature (send whatsapp, open website, play on youtube, send email).
-
AdonisAI==1.4: Added new feature (AI Based Chatbot Added, from now you need Secret key for AdonisAI, it's used for security purpose. Get your free key from https://adonis-ai.herokuapp.com).
-
AdonisAI==1.5: Major Bug Fix from version 1.4. [DO NOT USE AdonisAI==1.4]
-
AdonisAI==1.6: New features added (screenshot, photo click, youtube video download, play games, covid updates, internet speed check)
-
AdonisAI==1.7: Bug Fixes from version 1.6. [DO NOT USE AdonisAI==1.6]
7. Contribute-
Instructions Coming Soon
8. Contact me-
9. Donate-
Donate and Contribute to run me this project, and buy a domain
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-
-
Follow me on Instagram: https://www.instagram.com/dipesh_pal17/
-
Subscribe me on YouTube: https://www.youtube.com/dipeshpal17
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file AdonisAI-1.7.tar.gz
.
File metadata
- Download URL: AdonisAI-1.7.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2583eacf29f9b56388e909fec27843a0d6d5753a8dad280aa5fa9229946594ad |
|
MD5 | 39c188077de9f05fbcbb84a16db12f29 |
|
BLAKE2b-256 | 9d1c69a6b85091dc833686bb61fa77b170e7e1bd3276cd4f76061492eb50620f |
File details
Details for the file AdonisAI-1.7-py3-none-any.whl
.
File metadata
- Download URL: AdonisAI-1.7-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffb1fa1a9deee666efad30289f8e1003b965327839d372160ff6484781d02756 |
|
MD5 | fefbae99a99ac4ab953faded33997b0f |
|
BLAKE2b-256 | 80fe64111e25a967b9cfcd413b0a2097c0e4a8ac95b7041bb119549a5a3239b4 |