Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salil-gtm/SmartTourister
We have developed a fully AI/ML-based itinerary recommendation system which when used by people coming to visit any place would allow them to better optimize their cost/time. We have 3 developed 3 inputs that are Scraping Twitter, UI Form, and FB Chatbot
https://github.com/salil-gtm/SmartTourister
chatbot css flask html javascript nodejs python tourism travel webscraping
Last synced: 3 months ago
JSON representation
We have developed a fully AI/ML-based itinerary recommendation system which when used by people coming to visit any place would allow them to better optimize their cost/time. We have 3 developed 3 inputs that are Scraping Twitter, UI Form, and FB Chatbot
- Host: GitHub
- URL: https://github.com/salil-gtm/SmartTourister
- Owner: salil-gtm
- Created: 2018-03-20T16:23:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T16:25:48.000Z (almost 3 years ago)
- Last Synced: 2024-04-23T00:23:12.585Z (7 months ago)
- Topics: chatbot, css, flask, html, javascript, nodejs, python, tourism, travel, webscraping
- Language: CSS
- Homepage: http://smarttourister.ml
- Size: 2.42 MB
- Stars: 28
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - salil-gtm/SmartTourister - We have developed a fully AI/ML-based itinerary recommendation system which when used by people coming to visit any place would allow them to better optimize their cost/time. We have 3 developed 3 inp (CSS)
README
# SmartTourister
![Logo](https://raw.githubusercontent.com/salil-gtm/SmartTourister/master/logo.png)Demo - http://smarttourister.ml
Many times tourists do not plan their tours properly, hence end up making an ineffective and unnecessarily expensive trip.
This platform has been made to find the best locations (ratings wise) in the city.
It also gives an optimal sequence of visits (ratings wise). This will help the tourists to visit more spots in the same amount of
time, therefore is beneficial to both the tourists & the authorities.![1st](https://raw.githubusercontent.com/salil-gtm/SmartTourister/master/first.png)
![2nd](https://raw.githubusercontent.com/salil-gtm/SmartTourister/master/second1.png)
![3rd](https://raw.githubusercontent.com/salil-gtm/SmartTourister/master/second.png)Installation
* From the root directory of the repository run npm install
* Change the api key in the index.js.
* Start the server by running `node index.js`.
* Go to http://localhost:8000 to access the portal.Prerequisites
What things you need to install the software and how to install them
Python (>=Python 3.0)
Node
FlaskRunning the Platform
*Run `node index.js`
*Go to http://localhost:8000
*Fill the form with the details of the trip
*Of the list of places presented choose the desired destinations and submit.
*An roadmap will be presented which tells you the optimal sequence visits (ratings wise).Built With
[Python]
[Flask]
[Node.js]
[HTML/CSS]
[NPM]
[ejs]## Future Works [WiP]
* Chat Bot Deployment on FB.
* Connecting Twitter Scrapping module to the itinerary recommendation over email.Authors
* **Salil Gautam** - [salil-gtm](https://github.com/salil-gtm)
* **Shubham Verma** - [shubhamverma27](https://github.com/shubhamverma27)
* **Nishant Gore** - [NishantGore](https://github.com/nishantgore)License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgmentshttps://travel.sygic.com/en/b2b for APIs.
Made with ♥ during Rajasthan Hackathon-4.0 2018 in 36 hrs.