Spaces:
				
			
			
	
			
			
		Paused
		
	
	
	
			
			
	
	
	
	
		
		
		Paused
		
	| [tool.poetry] | |
| name = "image-search" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Andrew Smith <[email protected]>"] | |
| readme = "README.md" | |
| packages = [{include = "image_search"}] | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| vecs = "^0.2.6" | |
| sentence-transformers = "^2.2.2" | |
| fastapi = "^0.99.1" | |
| uvicorn = {extras = ["standard"], version = "^0.22.0"} | |
| torch = "1.11.0" | |
| [tool.poetry.scripts] | |
| start = "image_search.main:start" | |
| seed = "image_search.main:seed" | |
| search = "image_search.main:search" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |
