/MCDM-Calculator

AHP Algorithm Calculator web app developed in python using streamlit

Primary LanguagePythonMIT LicenseMIT

AHP Calculator

The AHP calculator is a tool that uses the Analytic Hierarchy Process to assist in making complex decisions by providing a structured framework for weighing multiple factors and considering their relative importance.

We have made improvements and integrated Large Language Model for value recomendations here is the github repository for that project

Getting Started

  1. make sure all the libraries are installed mentioned in requirements.txt
  2. run the following command in the directory to run webpage
streamlit run AHP.py 
  1. if the streamlit environment variable is not set then run below command
~/.local/bin/streamlit run AHP.py

Tools and Language Used

  • Python version 3.11.2
  • VSCode Code Editor
  • Streamlit python library for developing frontend

Live Demo

for live demo click here

Contributing

Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.