An open API service indexing awesome lists of open source software.

https://github.com/vndee/vsearch

Another visual search engine
https://github.com/vndee/vsearch

Last synced: 7 months ago
JSON representation

Another visual search engine

Awesome Lists containing this project

README

          

# vsearch
Another visual search engine

![demo](https://user-images.githubusercontent.com/28271488/153646497-fe58705b-f93f-4410-b034-ddda78137d29.gif)

This is a simple visual search engine that was implemented using fine-tuned ResNet-50 and Milvus (milvus.io).

This project is completely containerized, feel free to start using it by the command below.
```bash
docker-compose up -d
```

Open http://localhost:8501 to see the web application, check out the API documentation at http://localhost:800/docs.