AI Jarvis Tools
Project description
AI_Jarvis
AI_Jarvis_Tool is a machine-learning based conversational dialog engine build in Python which makes it possible to generate responses based on collections of known conversations.
Installation
This package can be installed from PyPi by running:
pip install AI-Jarvis
Create a Chat Data Txt File
>> QNA Chat Txt File:- DataBase\\qna_log.txt
>> ChattterBot Txt File:- DataBase\\chat_log.txt
Create a API
[OpenAI API] (https://beta.openai.com/) and create a api txt file '''
API Txt File:- Data\Api.txt '''
QNA Function
from AI_Jarvis import QNA
print(QNA.Questions_Answers("What is python?"))
Output
Question: What is python?
Answer: Python is a programming language.
ChatBot Function
from AI_Jarvis import Brain
print(Brain.ChatBot_Brain("What is your name?"))
Output
You: What is your name?
Jarvis: My name is Jarvis.
Speak Function
from AI_Jatvis import Speak
Speak.Speak("Hi I Am Rishabh...!!")
Output
Speak Hi I Am Rishabh...!!
Hindi And English Speech-Recognition
from AI_Jarvis import Listen
while True:
print(MicExecution())
Output
Listening...
You Speak: Hi I am Rishabh.
Recognizing...
Speech-To-Text: Hi I am Rishabh.
Listening...
You Speak: हाय मेरा नाम ऋषठहै|
Recognizing...
Speech-To-Text: Hi, My name is Rishabh.
Clap Detector
from AI_Jarvis import Clap
while True:
value=Clap.Tester()
if "True-Mic"==value:
print("Clap is Detected")
Output
Clap is Detected
Developer Details
GitHub:- @RishabhSahil.
PyPi:- @RishabhSahil.
Link:- @RishabhSahil.
Twitter:- @RishabhSahil.
Facebook:- @RishabhSahil.
Replit:- @RishabhSahil.
YouTube:- @Digital Technical India.
Project details
Release history Release notifications | RSS feed
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 AI_Jarvis-0.0.3.tar.gz
.
File metadata
- Download URL: AI_Jarvis-0.0.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3263a79f1e039727f1a9f213b2033a86fc46549edaf49cb36335002293576fea |
|
MD5 | 6195c753b2425a2be1f28edcda41ea2a |
|
BLAKE2b-256 | d7e8f1d7b0c8322db819f86dad79b814b2c5c2878c92017fc54d7306efb729d8 |
File details
Details for the file AI_Jarvis-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: AI_Jarvis-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1292b0cfb0151add8ec1c611bcc7fa548a4b3c6ab48749d5cecb9fcbe9becbc1 |
|
MD5 | e86614f887241362f4fff1ae1bdd297a |
|
BLAKE2b-256 | 7adfa38199473a0122ecfbdd3758241b3f8a252b9c52c6b49f20e83411ffcbe8 |