Daniel Altunay commited on
Commit
f6300a4
·
unverified ·
1 Parent(s): 2b32ac8

add license and authors

Browse files
Files changed (1) hide show
  1. README.md +33 -4
README.md CHANGED
@@ -1,14 +1,43 @@
1
  ---
2
  title: FlexBoard
3
- emoji: 🐠
4
- colorFrom: green
5
- colorTo: pink
6
  sdk: gradio
7
  sdk_version: 5.30.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
- short_description: MLPerf Analytics
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: FlexBoard
3
+ emoji: 🐢
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: gradio
7
  sdk_version: 5.30.0
8
  app_file: app.py
9
  pinned: false
10
  license: apache-2.0
11
+ short_description: FlexBoard to analyze FlexBench and MLPerf results
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+
16
+ # FlexBoard
17
+
18
+ ## Installation
19
+
20
+ ```bash
21
+ # Create a virtual environment
22
+ python -m venv .venv
23
+
24
+ # Activate the virtual environment
25
+ source .venv/bin/activate
26
+
27
+ # Install the required packages
28
+ pip install -r requirements.txt
29
+
30
+ # Run the application
31
+ python -m app
32
+ ```
33
+
34
+
35
+ ## License and Copyright
36
+
37
+ This project is licensed under the [Apache License 2.0](LICENSE.md).
38
+
39
+ © 2025 FlexAI
40
+
41
+ ## Authors and maintaners
42
+
43
+ [Daniel Altunay](https://www.linkedin.com/in/daltunay) and [Grigori Fursin](https://cKnowledge.org/gfursin) (FCS Labs)