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
- make sure all the libraries are installed mentioned in
requirements.txt
- run the following command in the directory to run webpage
streamlit run AHP.py
- if the streamlit environment variable is not set then run below command
~/.local/bin/streamlit run AHP.py
- Python version
3.11.2
- VSCode Code Editor
- Streamlit python library for developing frontend
for live demo click here
Pull requests are welcome.
For major changes, please open an issue first to discuss what you would like to change.