tamohannes commited on
Commit
f2ce8ba
β€’
1 Parent(s): 8df91f4

[feat] Upgrade README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -4
README.md CHANGED
@@ -1,12 +1,38 @@
1
  ---
2
- title: text2speech
3
  emoji: πŸ”₯
4
- colorFrom: gray
5
- colorTo: green
6
  sdk: docker
7
- pinned: false
8
  license: other
9
  fullWidth: true
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Aim
3
  emoji: πŸ”₯
4
+ colorFrom: purple
5
+ colorTo: blue
6
  sdk: docker
7
+ pinned: true
8
  license: other
9
  fullWidth: true
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ # How to setup your own Aim space?
15
+
16
+ Setting up an Aim space is incredibly easy. There are two primary methods to do so:
17
+
18
+ - Duplicating the space. Simply click on the three-dot icon and select `Duplicate this Space` from the drop-down menu that appears on the right.
19
+ - Alternatively, you can create a new space using the Aim space, select the `Docker` option under `Select the Space SDK`, and choose `AimStack`.
20
+
21
+ Both options will generate an empty Aim space along with a newly initialized repository.
22
+
23
+ After successfully creating an Aim space, you can push your logs to be displayed. πŸš€
24
+ To do so, we need to replace the initial `aim_repo.tar.gz` file with your own Aim repo by running the following command:
25
+
26
+ ```
27
+ tar -czvf aim_repo.tar.gz /PATH/TO/MY/AIM/REPO
28
+ ```
29
+
30
+ And that's it! The space will be automatically updated, and you can start enjoying Aim's supercharged and beautiful UI. 😊
31
+
32
+
33
+ # Learn more about Aim
34
+ Aim is an open-source, self-hosted AI Metadata tracking tool designed to handle 100,000s of tracked metadata sequences. Two most famous AI metadata applications are: experiment tracking and prompt engineering.
35
+
36
+ Aim provides a performant and beautiful UI for exploring and comparing training runs, prompt sessions. Additionally, its SDK enables programmatic access to tracked metadata β€” perfect for automations and Jupyter Notebook analysis.
37
+
38
+ For more information about Aim, please visit the [GitHub page](https://github.com/aimhubio/aim) and [documentation](https://aimstack.readthedocs.io/en/latest/index.html). You can also explore HuggingFace Spaces provided by [Aim](https://huggingface.co/aimstack).