Supabase/image-search
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/seedNow you can do your first search using the /search endpoint:
http://localhost:7860/search?query=grapesor you can use the UI by visiting http://localhost:7860/
