Giter Site home page Giter Site logo

namandeept / travel-recommendation-system Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 1.09 MB

A simple travel recommendation system created using CLIPS (C Language integrated production systems) and GUI designed using Java swing.

CLIPS 48.59% Java 51.41%
clips java-8 jni-java

travel-recommendation-system's Introduction

GROUP NAME : PROJECT GROUP 6
GROUP MEMBERS: Aadya Mishra , Prateek Kumar Nayak , Kiran Kumar Datti , Ishan Arora , Vikrant Singh , Srikar Anand Yellapragada , Naman Deept, Akshay Gupta .

PROJECT NAME: Travel Recommendation Expert System

PROJECT DESCRIPTION: This project built in CLIPS uses several facts and rules , utilizes the powerful inference engine of CLIPS and backward chaining method to come up to recommend possible places to visit after taking user's choices to visit.

This system recommends place(s) to visit based on choices which the users enters while answering each of the questions.

Entered inputs should be as indicated while question is prompted.

Based on inputs , those places which satisfies all the conditions are being recommended .

After enough information is obtained to sucessfully recommend a place to visit, the expert system displays all the possible places that satisfies the conditions .

A sample execution of the program is shown to help better understand the execution of the program .


------------------------ Travel Recommendation System ------------------------

Enter Transport (Air/Train/Road/Sea)
Road
Enter Place Type (Heritage/Religious/Adventure/Hill/Beach/Desert)
Heritage
Enter Food Type (Indian/Continental/Chinese/Thai/Italian/Other)
Indian
Enter Weather (Hot/Cold/Moderate/Rainy)
Hot
Enter Duration (under3days/3-5days/over5days)
under3days
Enter Budget (under20k/20k-50k/over50k)
under20k

Recommended place(s) to visit is/are-

Jaisalmer,
Jodhpur,
Orchaa.


Software Installation :

CLIPS 6.3 CLIPSIDE Java JDK 1.8 CLIPSJNI


HOW TO RUN: Open the CLIPSIDE and in the dialog window run these 4 commands as below in order :

1.(clear)
2.(load travelrecommendationsystem.clp) or load buffer from the "travelrecommendationsystem.clp" in the IDE.
3.(reset)
4.(run)

How to run the GUI of the project :

Open

  1. run Main.java
  2. Follow the steps as in GUI
  3. It shows the recommended places to visit based on several parameters or you can enter place of your choice and our expert systems recommends similar place that you may like .

FILES USED:
travelrecommendation.clp
facts.clp --------------------------- contains all the facts required for the expert system
newrule.clp --------------------------- contains rule for the expert system to recommend places based on input
place.clp --------------------------- contains rule for the expert system to recommend places based on an input place.

travel-recommendation-system's People

Contributors

namandeept avatar snorkell-ai[bot] avatar

Stargazers

 avatar

Watchers

 avatar

travel-recommendation-system's Issues

Hey!! i need Your help

Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no CLIPSJNI in java.library.path
i am getting this error while running the GUI part could you please help me with this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.