0% found this document useful (0 votes)
76 views

Ai Based Personal Assistant

This document describes an AI-based personal assistant named JARVIS. It discusses using Python for the voice assistant script due to Python's popularity. Speech recognition converts speech to text, allowing tasks like emailing or searching without typing. The frontend uses a Python GUI while the backend connects to OpenAI's GPT-3 API. JARVIS offers conversational interaction, saves time, is reactive, can multitask, retrieve information, and provide entertainment through voice commands.

Uploaded by

yashwantm2004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

Ai Based Personal Assistant

This document describes an AI-based personal assistant named JARVIS. It discusses using Python for the voice assistant script due to Python's popularity. Speech recognition converts speech to text, allowing tasks like emailing or searching without typing. The frontend uses a Python GUI while the backend connects to OpenAI's GPT-3 API. JARVIS offers conversational interaction, saves time, is reactive, can multitask, retrieve information, and provide entertainment through voice commands.

Uploaded by

yashwantm2004
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

AI Based Personl Assitant : JARVIS

SHRUSHTI GOLE(18)
KUSHI KAMBLE(23)
MANSI PATIL(42)
DHANANJAY WADHI(72)

G.V.Acharya Engineering and Technology


AI Based Personl Assitant : JARVIS

 As we know Python is an emerging language so it becomes easy to write a script for Voice Assistant in Python.

 The instructions for the assistant can be handled as per the requirement of user. Speech recognition is the process
of converting speech into text.

 This is commonly used in voice assistants like Alexa, Siri, etc. In Python there is an API called Speech
Recognition which allows us to convert speech into text.

 It became easier to send emails without typing any word, Searching on Google without opening the browser, and
performing many other daily tasks like playing music, opening your favorite IDE with the help of a single voice
command.

G.V.Acharya Engineering and Technology


AI Based Personl Assitant : JARVIS

FRONTEND AND BACKEND

 Front-end (Python GUI) : Python is an OOPS (Object Oriented Programming) based,


high level, interpreted programming language. Python provides a huge list of benefits to all.
The usage of Python is such that it cannot be limited to only one activity.

 Back-end : Use the OpenAI python library to connect to the GPT-3 API.

G.V.Acharya Engineering and Technology


AI Based Personl Assitant : JARVIS

ARCHITECTURE

G.V.Acharya Engineering and Technology


AI Based Personl Assitant : JARVIS

 Conversational interaction
 Saves time
 Reactive nature
 Multitasking
 Information Retrieval
 Enterainment

G.V.Acharya Engineering and Technology


AI Based Personl Assitant : JARVIS

 Voice Interaction: Personal assistants enable users to interact with technology using natural language
voice commands.
 Entertainment: Users can use personal assistants to play music, podcasts, and audiobooks, as well as
receive recommendations for movies, TV shows, and other forms of entertainment.
 Task Automation: Users can delegate routine tasks to the assistant, such as setting up meetings,
sending emails, and creating to-do lists.
 Language Translation: Some assistants offer real-time translation of spoken or written language,
facilitating communication across language barriers

G.V.Acharya Engineering and Technology


AI Based Personl Assitant : JARVIS

 Make JARVIS to learn more on its own and develop a new skill in it.
 JARVIS android app can also be developed.
 Make more Jarvis voice terminals.
 Voice commands can be encrypted to maintain security.

G.V.Acharya Engineering and Technology


THANK YOU

You might also like