# misem **Repository Path**: mirrors_ibm/misem ## Basic Information - **Project Name**: misem - **Description**: Multifaceted interpretable summary evaluation method (MISEM) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MISEM MISEM – a **m**ultifaceted **i**nterpretable **s**ummary **e**valuation **m**ethod *(insert arXiv URL)*. This repository provides both the code for the method itself and the accompanying interpretability toolbox. ## Screenshots ![App Screenshot](screenshots/misem_dashboard_1.png) ![App Screenshot](screenshots/misem_dashboard_2.png) ![App Screenshot](screenshots/misem_dashboard_3.png) ![App Screenshot](screenshots/misem_dashboard_4.png) ## Installation Go to the project directory ```bash cd misem ``` via Poetry (https://python-poetry.org/) ```bash poetry install ``` ## Run Locally ### Run Backend From main directory, go to the app directory ```bash cd app ``` Start the server ```bash uvicorn main:app --reload ``` ### Run Frontend From main directory, start the streamlit frontend application ```bash streamlit run view.py ``` ## Acknowledgements We would like to thank the following people for our cooperation: - Richard Osuala - Marcell Streile - Andrea Giovannini - Charley Beller