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: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6584
ANDROID SMART TRAVELLER GUIDE USING VIRTUAL ASSISTANT
Kavipriya C.U1, Kowsalya P2, Nandhini M3, Rubigha S4, Mr.S.Paradaman5
1,2,3,4B.Tech Information Technology, Dr. N. G. P. Institute of Technology, Coimbatore-14
5Assistant Professor – IT, Dr. N. G. P. Institute of Technology, Coimbatore-14, Tamilnadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Now a day mobile phone is a necessary part of
the people’s life. With the advancement in the technology,
the role of the guide is being taken by the different services
and applications. In this project we are making an android
based mobile application that can be used as a guide by the
tourists. The main idea of this project was to designa system
that will run on Android smart phones and web browsers
which will be helpful when visiting new places. Based on its
advanced computing capabilities and ubiquity, the smart
phone has rapidly been adopted as a tourism travel tool.
User can decide his/her requirementssuchasa typeofplace,
time duration, type of hotels, temples, entertainment places
and the system will find a path that fulfills those criteria.
Also, we add message notification and feedback about the
application.
Key Words: Travel, Planning, Navigation, Artificial
Intelligence, Mobile Phones
1. INTRODUCTION
The main objective of the application is to generate trip plan
to the tourists according to their number of days and the
places where they want to go. This application is very useful
for the tourists to plan their trip easily. It is anandroidbased
mobile application that can be used as a trip advisor for
tourists. Sometimes people do not have enough time to
prepare themselves or to spend few hours in one city
without planning this before. The fact is that people do not
have enough time for planning. Most of the peoples ask their
friends or select some trip advisor to organize the plan. For
these problems our application is helpful to peoples for
planning the trip correctly and efficiently.Thetypical tourist
guide applications support forchoosingcurrentpositionand
destination and the applications will provide possible paths
to reach the destination using route maps. It will generate
the trip plan present in the database regarding that places.
Our application also sends the message notification for the
tourists to move from one place to another place. Therefore,
we introduce a dynamic position detection agent system
with the use of Navigation andtheartificial intelligence.Also,
the tourists can decide his/her requirements such as a type
of place, hotels, temples, entertainmentplacesandmallsand
the system will find the path that fulfills those criteria using
route maps. Also, we add the feedback andreviewsaboutthe
application.
2. REQUIREMENTS ANALYSIS
2.1 Hardware Description
Hardware description is a specialized computer language
that includes a textual description consisting of operators,
expressions, statements, inputs and outputs. Instead of
generating a computer executable file, the hardware
description compliers provide a gate map. The gate map
obtained is then downloaded to the programming device to
check the operations of the desired data.
A. Windows based PC
Windows is a series of operating systems developed by
Microsoft. Each version of Windows includes a graphical
user interface, with a desktop that allows users to view files
and folders in windows. For the past two decades, Windows
has been the most widely used operating system for
personal computers PCs.
B. Android Based Smart Phones
Android is a smartphone operating system (OS) developed
by Google. It is used by a variety of mobile phone
manufacturers including Motorola, HTC and Sony Ericsson.
Each version features slightly different functionality and
user interface, and recently-launched software may or may
not work on older versions of the OS. Android is an open-
source operating system which means that any
manufacturer can use it in their phones free of charge.
2.2Software Description
It is a set of instructions and associated documentation
that tells a computer what to do or how to perform a task
or it can mean all the software on a computer, including
the applications and the operating systems.
A. Android Open Source
Android is a Linux-based can operating system widely used
for mobile devices. It was developed by the Open Handset
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6585
Alliance, led by Google and other companies. It is the largest
growing operating system for mobile devices. When a
developer develops an app for android, then the application
can run on any of the android powered devices.
B. SQLite
SQLite is a relational database management system and
contrast many other database managements. SQLite is not a
client-server database engine.SQLiteusesa dynamicallyand
weekly typed SQL syntaxthatdoesnotguaranteethedomain
integrity. This stores the entire database as a single cross-
platform file on a host machine. SQLite read operations can
be multitasked though writes can only be performed
sequentially. The code for SQLite in the public domain and
thus free for use for any purpose, commercial or private and
SQLite is a compact library.
3. MODULE DESCRIPTION
A module description provides detailed information about
the module and its components, which is accessible in
different manners. The included description is available by
reading directly, by generating a short html-description, or
by making an environment check forsupportedcomponents
to check if all needed types and services are available in the
environment where they will be used. This environment
check could take place during registration/installation or
during a separate consistency check for a component.
3.1 Location details database
This is a Database consists of Locational details based on
the city. Details about sightseeing places in that city, types of
hotels and restaurant in that city, and various details about
that city. I can be manually feed by the backend person and
also it can fetch details from social medias and rank it as per
user review.
3.2 Trip Planning System
It reads the form filled by the user and analysis the database
and generate the trip plan with all details. In this planning
system the tourists can also changetheirtripplan,supposeif
the trip plan is not satisfied for the tourist.
3.3 Virtual Assistant by Messaging
As per the Trip plan generate it will guide the user about
travelling and staying and reminding about schedule. It will
be alive on real time and assist the user about the plan.
4. PROPOSED SYSTEM
Application will act as a virtual guidewhichwill helpsuserin
various ways. Our application will consist a form which
require the user detail such as kind of placeyouwanttovisit,
type of the hotel you need to stay, what type of food you
need to take, count of days you need stay in the city and etc.
System then smartly analyses the questionnaire and then I
will generate Trip plan with site seeing details and
Restaurant details for staying and hotel details for taking
food as per user wise. Not only the app will generate the trip
plan and also it will act as a trip virtual guide until the whole
trip gets completed.
5. DATABASE EMPLOYED
SQLite is an embedded SQL database engine. Unlike most
other SQL databases, SQLite does not have a separate server
process. SQLite reads and writes directly to ordinary disk
files. A complete SQL database with multiple tables, indices,
triggers, and views, is contained in a single disk file. The
database file format is cross-platform-you can freely copy a
database between 32-bit and 64-bit systemsorbetween big-
endian and little-endian architectures. These features make
SQLite a popular choice as an ApplicationFileFormat.SQLite
databases files are a recommended storage format by the Us
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6586
Library of Congress. Generally, feedback issued from the
tourists will be helpful to know about the application.
5.1 Database structure
DB Browser for SQLite (DB4S) is a high quality, visual, open
source tool to create, design and edit database files
compatible with SQLite. It is not complex to implement in
Android Application.
6. IMPLEMENTATION
6.1 Shortest Path Algorithm
Shortest path algorithm is the family of algorithm designed
to solve the shortest path problem. The shortest path
problem is something most people have some intuitive
familiarity with two points A&B. This can take different
forms and so different algorithms are needed to be able to
solve them all. The shortest path algorithm typically
operates on some input graph ‘G’. This graph is made up of a
set of vertices ‘V’ and edges ‘E’ that connect with them. This
is used to find the shortest path for the places. Shortest path
algorithms have many applications. Mapping software like
Google maps makes use of shortest path algorithm. Theyare
also important for road networks, operations and logistics
research. Google maps for instance has you put in a starting
point and an ending point and will share the shortest path
problem. In common presentations of Dijkstra's algorithm,
initially all nodes are entered into the priority queue.This is,
however, not necessary: the algorithm can start with a
priority queue that contains only one item, and insert new
items as they are discovered (instead of doing a decrease-
key, check whether the key is in the queue; if it is, decrease
its key, otherwise insert it).[5]:198Thisvarianthasthesame
worst-case bounds as the common variant, but maintains a
smaller priority queue in practice, speeding up the queue
operations
6.2 A * Heuristic Algorithm
A * is an informed search algorithm, or a best-first search
algorithm, which means that it solvesproblemsbysearching
among all possible paths to the solution for the one that
gives the smallest cost (least distance travelled, shortest
time), and among these paths it first considers the ones that
lead most quickly to the solution. It is formulated in terms of
weighted graphs. Starting from a specific node of a graph, it
constructs a tree of paths starting from thatnode,expanding
paths one step at a time, until one of its paths ends at the
predetermined goal node. A * is a computer algorithmthatis
widely used in path finding and graph traversal, the process
of plotting an efficiently directed path between multiple
points, called nodes. It is widely used because of its
performance and accuracy
7. CONCLUSION
As per we filtered the problem statements from the existing
system, we going to provide the solution by virtual guide
employed with artificial intelligence. This application
provides specialty of user desired cities including their
weather conditions. This application displays a menu with
main categories available in the city and by clicking the
categories it will display the details and also it makes of
sightseeing information according to sightseeing category.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6587
REFERENCES
[1] Junge Shen, Jialic Shen, “Landmark reranking for smart
travel guide systems by combining and anaiyzing
diverse media”, IEEE Senior Member, 2016.
[2] R.Dapade Jinendra, R.Jadhav Bhagyashri, Y.Gaidhani
Pranav, “Smart travel guide: application for android
mobile”, IEEE 1st International Conference on Recent
Trends,Mar-2012, ISSN: 2277- 9477.
[3] P.Somanna, G.S. Madhan Kumar, “Smart
citytraveller”,International Research Journal
(IRJET),Apr-2018, e-ISSN: 2395-0056, p-2395-0072.
[4] Pooja Borude, Ashlesha Pawar, Pranita Bhujbal, “Smart
city tour guide system”, Multidisciplinary Journal of
Research, 2015, ISSN: 2348-6953.
BIOGRAPHIES
Kavipriya C U
B.Tech Information Technology
Dr. N. G. P. Institute of Technology
Coimbatore-14
Kowsalya P
B.Tech Information Technology
Dr. N. G. P. Institute of Technology
Coimbatore-14
Nandhini M
B.Tech Information Technology
Dr. N. G. P. Institute of Technology
Coimbatore-14
Rubigha S
B.Tech Information Technology
Dr. N. G. P. Institute of Technology
Coimbatore-14
Mr.S.Parandaman
Assistant Professor - IT
Dr. N. G. P. Institute of Technology
Coimbatore-14

More Related Content

What's hot

Android project report learning np complete
Android project report learning np completeAndroid project report learning np complete
Android project report learning np completeSubha Deb
 
IRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET Journal
 
Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.iCreateWorld
 
Location sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationLocation sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationKavita Sharma
 
Community App for Promoting Cross-Cultural Interaction
Community App for Promoting Cross-Cultural InteractionCommunity App for Promoting Cross-Cultural Interaction
Community App for Promoting Cross-Cultural InteractionMike Taylor
 
IRJET - Optimized Travel Planner
IRJET -  	  Optimized Travel PlannerIRJET -  	  Optimized Travel Planner
IRJET - Optimized Travel PlannerIRJET Journal
 
Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition IJECEIAES
 
Android File Manager Report PDF
Android File Manager Report PDFAndroid File Manager Report PDF
Android File Manager Report PDFPrajjwal Kumar
 
Real-time Text Audio to Video PPT Converter Tablet App
Real-time Text Audio to Video PPT Converter Tablet AppReal-time Text Audio to Video PPT Converter Tablet App
Real-time Text Audio to Video PPT Converter Tablet AppMike Taylor
 
ANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONcsandit
 
Android Application on Location sharing and message sender
Android Application on Location sharing and message senderAndroid Application on Location sharing and message sender
Android Application on Location sharing and message senderKavita Sharma
 
Community reporting system: road violation
Community reporting system: road violationCommunity reporting system: road violation
Community reporting system: road violationjournalBEEI
 
Password security system for websites
Password security system for websitesPassword security system for websites
Password security system for websitesMike Taylor
 
Android based application for wireless control of wheelchair
Android based application for wireless control of wheelchairAndroid based application for wireless control of wheelchair
Android based application for wireless control of wheelchaireSAT Journals
 
My Final year project on Android app development
My Final year project on Android app developmentMy Final year project on Android app development
My Final year project on Android app developmentrahulkumargiri
 
“Mentors View” Application
“Mentors View” Application“Mentors View” Application
“Mentors View” ApplicationAI Publications
 

What's hot (16)

Android project report learning np complete
Android project report learning np completeAndroid project report learning np complete
Android project report learning np complete
 
IRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android Application
 
Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.Location Tracking of Android Device Based on SMS.
Location Tracking of Android Device Based on SMS.
 
Location sharing and automatic message sender Android Application
Location sharing and automatic message sender Android ApplicationLocation sharing and automatic message sender Android Application
Location sharing and automatic message sender Android Application
 
Community App for Promoting Cross-Cultural Interaction
Community App for Promoting Cross-Cultural InteractionCommunity App for Promoting Cross-Cultural Interaction
Community App for Promoting Cross-Cultural Interaction
 
IRJET - Optimized Travel Planner
IRJET -  	  Optimized Travel PlannerIRJET -  	  Optimized Travel Planner
IRJET - Optimized Travel Planner
 
Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition Augmented Reality Design of Indonesia Fruit Recognition
Augmented Reality Design of Indonesia Fruit Recognition
 
Android File Manager Report PDF
Android File Manager Report PDFAndroid File Manager Report PDF
Android File Manager Report PDF
 
Real-time Text Audio to Video PPT Converter Tablet App
Real-time Text Audio to Video PPT Converter Tablet AppReal-time Text Audio to Video PPT Converter Tablet App
Real-time Text Audio to Video PPT Converter Tablet App
 
ANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATIONANDROID MAPPING APPLICATION
ANDROID MAPPING APPLICATION
 
Android Application on Location sharing and message sender
Android Application on Location sharing and message senderAndroid Application on Location sharing and message sender
Android Application on Location sharing and message sender
 
Community reporting system: road violation
Community reporting system: road violationCommunity reporting system: road violation
Community reporting system: road violation
 
Password security system for websites
Password security system for websitesPassword security system for websites
Password security system for websites
 
Android based application for wireless control of wheelchair
Android based application for wireless control of wheelchairAndroid based application for wireless control of wheelchair
Android based application for wireless control of wheelchair
 
My Final year project on Android app development
My Final year project on Android app developmentMy Final year project on Android app development
My Final year project on Android app development
 
“Mentors View” Application
“Mentors View” Application“Mentors View” Application
“Mentors View” Application
 

Similar to IRJET- Android Smart Traveller Guide using Virtual Assistant

Expense Manager Flutter Application
Expense Manager Flutter ApplicationExpense Manager Flutter Application
Expense Manager Flutter Applicationijtsrd
 
VIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdf
VIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdfVIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdf
VIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdfakhilreddychityala1
 
IRJET- City Tour Traveller: Based on FourSquare API
IRJET- City Tour Traveller: Based on FourSquare APIIRJET- City Tour Traveller: Based on FourSquare API
IRJET- City Tour Traveller: Based on FourSquare APIIRJET Journal
 
IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)IRJET Journal
 
IRJET- Android Application for WIFI based Library Book Locator
IRJET-  	  Android Application for WIFI based Library Book LocatorIRJET-  	  Android Application for WIFI based Library Book Locator
IRJET- Android Application for WIFI based Library Book LocatorIRJET Journal
 
IRJET- Survey on Virtual Assistants
IRJET-  	  Survey on Virtual AssistantsIRJET-  	  Survey on Virtual Assistants
IRJET- Survey on Virtual AssistantsIRJET Journal
 
Sop Statement Of Purpose For Engineering
Sop Statement Of Purpose For EngineeringSop Statement Of Purpose For Engineering
Sop Statement Of Purpose For EngineeringKatyana Londono
 
LunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationLunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationIRJET Journal
 
IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET Journal
 
IRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET Journal
 
Automatized Application Services for Android Devices Using Apache Ant in Clou...
Automatized Application Services for Android Devices Using Apache Ant in Clou...Automatized Application Services for Android Devices Using Apache Ant in Clou...
Automatized Application Services for Android Devices Using Apache Ant in Clou...IRJET Journal
 
Jaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based ApplicationJaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based ApplicationAI Publications
 
Jaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based ApplicationJaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based ApplicationAI Publications
 
Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...IJECEIAES
 
IRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data MiningIRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data MiningIRJET Journal
 
Android Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorAndroid Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorIRJET Journal
 
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...IRJET Journal
 
Development of Mobile App for Cab Booking and Rental using Flutter SDK
Development of Mobile App for Cab Booking and Rental using Flutter SDKDevelopment of Mobile App for Cab Booking and Rental using Flutter SDK
Development of Mobile App for Cab Booking and Rental using Flutter SDKIRJET Journal
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET Journal
 

Similar to IRJET- Android Smart Traveller Guide using Virtual Assistant (20)

Expense Manager Flutter Application
Expense Manager Flutter ApplicationExpense Manager Flutter Application
Expense Manager Flutter Application
 
VIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdf
VIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdfVIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdf
VIRTUAL_TOURIST_GUIDE_INDEX_TO_END[1].pdf
 
IRJET- City Tour Traveller: Based on FourSquare API
IRJET- City Tour Traveller: Based on FourSquare APIIRJET- City Tour Traveller: Based on FourSquare API
IRJET- City Tour Traveller: Based on FourSquare API
 
IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)IRJET- Smart Travel Guide(STG)
IRJET- Smart Travel Guide(STG)
 
IRJET- Android Application for WIFI based Library Book Locator
IRJET-  	  Android Application for WIFI based Library Book LocatorIRJET-  	  Android Application for WIFI based Library Book Locator
IRJET- Android Application for WIFI based Library Book Locator
 
IRJET- Survey on Virtual Assistants
IRJET-  	  Survey on Virtual AssistantsIRJET-  	  Survey on Virtual Assistants
IRJET- Survey on Virtual Assistants
 
Sop Statement Of Purpose For Engineering
Sop Statement Of Purpose For EngineeringSop Statement Of Purpose For Engineering
Sop Statement Of Purpose For Engineering
 
Journal
JournalJournal
Journal
 
LunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile ApplicationLunchBox:- A Web And Mobile Application
LunchBox:- A Web And Mobile Application
 
IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2IRJET- Automated Mess Service based on User's Location PART-2
IRJET- Automated Mess Service based on User's Location PART-2
 
IRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android ApplicationIRJET- Location based Task Reminder Android Application
IRJET- Location based Task Reminder Android Application
 
Automatized Application Services for Android Devices Using Apache Ant in Clou...
Automatized Application Services for Android Devices Using Apache Ant in Clou...Automatized Application Services for Android Devices Using Apache Ant in Clou...
Automatized Application Services for Android Devices Using Apache Ant in Clou...
 
Jaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based ApplicationJaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based Application
 
Jaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based ApplicationJaipur Bus Finder - An Android-based Application
Jaipur Bus Finder - An Android-based Application
 
Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...
 
IRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data MiningIRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data Mining
 
Android Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorAndroid Application For Decentralized Family Locator
Android Application For Decentralized Family Locator
 
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...IRJET -  	  Survey Paper on Tools Used to Enhance User's Experience with Cons...
IRJET - Survey Paper on Tools Used to Enhance User's Experience with Cons...
 
Development of Mobile App for Cab Booking and Rental using Flutter SDK
Development of Mobile App for Cab Booking and Rental using Flutter SDKDevelopment of Mobile App for Cab Booking and Rental using Flutter SDK
Development of Mobile App for Cab Booking and Rental using Flutter SDK
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile Application
 

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

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

IRJET- Android Smart Traveller Guide using Virtual Assistant

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6584 ANDROID SMART TRAVELLER GUIDE USING VIRTUAL ASSISTANT Kavipriya C.U1, Kowsalya P2, Nandhini M3, Rubigha S4, Mr.S.Paradaman5 1,2,3,4B.Tech Information Technology, Dr. N. G. P. Institute of Technology, Coimbatore-14 5Assistant Professor – IT, Dr. N. G. P. Institute of Technology, Coimbatore-14, Tamilnadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Now a day mobile phone is a necessary part of the people’s life. With the advancement in the technology, the role of the guide is being taken by the different services and applications. In this project we are making an android based mobile application that can be used as a guide by the tourists. The main idea of this project was to designa system that will run on Android smart phones and web browsers which will be helpful when visiting new places. Based on its advanced computing capabilities and ubiquity, the smart phone has rapidly been adopted as a tourism travel tool. User can decide his/her requirementssuchasa typeofplace, time duration, type of hotels, temples, entertainment places and the system will find a path that fulfills those criteria. Also, we add message notification and feedback about the application. Key Words: Travel, Planning, Navigation, Artificial Intelligence, Mobile Phones 1. INTRODUCTION The main objective of the application is to generate trip plan to the tourists according to their number of days and the places where they want to go. This application is very useful for the tourists to plan their trip easily. It is anandroidbased mobile application that can be used as a trip advisor for tourists. Sometimes people do not have enough time to prepare themselves or to spend few hours in one city without planning this before. The fact is that people do not have enough time for planning. Most of the peoples ask their friends or select some trip advisor to organize the plan. For these problems our application is helpful to peoples for planning the trip correctly and efficiently.Thetypical tourist guide applications support forchoosingcurrentpositionand destination and the applications will provide possible paths to reach the destination using route maps. It will generate the trip plan present in the database regarding that places. Our application also sends the message notification for the tourists to move from one place to another place. Therefore, we introduce a dynamic position detection agent system with the use of Navigation andtheartificial intelligence.Also, the tourists can decide his/her requirements such as a type of place, hotels, temples, entertainmentplacesandmallsand the system will find the path that fulfills those criteria using route maps. Also, we add the feedback andreviewsaboutthe application. 2. REQUIREMENTS ANALYSIS 2.1 Hardware Description Hardware description is a specialized computer language that includes a textual description consisting of operators, expressions, statements, inputs and outputs. Instead of generating a computer executable file, the hardware description compliers provide a gate map. The gate map obtained is then downloaded to the programming device to check the operations of the desired data. A. Windows based PC Windows is a series of operating systems developed by Microsoft. Each version of Windows includes a graphical user interface, with a desktop that allows users to view files and folders in windows. For the past two decades, Windows has been the most widely used operating system for personal computers PCs. B. Android Based Smart Phones Android is a smartphone operating system (OS) developed by Google. It is used by a variety of mobile phone manufacturers including Motorola, HTC and Sony Ericsson. Each version features slightly different functionality and user interface, and recently-launched software may or may not work on older versions of the OS. Android is an open- source operating system which means that any manufacturer can use it in their phones free of charge. 2.2Software Description It is a set of instructions and associated documentation that tells a computer what to do or how to perform a task or it can mean all the software on a computer, including the applications and the operating systems. A. Android Open Source Android is a Linux-based can operating system widely used for mobile devices. It was developed by the Open Handset
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6585 Alliance, led by Google and other companies. It is the largest growing operating system for mobile devices. When a developer develops an app for android, then the application can run on any of the android powered devices. B. SQLite SQLite is a relational database management system and contrast many other database managements. SQLite is not a client-server database engine.SQLiteusesa dynamicallyand weekly typed SQL syntaxthatdoesnotguaranteethedomain integrity. This stores the entire database as a single cross- platform file on a host machine. SQLite read operations can be multitasked though writes can only be performed sequentially. The code for SQLite in the public domain and thus free for use for any purpose, commercial or private and SQLite is a compact library. 3. MODULE DESCRIPTION A module description provides detailed information about the module and its components, which is accessible in different manners. The included description is available by reading directly, by generating a short html-description, or by making an environment check forsupportedcomponents to check if all needed types and services are available in the environment where they will be used. This environment check could take place during registration/installation or during a separate consistency check for a component. 3.1 Location details database This is a Database consists of Locational details based on the city. Details about sightseeing places in that city, types of hotels and restaurant in that city, and various details about that city. I can be manually feed by the backend person and also it can fetch details from social medias and rank it as per user review. 3.2 Trip Planning System It reads the form filled by the user and analysis the database and generate the trip plan with all details. In this planning system the tourists can also changetheirtripplan,supposeif the trip plan is not satisfied for the tourist. 3.3 Virtual Assistant by Messaging As per the Trip plan generate it will guide the user about travelling and staying and reminding about schedule. It will be alive on real time and assist the user about the plan. 4. PROPOSED SYSTEM Application will act as a virtual guidewhichwill helpsuserin various ways. Our application will consist a form which require the user detail such as kind of placeyouwanttovisit, type of the hotel you need to stay, what type of food you need to take, count of days you need stay in the city and etc. System then smartly analyses the questionnaire and then I will generate Trip plan with site seeing details and Restaurant details for staying and hotel details for taking food as per user wise. Not only the app will generate the trip plan and also it will act as a trip virtual guide until the whole trip gets completed. 5. DATABASE EMPLOYED SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform-you can freely copy a database between 32-bit and 64-bit systemsorbetween big- endian and little-endian architectures. These features make SQLite a popular choice as an ApplicationFileFormat.SQLite databases files are a recommended storage format by the Us
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6586 Library of Congress. Generally, feedback issued from the tourists will be helpful to know about the application. 5.1 Database structure DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design and edit database files compatible with SQLite. It is not complex to implement in Android Application. 6. IMPLEMENTATION 6.1 Shortest Path Algorithm Shortest path algorithm is the family of algorithm designed to solve the shortest path problem. The shortest path problem is something most people have some intuitive familiarity with two points A&B. This can take different forms and so different algorithms are needed to be able to solve them all. The shortest path algorithm typically operates on some input graph ‘G’. This graph is made up of a set of vertices ‘V’ and edges ‘E’ that connect with them. This is used to find the shortest path for the places. Shortest path algorithms have many applications. Mapping software like Google maps makes use of shortest path algorithm. Theyare also important for road networks, operations and logistics research. Google maps for instance has you put in a starting point and an ending point and will share the shortest path problem. In common presentations of Dijkstra's algorithm, initially all nodes are entered into the priority queue.This is, however, not necessary: the algorithm can start with a priority queue that contains only one item, and insert new items as they are discovered (instead of doing a decrease- key, check whether the key is in the queue; if it is, decrease its key, otherwise insert it).[5]:198Thisvarianthasthesame worst-case bounds as the common variant, but maintains a smaller priority queue in practice, speeding up the queue operations 6.2 A * Heuristic Algorithm A * is an informed search algorithm, or a best-first search algorithm, which means that it solvesproblemsbysearching among all possible paths to the solution for the one that gives the smallest cost (least distance travelled, shortest time), and among these paths it first considers the ones that lead most quickly to the solution. It is formulated in terms of weighted graphs. Starting from a specific node of a graph, it constructs a tree of paths starting from thatnode,expanding paths one step at a time, until one of its paths ends at the predetermined goal node. A * is a computer algorithmthatis widely used in path finding and graph traversal, the process of plotting an efficiently directed path between multiple points, called nodes. It is widely used because of its performance and accuracy 7. CONCLUSION As per we filtered the problem statements from the existing system, we going to provide the solution by virtual guide employed with artificial intelligence. This application provides specialty of user desired cities including their weather conditions. This application displays a menu with main categories available in the city and by clicking the categories it will display the details and also it makes of sightseeing information according to sightseeing category.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6587 REFERENCES [1] Junge Shen, Jialic Shen, “Landmark reranking for smart travel guide systems by combining and anaiyzing diverse media”, IEEE Senior Member, 2016. [2] R.Dapade Jinendra, R.Jadhav Bhagyashri, Y.Gaidhani Pranav, “Smart travel guide: application for android mobile”, IEEE 1st International Conference on Recent Trends,Mar-2012, ISSN: 2277- 9477. [3] P.Somanna, G.S. Madhan Kumar, “Smart citytraveller”,International Research Journal (IRJET),Apr-2018, e-ISSN: 2395-0056, p-2395-0072. [4] Pooja Borude, Ashlesha Pawar, Pranita Bhujbal, “Smart city tour guide system”, Multidisciplinary Journal of Research, 2015, ISSN: 2348-6953. BIOGRAPHIES Kavipriya C U B.Tech Information Technology Dr. N. G. P. Institute of Technology Coimbatore-14 Kowsalya P B.Tech Information Technology Dr. N. G. P. Institute of Technology Coimbatore-14 Nandhini M B.Tech Information Technology Dr. N. G. P. Institute of Technology Coimbatore-14 Rubigha S B.Tech Information Technology Dr. N. G. P. Institute of Technology Coimbatore-14 Mr.S.Parandaman Assistant Professor - IT Dr. N. G. P. Institute of Technology Coimbatore-14