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
- Host: GitHub
- URL: https://github.com/vndee/vsearch
- Owner: vndee
- License: mit
- Created: 2022-01-11T06:12:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T03:13:51.000Z (over 3 years ago)
- Last Synced: 2025-01-19T07:26:30.146Z (9 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vsearch
Another visual search engine
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.