Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Merge branch 'main' of https://github.com/huggingface/datasets-tagging into main
Browse files
    	
        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!
         
     |