SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3064
V.A.N.I. (Voice Automated Notes and Information)
Akash Bhardwaj1, Pranav Mehta2, Prof. Yogita Mane3
1Universal College of Engineering, Vasai
2Universal College of Engineering, Vasai
3Professor (H.O.D), Dept. of Information Technology, Universal College of Engineering, Maharashtra, INDIA
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The main objective of this project is to create an
AI enabled system to record notes/daily information for an
individual irrespective of any specific domain. The machine
will be designed in such a way that it can search the web at
backend and give customized results to user hence saving the
time user. Let’s take an example suppose a person with a
diabetic vein wants to cook biryani for himself but he doesn’t
know how to cook, instead he will ask V.A.N.I to do the search
on web forbiryani recipes. V.A.N.I.with the data giventoher at
time ofinstallation will discover some unique and customized
keywords for searching the recipes saving user’s time and
efforts. V.A.N.I. will search with a keyword as Biryani recipes
for diabetics and not just biryani recipes as V.A.N.I. knows the
user is diabetic. Also V.A.N.I. will be able to record different
events for the user and can also transform them into
keywords for future search.
Key Words: Voice Automated Notes, Speech to text, Text to
speech, Information, Saving Notes, Voice Commands.
1. INTRODUCTION
Humans are always fascinated with self-operating devices
and today, it is software “Chatbots” which are becoming
more human-like and are automated. The combination of
immediate response and constant connectivity makes them
an enticing way to extend or replace the web applications
trend. The main objective of this project is to create an AI
enabled system to record notes/daily information for an
individual irrespective of any specific domain. The machine
will be designed in such a way that it can search the web at
backend and givecustomized resultstotheuserhencesaving
the time for the user.Let’stake an example suppose a person
with a diabetic vein wants to cook biryani for himself but he
doesn’t know how to cook, instead he will ask V.A.N.I to do
the search work on web for biryani recipes. V.A.N.I with the
data given to her at time of installation will discover some
unique and customized keywords for searching the recipes
saving user’s time and efforts. V.A.N.I will search with a
keywordasBiryani recipes for diabetics and not just biryani
recipes as V.A.N.Iknows that the user is diabetic. Also, V.A.N.I
will be able to record different events for the user and can
also transform them into keywords for future searches.
2. PROBLEM DEFINITION
In today’s world every individual makes use of browsers to
find answers to n number of queries. These searches are not
customized to the users at all.The searchresultsonlyprovide
outputs that are relevant to the search query. In this system,
data prediction algorithm helps user to fetch customized
results as the query entered by user is processed by the
system before it is submitted to the browser. [1]
3. PROPOSED SYSTEM
Wehave developed a web applicationthatcansearchtheweb
on user provided query by appending the query with
customized set of keywords that differs fromusertouser. We
have covered twoimportantdomainsinoursystemi.e.Health
and Smartphone. Based on our survey these domains have a
large amount of search query on the web. Let’s say for
example, if a user wants to search for “biryani recipes” on
the web, what user actually does is they simple type the
query on web, now if the user is diabetic and he/she want to
search for biryani recipes then he/she has to edit the search
query accordingly to “biryani recipes for diabetics”. Now in
our system user can simply search forbiryanirecipesandthe
result fetch would be based on the query “biryani recipes for
diabetics”. This makes the system more efficient in showing
results to user also time is saved. The health-related details
are given by the user duringsignupprocess.Advantageofour
system is user need not provide basic health related details
every timehe/she wants to search forsomething on the web.
If the search query is relatable to health domain the system
will append the query accordingly. [2]
Fig -1: BLOCK DIAGRAM
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3065
• User Registration: First and the most important step
here is the registration. Here, the users enter each and
every data required for customize search in future.
Health related details of the user along with
smartphone name used by the user. All this user
defined data will be usedalong withthesearchqueries
to provide customize results to the user.
• Keywords: Keywords are the part of query which user
fires through the system. The system here is trained
with multiple keywords to enable different searches
through it. The system is trained with various food
dishes to enable customize search with user queries.
Also customize re- sults for different smartphone
details are provided to user on the system.
• Voice and Text Based Customized Search: The
command method for the system is also voice enabled
user cansimply speak the query which is needed tobe
searched. This voice command is converteddirectlyto
appropriate text and the query is fired automatically.
• Results: The results for the input query are fetched
from the server. Also, the system monitors that if
details provided during registration bytheusercanbe
used along with user defined query then the query is
appended with the desired keywords from the
database and further, results for this processed query
is displayed to the user.The displayed result also hasa
functionality to open therespectivelink inthe browser
which help user to view the webpage on the go. [3]
• History: The results provided to the user are real-time
so the system takes the record of each search query
alongwith the results and also withthekeywordofthe
search results. This data is stored as history in the
database to provide user an option to revisit the
previously searched results which also includes
keywords of each search result unlike any other
search browser. [4]
• Notes: It might be possible that the user wants to save
any of the search results for future reference or any
other purpose. The system functionality of notes
generation enables the user to save specified search
history to notes along with the timestamp for future
reference. [5]
4. ALGORITHM
1) SIGN UP by going on our Webapp.
2) After sign up, login using your credentials.
3) When required just say the words or sentences you
want to search for by clicking on the mic button on
dashboard.
4) Can also search manually by typing.
5) The results are being displayed as well as spoken by
the vani
6) Choose from appropriate results provided.
7) Go to history tab and click on Add to Notes to save
it.
8) Vanigives voice acknowledgment that the notes have
been saved.
9) And then you can go in your notes tab from the
dashboard and see as well as access the savedresults
on the webapp or can open the link in newtab.
5. TECHNOLOGY USED
• Http Guzzle Symfony Library
• Dom Crawler Symfony Library
• MySQL/MariaDB
• Node JS
• Bootstrap and Materialize CSS
6. IMPLEMENTATION DETAILS
Fig -2: LOGIN PAGE
Usual Login Page foruser to authenticateandauthorizeusers
to their account.
Fig -3: SIGNUP PAGE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3066
The registration or sign up page for users consist of all data
which can be needed to give customize search results to the
user.
Fig -4: DASHBOARD
On authorization of the user the web apptakestheusertothe
dashboard where they can fire their query also there isaside
menu available for users to navigate through each page
during the session.
Fig -5: RESULTS
From above snippet we can see the when user types biryani
and submit it to the system. Thesystemcrawlstheentireweb
and fetches the results based on keyword “veg biryani yes
diabetic”. Normal searches only search for user provided
queue.
Fig -6: SPECIFIED RESULTS
Also, on entering any mobile related accessories the system
appends the query with the mobile name of the user to
provide customize results out from the web.
Fig -7: SEARCH HISTORY
User is also given an ability to view their search history
accordingly.
Fig -8: SAVED HISTORY
If the user wants to save particular link for themselves, they
can do that by simply saving it to notes. Also, user can view
the date and time of when the notes have been saved along
with an option to view the particular link in browser, this
option is included on history and dashboard module as well.
Fig -9: ON CLICKING LINK
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3067
On clicking the link user gets redirected to linked page and
get the desired data with ease and by saving time.
7. CONCLUSION
We have developed a system which is capable of searching
through voice commands aswell as text-based commands. It
also saves the search results in notes section. It provides the
user with customized search that is search based on user
profile. It is also able to order food according to the
timestamp i.e. for e.g. user wants to order a biryani so it can
automatically detect the day and order it accordingly that is
either veg or non-veg. Hence, we have developed a system
which is secured and efficientwith ease user interfaceforthe
user.
REFERENCES
[1] S. Furui, “Speech-to-text and speech-to-speech
summarization of spontaneous speech,” and others,
Ed. [Online]. Available: https:
//ieeexplore.ieee.org/document/1306513
[2] V. Prasad., P. Das, K. Acharjee., and P.
Das, “Voice recognition system: Speech-to-text.”
[Online]. Available:
https://www.researchgate.net/publication/304651244_
VOICE_ RECOGNITION_SYSTEM_SPEECH-TO-TEXT
[3] M. P. Khilari and P. B. V. P., “Miss.Prachi
Khilari. A review on speech to text conversion
methods,” and others, Ed. [Online]. Available:
http://ijarcet.org/wp-content/uploads/IJARCET-
VOL-4-ISSUE-7-3067-3072.pdf
[4] A. Pranav and S. Chauhan, “Approach for Search
Engine,” International Journal of Computer Scienceand
Mobile Computing, vol. 4, no. 5 May,pp. 545–551,2015.
[5] T. Sarkar., A. A. Raj, and S. C. Pammi, “Text processing
for text-to- speechsystems in indian languages.”

More Related Content

Similar to IRJET- V.A.N.I. (Voice Automated Notes and Information)

Foodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for FoodiesFoodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for FoodiesIRJET Journal
 
SMART TREAT JUNCTION
SMART TREAT JUNCTIONSMART TREAT JUNCTION
SMART TREAT JUNCTIONIRJET Journal
 
IRJET- Foodorials- A Cooking Recipe Android App
IRJET-  	  Foodorials- A Cooking Recipe Android AppIRJET-  	  Foodorials- A Cooking Recipe Android App
IRJET- Foodorials- A Cooking Recipe Android AppIRJET Journal
 
IRJET- Restful Backend to Serve any Frontend System
IRJET- Restful Backend to Serve any Frontend SystemIRJET- Restful Backend to Serve any Frontend System
IRJET- Restful Backend to Serve any Frontend SystemIRJET Journal
 
Canteen Automation System
Canteen Automation SystemCanteen Automation System
Canteen Automation SystemIRJET Journal
 
IRJET- Website on Restaurant Management System using VUEJS and NODEJS Backend
IRJET- Website on Restaurant Management System using VUEJS and NODEJS BackendIRJET- Website on Restaurant Management System using VUEJS and NODEJS Backend
IRJET- Website on Restaurant Management System using VUEJS and NODEJS BackendIRJET Journal
 
Canteen Management System
Canteen Management SystemCanteen Management System
Canteen Management SystemIRJET Journal
 
IRJET- Online Food Ordering System
IRJET- Online Food Ordering SystemIRJET- Online Food Ordering System
IRJET- Online Food Ordering SystemIRJET Journal
 
Product Comparison Website using Web scraping and Machine learning.
Product Comparison Website using Web scraping and Machine learning.Product Comparison Website using Web scraping and Machine learning.
Product Comparison Website using Web scraping and Machine learning.IRJET Journal
 
IRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback SessionsIRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback SessionsIRJET Journal
 
Ration Management System
Ration Management SystemRation Management System
Ration Management SystemIRJET Journal
 
Detection of Behavior using Machine Learning
Detection of Behavior using Machine LearningDetection of Behavior using Machine Learning
Detection of Behavior using Machine LearningIRJET Journal
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET Journal
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine ScrapperIRJET Journal
 
IRJET- Website Health Checker
IRJET- Website Health CheckerIRJET- Website Health Checker
IRJET- Website Health CheckerIRJET Journal
 
Pragati nayak report
Pragati nayak reportPragati nayak report
Pragati nayak reportPragatiNayak9
 
IRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET Journal
 
11.0001www.iiste.org call for paper. quality control solutions for niche mark...
11.0001www.iiste.org call for paper. quality control solutions for niche mark...11.0001www.iiste.org call for paper. quality control solutions for niche mark...
11.0001www.iiste.org call for paper. quality control solutions for niche mark...Alexander Decker
 
AGRARYANS: Farm Equipment Rental System/Based on Agriculture
AGRARYANS: Farm Equipment Rental System/Based on AgricultureAGRARYANS: Farm Equipment Rental System/Based on Agriculture
AGRARYANS: Farm Equipment Rental System/Based on AgricultureIRJET Journal
 

Similar to IRJET- V.A.N.I. (Voice Automated Notes and Information) (20)

Foodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for FoodiesFoodmate: A Social Networking Web Application for Foodies
Foodmate: A Social Networking Web Application for Foodies
 
SMART TREAT JUNCTION
SMART TREAT JUNCTIONSMART TREAT JUNCTION
SMART TREAT JUNCTION
 
IRJET- Foodorials- A Cooking Recipe Android App
IRJET-  	  Foodorials- A Cooking Recipe Android AppIRJET-  	  Foodorials- A Cooking Recipe Android App
IRJET- Foodorials- A Cooking Recipe Android App
 
IRJET- Restful Backend to Serve any Frontend System
IRJET- Restful Backend to Serve any Frontend SystemIRJET- Restful Backend to Serve any Frontend System
IRJET- Restful Backend to Serve any Frontend System
 
Canteen Automation System
Canteen Automation SystemCanteen Automation System
Canteen Automation System
 
IRJET- Website on Restaurant Management System using VUEJS and NODEJS Backend
IRJET- Website on Restaurant Management System using VUEJS and NODEJS BackendIRJET- Website on Restaurant Management System using VUEJS and NODEJS Backend
IRJET- Website on Restaurant Management System using VUEJS and NODEJS Backend
 
online shopping
online shoppingonline shopping
online shopping
 
Canteen Management System
Canteen Management SystemCanteen Management System
Canteen Management System
 
IRJET- Online Food Ordering System
IRJET- Online Food Ordering SystemIRJET- Online Food Ordering System
IRJET- Online Food Ordering System
 
Product Comparison Website using Web scraping and Machine learning.
Product Comparison Website using Web scraping and Machine learning.Product Comparison Website using Web scraping and Machine learning.
Product Comparison Website using Web scraping and Machine learning.
 
IRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback SessionsIRJET- A Novel Technique for Inferring User Search using Feedback Sessions
IRJET- A Novel Technique for Inferring User Search using Feedback Sessions
 
Ration Management System
Ration Management SystemRation Management System
Ration Management System
 
Detection of Behavior using Machine Learning
Detection of Behavior using Machine LearningDetection of Behavior using Machine Learning
Detection of Behavior using Machine Learning
 
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
IRJET- Sentimental Prediction of Users Perspective through Live Streaming : T...
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine Scrapper
 
IRJET- Website Health Checker
IRJET- Website Health CheckerIRJET- Website Health Checker
IRJET- Website Health Checker
 
Pragati nayak report
Pragati nayak reportPragati nayak report
Pragati nayak report
 
IRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using Snatchbot
 
11.0001www.iiste.org call for paper. quality control solutions for niche mark...
11.0001www.iiste.org call for paper. quality control solutions for niche mark...11.0001www.iiste.org call for paper. quality control solutions for niche mark...
11.0001www.iiste.org call for paper. quality control solutions for niche mark...
 
AGRARYANS: Farm Equipment Rental System/Based on Agriculture
AGRARYANS: Farm Equipment Rental System/Based on AgricultureAGRARYANS: Farm Equipment Rental System/Based on Agriculture
AGRARYANS: Farm Equipment Rental System/Based on Agriculture
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 

Recently uploaded (20)

Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 

IRJET- V.A.N.I. (Voice Automated Notes and Information)

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3064 V.A.N.I. (Voice Automated Notes and Information) Akash Bhardwaj1, Pranav Mehta2, Prof. Yogita Mane3 1Universal College of Engineering, Vasai 2Universal College of Engineering, Vasai 3Professor (H.O.D), Dept. of Information Technology, Universal College of Engineering, Maharashtra, INDIA ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The main objective of this project is to create an AI enabled system to record notes/daily information for an individual irrespective of any specific domain. The machine will be designed in such a way that it can search the web at backend and give customized results to user hence saving the time user. Let’s take an example suppose a person with a diabetic vein wants to cook biryani for himself but he doesn’t know how to cook, instead he will ask V.A.N.I to do the search on web forbiryani recipes. V.A.N.I.with the data giventoher at time ofinstallation will discover some unique and customized keywords for searching the recipes saving user’s time and efforts. V.A.N.I. will search with a keyword as Biryani recipes for diabetics and not just biryani recipes as V.A.N.I. knows the user is diabetic. Also V.A.N.I. will be able to record different events for the user and can also transform them into keywords for future search. Key Words: Voice Automated Notes, Speech to text, Text to speech, Information, Saving Notes, Voice Commands. 1. INTRODUCTION Humans are always fascinated with self-operating devices and today, it is software “Chatbots” which are becoming more human-like and are automated. The combination of immediate response and constant connectivity makes them an enticing way to extend or replace the web applications trend. The main objective of this project is to create an AI enabled system to record notes/daily information for an individual irrespective of any specific domain. The machine will be designed in such a way that it can search the web at backend and givecustomized resultstotheuserhencesaving the time for the user.Let’stake an example suppose a person with a diabetic vein wants to cook biryani for himself but he doesn’t know how to cook, instead he will ask V.A.N.I to do the search work on web for biryani recipes. V.A.N.I with the data given to her at time of installation will discover some unique and customized keywords for searching the recipes saving user’s time and efforts. V.A.N.I will search with a keywordasBiryani recipes for diabetics and not just biryani recipes as V.A.N.Iknows that the user is diabetic. Also, V.A.N.I will be able to record different events for the user and can also transform them into keywords for future searches. 2. PROBLEM DEFINITION In today’s world every individual makes use of browsers to find answers to n number of queries. These searches are not customized to the users at all.The searchresultsonlyprovide outputs that are relevant to the search query. In this system, data prediction algorithm helps user to fetch customized results as the query entered by user is processed by the system before it is submitted to the browser. [1] 3. PROPOSED SYSTEM Wehave developed a web applicationthatcansearchtheweb on user provided query by appending the query with customized set of keywords that differs fromusertouser. We have covered twoimportantdomainsinoursystemi.e.Health and Smartphone. Based on our survey these domains have a large amount of search query on the web. Let’s say for example, if a user wants to search for “biryani recipes” on the web, what user actually does is they simple type the query on web, now if the user is diabetic and he/she want to search for biryani recipes then he/she has to edit the search query accordingly to “biryani recipes for diabetics”. Now in our system user can simply search forbiryanirecipesandthe result fetch would be based on the query “biryani recipes for diabetics”. This makes the system more efficient in showing results to user also time is saved. The health-related details are given by the user duringsignupprocess.Advantageofour system is user need not provide basic health related details every timehe/she wants to search forsomething on the web. If the search query is relatable to health domain the system will append the query accordingly. [2] Fig -1: BLOCK DIAGRAM
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3065 • User Registration: First and the most important step here is the registration. Here, the users enter each and every data required for customize search in future. Health related details of the user along with smartphone name used by the user. All this user defined data will be usedalong withthesearchqueries to provide customize results to the user. • Keywords: Keywords are the part of query which user fires through the system. The system here is trained with multiple keywords to enable different searches through it. The system is trained with various food dishes to enable customize search with user queries. Also customize re- sults for different smartphone details are provided to user on the system. • Voice and Text Based Customized Search: The command method for the system is also voice enabled user cansimply speak the query which is needed tobe searched. This voice command is converteddirectlyto appropriate text and the query is fired automatically. • Results: The results for the input query are fetched from the server. Also, the system monitors that if details provided during registration bytheusercanbe used along with user defined query then the query is appended with the desired keywords from the database and further, results for this processed query is displayed to the user.The displayed result also hasa functionality to open therespectivelink inthe browser which help user to view the webpage on the go. [3] • History: The results provided to the user are real-time so the system takes the record of each search query alongwith the results and also withthekeywordofthe search results. This data is stored as history in the database to provide user an option to revisit the previously searched results which also includes keywords of each search result unlike any other search browser. [4] • Notes: It might be possible that the user wants to save any of the search results for future reference or any other purpose. The system functionality of notes generation enables the user to save specified search history to notes along with the timestamp for future reference. [5] 4. ALGORITHM 1) SIGN UP by going on our Webapp. 2) After sign up, login using your credentials. 3) When required just say the words or sentences you want to search for by clicking on the mic button on dashboard. 4) Can also search manually by typing. 5) The results are being displayed as well as spoken by the vani 6) Choose from appropriate results provided. 7) Go to history tab and click on Add to Notes to save it. 8) Vanigives voice acknowledgment that the notes have been saved. 9) And then you can go in your notes tab from the dashboard and see as well as access the savedresults on the webapp or can open the link in newtab. 5. TECHNOLOGY USED • Http Guzzle Symfony Library • Dom Crawler Symfony Library • MySQL/MariaDB • Node JS • Bootstrap and Materialize CSS 6. IMPLEMENTATION DETAILS Fig -2: LOGIN PAGE Usual Login Page foruser to authenticateandauthorizeusers to their account. Fig -3: SIGNUP PAGE
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3066 The registration or sign up page for users consist of all data which can be needed to give customize search results to the user. Fig -4: DASHBOARD On authorization of the user the web apptakestheusertothe dashboard where they can fire their query also there isaside menu available for users to navigate through each page during the session. Fig -5: RESULTS From above snippet we can see the when user types biryani and submit it to the system. Thesystemcrawlstheentireweb and fetches the results based on keyword “veg biryani yes diabetic”. Normal searches only search for user provided queue. Fig -6: SPECIFIED RESULTS Also, on entering any mobile related accessories the system appends the query with the mobile name of the user to provide customize results out from the web. Fig -7: SEARCH HISTORY User is also given an ability to view their search history accordingly. Fig -8: SAVED HISTORY If the user wants to save particular link for themselves, they can do that by simply saving it to notes. Also, user can view the date and time of when the notes have been saved along with an option to view the particular link in browser, this option is included on history and dashboard module as well. Fig -9: ON CLICKING LINK
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 3067 On clicking the link user gets redirected to linked page and get the desired data with ease and by saving time. 7. CONCLUSION We have developed a system which is capable of searching through voice commands aswell as text-based commands. It also saves the search results in notes section. It provides the user with customized search that is search based on user profile. It is also able to order food according to the timestamp i.e. for e.g. user wants to order a biryani so it can automatically detect the day and order it accordingly that is either veg or non-veg. Hence, we have developed a system which is secured and efficientwith ease user interfaceforthe user. REFERENCES [1] S. Furui, “Speech-to-text and speech-to-speech summarization of spontaneous speech,” and others, Ed. [Online]. Available: https: //ieeexplore.ieee.org/document/1306513 [2] V. Prasad., P. Das, K. Acharjee., and P. Das, “Voice recognition system: Speech-to-text.” [Online]. Available: https://www.researchgate.net/publication/304651244_ VOICE_ RECOGNITION_SYSTEM_SPEECH-TO-TEXT [3] M. P. Khilari and P. B. V. P., “Miss.Prachi Khilari. A review on speech to text conversion methods,” and others, Ed. [Online]. Available: http://ijarcet.org/wp-content/uploads/IJARCET- VOL-4-ISSUE-7-3067-3072.pdf [4] A. Pranav and S. Chauhan, “Approach for Search Engine,” International Journal of Computer Scienceand Mobile Computing, vol. 4, no. 5 May,pp. 545–551,2015. [5] T. Sarkar., A. A. Raj, and S. C. Pammi, “Text processing for text-to- speechsystems in indian languages.”