Giter Club home page Giter Club logo

multiagents_project's Introduction

University project on intelligent agents

Expert systems & Intelligent agents project.

First part

JavaFX version

expert system javafx

The creation of a GUI desktop Java/JavaFX application powered by an expert system.

Dependencies :

  • JavaFX
  • Simple-Json

Note : the custum simple-json module is compiled from the simple-json package using :

jdeps --generate-module-info . <jar_path>
javac --patch-module <module_name>=<jar_path> <module_name>/module-info.java
jar uf <jar_path> -C <module_name> module-info.class

And then this new module is installed to the maven local repository, using :

mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>

For simple-json it would be :

mvn install:install-file -Dfile="lib/json-simple-1.1.1.jar" -DgroupId="com.googlecode.json-simple" -DartifactId="json-simple" -Dversion="1.1.1" -Dpackaging="jar"

To run the program use :

mvn clean javafx:run

The generation of the custom JRE running image is done using maven :

mvn clean javafx:jlink

And the generated image launcher is in target/expertsystem/bin/launcher.

Spring Boot version

expert system web

The same application but build using Spring Boot, ReactJS and Bootstrap.

First insall npm modules for the react app in the app directory, using :

npm install

Build the react app using :

npm run build

And then you can either run the project using :

mvn clean spring-boot:run

Or create a fat jar using :

mvn clean package spring-boot:repackage

The spring-boot server listens to the post 8000.

Second part

Using Spring Boot

multi agents web

This part is a multi-agents system using the Jade library that powers an e-commerce platform. To install jade, run :

mvn install:install-file -Dfile="lib/jade.jar" -DgroupId="com.tilab.jade" -DartifactId="jade" -Dversion="4.5.0" -Dpackaging="jar"

First insall npm modules for the react app in the app directory, using :

npm install

Build the react app using :

npm run build

And then you can either run the project using :

mvn clean spring-boot:run

Or create a fat jar using :

mvn clean package spring-boot:repackage

The spring-boot server listens to the post 8000.

multiagents_project's People

Contributors

ait-moh avatar

Stargazers

SOUIDI Mohamed Amine avatar

Watchers

 avatar

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.