Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	metadata
			title: Item Search
emoji: 🦀
colorFrom: purple
colorTo: purple
sdk: gradio
sdk_version: 3.1.7
app_file: app.py
pinned: false
license: mit
Shopping Search Engine
Description
Look for the ideal clothing items 😎
Instructions
- Install libraries
pip install -r requirements.txt
- Run
python app.py
Build and run container
- Build container (uncomment launch call in app.py)
docker build --tag item-search .
- Run container
docker run -it -d --name item-search-engine -p 7000:7000  item-search:latest
Structure
.
├── app.py
├── Dockerfile
├── LICENSE
├── README.md
├── search.py
└── requirements.txt
Author
License
Licensed under the MIT License, Version 2.0.
