image-search / README.md
Andrew Smith
Update with instructions on running locally
e359b32
|
raw
history blame contribute delete
No virus
538 Bytes
metadata
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/