Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Add more icons
Browse files- file_embeddings/embeddings.npy +2 -2
- file_embeddings/icons.npy +2 -2
- helpers/icons_embeddings.py +3 -0
- icons/png128/csv.png +0 -0
- icons/png128/handshake.png +0 -0
- icons/png128/html.png +0 -0
- icons/png128/lock.png +0 -0
- icons/png128/python.png +0 -0
- icons/png128/search.png +0 -0
- icons/png128/txt.png +0 -0
- icons/png128/xml.png +0 -0
- icons/png128/yml.png +0 -0
- icons/svg_repo.txt +2 -0
    	
        file_embeddings/embeddings.npy
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
            -
            size  | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:64a1ba79b20c81ba7ed6604468736f74ae89813fe378191af1d8574c008b3ab5
         | 
| 3 | 
            +
            size 326784
         | 
    	
        file_embeddings/icons.npy
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
            -
            size  | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:ce5ce4c86bb213915606921084b3516464154edcae12f4bc708d62c6bd7acebb
         | 
| 3 | 
            +
            size 51168
         | 
    	
        helpers/icons_embeddings.py
    CHANGED
    
    | @@ -131,6 +131,9 @@ def main(): | |
| 131 | 
             
                    'oxygen',
         | 
| 132 | 
             
                    'Social Connection',
         | 
| 133 | 
             
                    'Accomplishment',
         | 
|  | |
|  | |
|  | |
| 134 | 
             
                ]
         | 
| 135 | 
             
                icon_files = find_icons(keywords)
         | 
| 136 | 
             
                print(
         | 
|  | |
| 131 | 
             
                    'oxygen',
         | 
| 132 | 
             
                    'Social Connection',
         | 
| 133 | 
             
                    'Accomplishment',
         | 
| 134 | 
            +
                    'Python',
         | 
| 135 | 
            +
                    'XML',
         | 
| 136 | 
            +
                    'Handshake',
         | 
| 137 | 
             
                ]
         | 
| 138 | 
             
                icon_files = find_icons(keywords)
         | 
| 139 | 
             
                print(
         | 
    	
        icons/png128/csv.png
    ADDED
    
    |   | 
    	
        icons/png128/handshake.png
    ADDED
    
    |   | 
    	
        icons/png128/html.png
    ADDED
    
    |   | 
    	
        icons/png128/lock.png
    ADDED
    
    |   | 
    	
        icons/png128/python.png
    ADDED
    
    |   | 
    	
        icons/png128/search.png
    ADDED
    
    |   | 
    	
        icons/png128/txt.png
    ADDED
    
    |   | 
    	
        icons/png128/xml.png
    ADDED
    
    |   | 
    	
        icons/png128/yml.png
    ADDED
    
    |   | 
    	
        icons/svg_repo.txt
    CHANGED
    
    | @@ -17,6 +17,7 @@ Icons collections used (and their licenses) from SVG Repo: | |
| 17 | 
             
            - Objects Infographic Icons (CC0 License): https://www.svgrepo.com/collection/objects-infographic-icons/
         | 
| 18 | 
             
            - Scientifics Study Collection (CC0 License): https://www.svgrepo.com/collection/scientifics-study/
         | 
| 19 | 
             
            - Thanksgiving 4 Collection (CC0 License): https://www.svgrepo.com/collection/thanksgiving-4/
         | 
|  | |
| 20 | 
             
            - Vaadin Flat Vectors Collection (Apache License): https://www.svgrepo.com/collection/vaadin-flat-vectors/
         | 
| 21 |  | 
| 22 | 
             
            - India ICON SET (SVG) [NO attribution required]: https://icon666.com/collection/india_m7tgpnohh
         | 
| @@ -172,3 +173,4 @@ https://www.svgrepo.com/download/423082/fast-food-fried-2.svg | |
| 172 | 
             
            https://www.svgrepo.com/download/209887/tea-coffee-cup.svg
         | 
| 173 | 
             
            https://www.svgrepo.com/download/209855/restaurant-spoon.svg
         | 
| 174 | 
             
            https://www.svgrepo.com/download/209875/jelly-jar.svg
         | 
|  | 
|  | |
| 17 | 
             
            - Objects Infographic Icons (CC0 License): https://www.svgrepo.com/collection/objects-infographic-icons/
         | 
| 18 | 
             
            - Scientifics Study Collection (CC0 License): https://www.svgrepo.com/collection/scientifics-study/
         | 
| 19 | 
             
            - Thanksgiving 4 Collection (CC0 License): https://www.svgrepo.com/collection/thanksgiving-4/
         | 
| 20 | 
            +
            - Using Hands Collection (CC0 License): https://www.svgrepo.com/collection/using-hands/
         | 
| 21 | 
             
            - Vaadin Flat Vectors Collection (Apache License): https://www.svgrepo.com/collection/vaadin-flat-vectors/
         | 
| 22 |  | 
| 23 | 
             
            - India ICON SET (SVG) [NO attribution required]: https://icon666.com/collection/india_m7tgpnohh
         | 
|  | |
| 173 | 
             
            https://www.svgrepo.com/download/209887/tea-coffee-cup.svg
         | 
| 174 | 
             
            https://www.svgrepo.com/download/209855/restaurant-spoon.svg
         | 
| 175 | 
             
            https://www.svgrepo.com/download/209875/jelly-jar.svg
         | 
| 176 | 
            +
            https://www.svgrepo.com/download/83723/handshake.svg
         |