Yacine Jernite commited on
Commit
15c7e20
1 Parent(s): ed58320

installation information

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,10 +1,15 @@
1
  # datasets-tagging
2
  A Streamlit app to add structured tags to the datasets
3
 
 
 
 
4
  ```
5
  streamlit run tagging_app.py
6
  ```
7
 
 
 
8
  The app initialization on the first run takes about 5 minutes, subsequent ones take about one minute.
9
 
10
  Make sure to hit the `Done? Save to File!` button in the right column when you're done tagging a config!
 
1
  # datasets-tagging
2
  A Streamlit app to add structured tags to the datasets
3
 
4
+
5
+ To run it, first install Streamlit (e.g. `pip install streamlit --upgrade`), then clone the repo and:
6
+
7
  ```
8
  streamlit run tagging_app.py
9
  ```
10
 
11
+ This will give you a `localhost` link you can click to open in your browser.
12
+
13
  The app initialization on the first run takes about 5 minutes, subsequent ones take about one minute.
14
 
15
  Make sure to hit the `Done? Save to File!` button in the right column when you're done tagging a config!