{"id":30114257,"url":"https://github.com/53845714nf/dinofind","last_synced_at":"2026-06-19T18:32:24.509Z","repository":{"id":308782880,"uuid":"1029961892","full_name":"53845714nF/dinofind","owner":"53845714nF","description":"🦕 Dinofind is a search engine for finding visually similar images.","archived":false,"fork":false,"pushed_at":"2025-11-04T14:46:38.000Z","size":2334,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-04T16:19:57.072Z","etag":null,"topics":["dinov2","flask","minio","qdrant-vector-database","tailwindcss"],"latest_commit_sha":null,"homepage":"https://www.dinofind.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/53845714nF.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-31T21:27:01.000Z","updated_at":"2025-11-04T14:46:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae4df65a-53dc-4280-b1e2-f45a65ca664a","html_url":"https://github.com/53845714nF/dinofind","commit_stats":null,"previous_names":["53845714nf/dinofind"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/53845714nF/dinofind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53845714nF%2Fdinofind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53845714nF%2Fdinofind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53845714nF%2Fdinofind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53845714nF%2Fdinofind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/53845714nF","download_url":"https://codeload.github.com/53845714nF/dinofind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/53845714nF%2Fdinofind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dinov2","flask","minio","qdrant-vector-database","tailwindcss"],"created_at":"2025-08-10T07:39:28.370Z","updated_at":"2026-06-19T18:32:24.498Z","avatar_url":"https://github.com/53845714nF.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]  \n\u003e The following repository is no longer maintained. A new, improved version is available at: https://github.com/53845714nF/dinofind2\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e 🦕 Dinofind \u003c/h1\u003e\n    \u003cp\u003e⚡ A website that allows users to search for images based on images. 🔍\u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\" style=\"padding: 5pt;\"\u003e\n    \u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/License-Apache2-green\" alt=\"License\"\u003e\n    \u003ca href=\"https://github.com/53845714nF/dinofind/actions/workflows/main.yml\"\u003e\n        \u003cimg src=\"https://github.com/53845714nF/dinofind/actions/workflows/main.yml/badge.svg\" alt=\"Container image badge\" style=\"margin-left: 0.2em;\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/53845714nF/dinofind/actions/workflows/dependabot/dependabot-updates\"\u003e\n    \u003cimg src=\"https://github.com/53845714nF/dinofind/actions/workflows/dependabot/dependabot-updates/badge.svg\" alt=\"Dependabot Updates\" style=\"margin-left: 0.2em;\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\" style=\"padding-bottom: 2em\"\u003e\n    \u003cimg src=\"screenshots/1.png\" alt=\"Screenshot\" title=\"Screenshot\"\u003e\n\u003c/div\u003e\n\n\nThis project is a minimal search for finding visually similar images.\nIt is an experimental project designed to explore the use of vector databases for image similarity search.\n\n\n## ✨ Features\n\n- Upload and vectorize in advance.\n- Search for visually similar images.\n- Store image metadata and embeddings efficiently.\n- Scalable and modular architecture.\n\n\n## 🚀 Getting started\n\nStart with:\n\n```bash\ndocker compose up\n```\n\nUploade your Images:\nPut your Images in the `images` Folder then run:\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip3 install -r requirements.txt\npython -m upload.main\n```\n\n## ⚙ Components\n\nThe core components of the system include:\n\n- [Kaggle](https://www.kaggle.com/datasets/adityajn105/flickr30k) is a Dataset of 30k Images from Flickr\n- [DINOv2](https://github.com/facebookresearch/dinov2) as the image vectorizer to convert images into high-dimensional embeddings.\n- [Qdrant](https://github.com/qdrant/qdrant) as the vector database for storing and querying image embeddings.\n- [MinIO](https://github.com/minio/minio) as the object storage system to store the original image files.\n- [Flask](https://github.com/pallets/flask) as the backend web service framework.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F53845714nf%2Fdinofind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F53845714nf%2Fdinofind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F53845714nf%2Fdinofind/lists"}