| | --- |
| | title: FlexBoard |
| | emoji: 🐢 |
| | colorFrom: blue |
| | colorTo: indigo |
| | sdk: gradio |
| | sdk_version: 5.30.0 |
| | app_file: app.py |
| | pinned: false |
| | license: apache-2.0 |
| | short_description: FlexBoard to analyze FlexBench and MLPerf results |
| | --- |
| | |
| | Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
| |
|
| | # FlexBoard |
| |
|
| | ## Installation |
| |
|
| | ```bash |
| | # Create a virtual environment |
| | python -m venv .venv |
| | |
| | # Activate the virtual environment |
| | source .venv/bin/activate |
| | |
| | # Install the required packages |
| | pip install -r requirements.txt |
| | |
| | # Run the application |
| | python -m app |
| | ``` |
| |
|
| |
|
| | ## License and Copyright |
| |
|
| | This project is licensed under the [Apache License 2.0](LICENSE.md). |
| |
|
| | © 2025 FlexAI |
| |
|
| | ## Authors and maintaners |
| |
|
| | [Daniel Altunay](https://www.linkedin.com/in/daltunay) and [Grigori Fursin](https://cKnowledge.org/gfursin) (FCS Labs) |
| |
|