File size: 788 Bytes
415236b
 
 
 
 
 
 
b9f774d
415236b
 
 
 
f02b11f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66

---
title: Test
emoji: 
colorFrom: pink
colorTo: blue
sdk: static
app_file: search.py
pinned: false
---


# Shopping Search Engine 

## Description

Look for the ideal clothing items 😎

## Instructions

1. Install libraries

```
pip install -r requirements.txt
```

2. Run

```
python app.py
```

## Build and run container

1. Build container (uncomment launch call in app.py)

```
docker build --tag item-search .
```

2. 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

[Ismael C.](https://ismaelmekene.com)

## License

Licensed under the MIT License, Version 2.0.