{"id":22332540,"url":"https://github.com/theoddysey/image-search-engine","last_synced_at":"2025-10-14T16:30:39.496Z","repository":{"id":171349817,"uuid":"647355323","full_name":"TheODDYSEY/Image-Search-Engine","owner":"TheODDYSEY","description":"A Weaviate Search Engine using Vector database and Docker 🔎","archived":false,"fork":false,"pushed_at":"2024-12-15T18:17:05.000Z","size":700,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T08:37:06.940Z","etag":null,"topics":["docker","json","search-engine","vector-database","weaviate"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TheODDYSEY.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-30T15:45:01.000Z","updated_at":"2025-03-11T10:47:56.000Z","dependencies_parsed_at":"2024-02-18T13:34:24.953Z","dependency_job_id":"d6ecd6d4-6a70-4da0-a3b6-a890de68d9aa","html_url":"https://github.com/TheODDYSEY/Image-Search-Engine","commit_stats":null,"previous_names":["theoddysey/image-search-engine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheODDYSEY/Image-Search-Engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FImage-Search-Engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FImage-Search-Engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FImage-Search-Engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FImage-Search-Engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheODDYSEY","download_url":"https://codeload.github.com/TheODDYSEY/Image-Search-Engine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FImage-Search-Engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279019573,"owners_count":26086752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["docker","json","search-engine","vector-database","weaviate"],"created_at":"2024-12-04T04:18:38.126Z","updated_at":"2025-10-14T16:30:39.205Z","avatar_url":"https://github.com/TheODDYSEY.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weaviate Meme Search Project\n\n\n**Note: This is an ongoing project and is not yet finished.**\n\nThis project demonstrates how to use the Weaviate knowledge graph to store and search for memes based on images. It utilizes the Weaviate JavaScript client library (`weaviate-ts-client`) for interacting with the Weaviate instance.\n\n## Prerequisites\n\n- Weaviate instance running on `localhost:8080`. You can install Weaviate from [here](https://www.semi.technology/developers/weaviate/current/get-started/installation.html).\n- Node.js and npm installed on your machine.\n\n## Getting Started\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/TheODDYSEY/Image-Search-Engine.git\n\n2.Install the dependencies:\n\n   ```  bash\n    cd Image-Search-Engine\n    npm install\n```\n\n\n3.Update the Weaviate instance details in index.js:\n\n   ```\n    const client = weaviate.client({\n        scheme: 'http',\n        host: 'localhost:8080',\n    });\n```\n4.Create the \"Meme\" schema and store an image:\n    Make sure you have the image file matrix.jpg in the ./img directory.\n    \n\n5.Query an image:\n\nMake sure you have the image file matrix.jpg in the project directory.\n    \nRun the following command:\n```\n        node index.js\n```\n# CONTRIBUTING\nContributions are welcome! If you find any issues or have suggestions, please open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fimage-search-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoddysey%2Fimage-search-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fimage-search-engine/lists"}