File size: 838 Bytes
37e9e3e 4d2d78e 37e9e3e 4d2d78e 37e9e3e 4d2d78e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
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)
|