Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AI_Jarvis-0.0.3.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

AI_Jarvis-0.0.3-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page