Pairwise Comparison with File / Virus Scanning (UI)
About The Project
This project had implemented an application basing the consistency-driven pairwise comparisons method. This application could be used as a supplement of any expert or knowledge management system.
-
Multi-criteria decision making which is a sub-discipline of operations research explicitly evaluates multiple conflicting criteria in decision making. The consistency-driven pairwise comparisons method is a valuable tool for solving multi-criteria decision making problems. It is a powerful inference tool that could be used for knowledge acquisition for the knowledge management system. In fact, pairwise comparisons are basics for practically the entire science and have been used for projects of national importance.
-
It features Virus / File Scanning Feature, it detects and delete the file from the server.
I was one of the graduate student of Prof. W.W Koczkodaj and this research project was done as part of my thesis under his guidance.
Built With
This frontend is build using following framework:
- Angular version 12.1.0.
- HighCharts
Backend
The backend of Pairwise-Comparisions is made using springboot, checkout the backend at:
Getting Started
Below instruction will help you to setup project locally. To get a local copy up and running clone the repository on your local system.
git clone https://github.com/pathak-gaurav/pairwise-ui-final
- run command
npm install
on project home directory.
Development server
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Build
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Prerequisites
Node and Angular CLI are required to run the forntend project.
Contributing
If you have a suggestion that would make this project better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/pairwise-comparisons-feature
) - Commit your Changes (
git commit -m 'Add some pairwise-comparisons-feature'
) - Push to the Branch (
git push origin feature/pairwise-comparisons-feature
) - Open a Pull Request
License
Distributed under the MIT License.
Contact
This project was generated with Angular CLI version 12.1.0.