CoolFace
Apppublic

Supabase/image-search

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
README.md29 linesDownload Raw Back to root
1---2title: Image Search3emoji: ๐Ÿ 4colorFrom: yellow5colorTo: blue6sdk: docker7pinned: false8license: apache-2.09---10 11You can run this space locally by clicking on the three dots menu next to the Settings option. Then click on Run with Docker.12 13### Getting started14 15Firstly lets seed our database using the `/seed` endpoint:16 17```18http://localhost:7860/seed19```20 21Now you can do your first search using the `/search` endpoint:22 23```24http://localhost:7860/search?query=grapes25```26 27or you can use the UI by visiting `http://localhost:7860/`28 29