Skip to content

IsmaelMekene/item-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Search Engine

Description

Look for the ideal clothing items 😎

Instructions

  1. Install libraries
pip install -r requirements.txt
  1. Run
python app.py

Build and run container

  1. Build container (uncomment launch call in app.py)
docker build --tag item-search .
  1. 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

Check out my website Ismael C.

Run the app faster through a Google Colab Notebook

License

Licensed under the MIT License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published