This web application enables experts to perform real-time Fuzzy AHP and Fuzzy TOPSIS evaluations for Night Vision Goggle (NVG) systems or other multi-criteria alternatives.
To ensure user-specific evaluation and tracking, each participant selects or enters a User ID when starting the application.
- You can either:
- Select a predefined User ID (e.g.,
User001
,User002
, ...User010
) - OR manually enter a numeric User Number (e.g.,
12
→ will be treated asUser012
)
- Select a predefined User ID (e.g.,
No password is required.
- Pairwise comparison of evaluation criteria using AHP
- Consistency Ratio (CR) calculation for matrix validity
- Linguistic evaluation of alternatives per criterion (Fuzzy scale)
- Fuzzy TOPSIS ranking of alternatives
- Downloadable evaluation report in Excel format
- Clone this repository.
- Install requirements:
pip install -r requirements.txt
- Run locally:
streamlit run app.py
This project is licensed under the MIT License.