Tourism Industries

Abstract:

Now a day's tourism industries are more profitable. Everyone wants to plan tours for their relaxation. But the majority of people face the issue in time management and improper schedule. So they need some system which helps them to schedule their trip with proper time management.

Such a system can allow the user to easily know about that place instead of searching the whole internet for the trip he is going to make.

This paper gives a survey of various methods used by the researcher to enhance the traveling system for tourist location tracking and abstract view of the system which we are going to implement.

Keywords: Travel Scheduler, Trip Location, Nearest Visiting Places, Place Recommendation.

INTRODUCTION

Tourism is one of the fastest growing Industries [6][1] in India. If a person wants to make a trip to some new place which he is unaware about that place, then the user will search on the internet about all places. As he is unaware about that place there are possibilities of getting wrong information about that place.

Get quality help now
Writer Lyla
Writer Lyla
checked Verified writer

Proficient in: Industry

star star star star 5 (876)

“ Have been using her for a while and please believe when I tell you, she never fail. Thanks Writer Lyla you are indeed awesome ”

avatar avatar avatar
+84 relevant experts are online
Hire writer

Tourism has proved to be one of the fastest growing and profitable industries. Bookings related to travel has been increasing gradually. Previously, when the technologies were not invented or when the technologies were yet to prove its impact on the life of common people, almost all the travel related bookings were done manually [6], be it for accommodations or for traveling options such as buses, trains, etc. This proved to be very hectic for the customers to every time find to the bookings manually and do all the processes related to travel manually.

Get to Know The Price Estimate For Your Paper
Topic
Number of pages
Email Invalid email

By clicking “Check Writers’ Offers”, you agree to our terms of service and privacy policy. We’ll occasionally send you promo and account related email

"You must agree to out terms of services and privacy policy"
Write my paper

You won’t be charged yet!

To overcome this problem the concept of smart traveler scheduler are implemented. The proposed system helps in scheduling the trip with time constraint for the users. The user can use the android application.

In the proposed system users only enters the place which he wants to visit and it will display all the details about that particular place and their nearest visiting places. The system allows the user to easily know about that place instead of searching the whole internet for the trip he is going to make. The system also recommends nearby visiting places to the user. After that system generates the schedule of the trip with the time constraint. Admin can also manually add the place details like their GPS locations, nearest visiting places, visiting time etc. Also, they manage the place information and user accounts. The collaborative filtering is used to recommending near places. The Dijkstra's algorithm calculates the time and distance for the entered place.

LITERATURE REVIEW

Vaishnavi Bheemarao Joshi et al. [1] developed a web application that can be made in Karnataka for people who want to make a trip to places they are unaware off and wish to explore. A web application categorizes different tours on their type. This system allows the user to easily know about that place instead of searching the whole internet for the trip he is going to make. Also, a tour manager/guide can manually book the trip for the user which enclose lodging, food and travel expenses depending on the user's requirements.

Yu-Ting Wen et al.[2] propose an efficient Keyword-aware Representative Travel Route framework that uses knowledge extraction from users' historical mobility records and social interactions. The keyword extraction module classifies the POI-related tags, for effective matching with query keywords. A route reconstruction algorithm is also implemented to route candidates. The extensive experiments are conducted on real location-based social network datasets, which give good performance compared to state-of-the-art works.

Xiaoyan Zhu et al.[3] propose FineRoute, a personalized and time-sensitive route recommendation system to mine users' preferences and time information for recommending routes. Three factors that user' preferences, proper visiting time, and transition time into consideration for the route generation. Kullback-Leibler divergence in order to measure the quality of a route in terms of the proper visiting month and the proper visiting hour. a route generation algorithm is used by extending the classic longest path algorithm.

Wan-Ting Hsu et al.[4] consider some factors, such as the visiting time information of POIs and the set of query points, in retrieving travel routes. The system can fulfill two requirements i. e.: 1.) Travel direction should contain all those query points specified, and 2.) travel routes should be within the spatial range Q. Skyline travel routes are returned as the query result. Skyline travel routes could give more multiplicity in the query result of trip route recommendations.

Z. Chen et al.[5] study a new problem of searching the k Best-Connected Trajectories from a database by using a set of locations with or without an order constraint. Since the number of query locations is typically small, it enables us to adopt a spatial method for answering a similarity search query. A simple IKNN algorithm is used to analyze the efficiency of different variants. As a conclusion, the BF-O achieves the best query performance although involving a risk of high memory usage. The pure DF-C algorithm guarantees a low memory consumption performs poorly inefficiency. Therefore, further devise the DF-D-M and DF-D-M-O is used to improve the DF-C for fewer R-tree node accesses and shorter query time, and finally, their performance is theoretically and experimentally confirmed to be close to that of the BF.

K.Palaniammal et al.[7] proposed an approach for semantic search in e-tourism which gives a sorted order of tourism domain which makes the search and retrieval time for the user to retrieve the data easier. This system also has a planning feature which plans the trip according to the user's requirement.

Ritu Chauhan et al.[9] designed a system that recommends a suitable travel schedule that satisfies user input constraints such as time period, budget and preferences. The personalized support system with Travel Router recommends trips for tourists based on user behaviors and group properties. Travel Router can provide tourists with information on the route and the distance between any two towns in the region without consulting a travel agent.

Ali Akbar Niknafs et al.[10] proposed a method on case-based reasoning approach where the best suggestion for a new tour is constructed based on an old tour and also the specifications that are given by the user and also on their similarity and the suggestions that are provided from the previous tour.

PROPOSED APPROACH

The proposed system helps in scheduling the trip with time constraint for the users. The user can use the android application. The application users only enter the place which they want to visit and it will display all the details about that particular place and their nearest visiting places. Figure 1 gives the architecture of the proposed system followed with detail working of the system.

Figure 1: System Architecture

Users Activities:

1. Places Recommendation:

The system will provide a recommendation for new tourist places to the users.

2. Explore New Trip Locations:

Any user can search for new interesting locations that he wants to visit.

The user will just need to enter the trip location and the system will provide all the necessary details to a user about that place.

3. Estimate Distance and Time for The Trip:

Users should be able to see the estimated time and distance required for visiting the trip location (In-Out time of the place).

4. Explore Nearest Visiting Places:

The system will provide details all the details about that particular place and their nearest visiting places.

5. Schedule The Trip:

Users should be able to schedule the trip/tour with exact time using the Android Application.

6. Display Trip Schedule:

Users will be able to view and track the trip schedule and will receive notifications on their Smartphone devices.

Administrative Activities:

1. Manage Users Accounts:

Admin should be able to manage user's accounts which include user's details, users Authentication, etc.

2. Manage Places Information:

Admin should be able to manage information about various places, adding new places with details like the description about the place, GPS location, nearest visiting places, visiting time of the places, etc.

CONCLUSION

This paper gives the survey of different methods used by the researcher to implement the Travel Scheduler system. In the proposed system users only enters the place which he wants to visit and it will display all the details about that particular place and their nearest visiting places. Hence this allows the user to easily know about that place instead of searching the whole internet for the trip he is going to make. The system also recommends nearby visiting places to the user. After that system generates the schedule of the trip with the time constraint. Admin can also manually add the place details like their GPS locations, nearest visiting places, visiting time etc. Also, they manage the place information and user accounts. We have two techniques that are Dijkstra's algorithm and collaborative filtering. The collaborative filtering is used for recommend near places. The Dijkstra's algorithm calculates the time and distance for the entered place.

REFERENCES

VaishnaviBheemarao Joshi R H Goudar, Searching, Categorizing and Tour Planning: A Novel Approach towards E-Tourism, 2017 2nd IEEE International Conference On Recent Trends in Electronics Information & Communication Technology

Updated: Apr 13, 2021
Cite this page

Tourism Industries. (2019, Nov 30). Retrieved from https://studymoose.com/college-name-pune-maharashtrashamlinshah-gmailcom-sinhgad-institute-example-essay

Tourism Industries essay
Live chat  with support 24/7

👋 Hi! I’m your smart assistant Amy!

Don’t know where to start? Type your requirements and I’ll connect you to an academic expert within 3 minutes.

get help with your assignment