Spaces:
Paused
Paused
File size: 538 Bytes
ad7257f e359b32 |
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 |
---
title: Image Search
emoji: 🐠
colorFrom: yellow
colorTo: blue
sdk: docker
pinned: false
license: apache-2.0
---
You can run this space locally by clicking on the three dots menu next to the Settings option. Then click on Run with Docker.
### Getting started
Firstly lets seed our database using the `/seed` endpoint:
```
http://localhost:7860/seed
```
Now you can do your first search using the `/search` endpoint:
```
http://localhost:7860/search?query=grapes
```
or you can use the UI by visiting `http://localhost:7860/`
|