TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Khumbu – image search engine as service

2 pointsby hudvinover 5 years ago

1 comment

hudvinover 5 years ago
comments from founder:<p>Current status - MVP<p>I have been working on this project during last 12 month and now want to show it to community and ask for some feedback.<p>Demo search: <a href="https:&#x2F;&#x2F;app.khumbu.im&#x2F;search&#x2F;5dff72e66483e25b40e0222e" rel="nofollow">https:&#x2F;&#x2F;app.khumbu.im&#x2F;search&#x2F;5dff72e66483e25b40e0222e</a><p>So what is this?<p>1. Khumbu is an image search engine based on computer vision and deep learning.<p>2. Workflow: upload your images via API or web app and run search queries via API&#x2F;app.<p>3. Right now it provides object detection, classification, exif extraction, face detection, nsfw scoring.<p>4. Tech details: images are processed using celery workers, after that all information is moved to ElasticSearch to serve user queries. Most part is deployed in k8s cluster, but some processing is done on remote machines with GPUs.<p>Soon we want to add: 1. face recognition (public and user specific faces)<p>2. similarity search (based on embeddings)<p>3. search images of specific place<p>4. better query processing (synonyms&#x2F;related terms etc).<p>NOTE: Sorry, but right now indexing is disabled due to high cost of GPUs.