{"id":21884960,"url":"https://github.com/archismwanchatterjee/object-finder","last_synced_at":"2026-04-15T14:05:17.234Z","repository":{"id":212953904,"uuid":"732691754","full_name":"ArchismwanChatterjee/Object-Finder","owner":"ArchismwanChatterjee","description":"Detects the various objects present in an image provided by the user","archived":false,"fork":false,"pushed_at":"2023-12-18T17:22:07.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T19:46:12.322Z","etag":null,"topics":["generative-ai","python-3","streamlit"],"latest_commit_sha":null,"homepage":"https://object-finder.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArchismwanChatterjee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-17T14:29:31.000Z","updated_at":"2024-04-22T11:53:01.000Z","dependencies_parsed_at":"2023-12-17T15:43:38.241Z","dependency_job_id":null,"html_url":"https://github.com/ArchismwanChatterjee/Object-Finder","commit_stats":null,"previous_names":["archismwanchatterjee/object-finder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FObject-Finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FObject-Finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FObject-Finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FObject-Finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArchismwanChatterjee","download_url":"https://codeload.github.com/ArchismwanChatterjee/Object-Finder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893475,"owners_count":20527601,"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","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":["generative-ai","python-3","streamlit"],"created_at":"2024-11-28T10:17:54.188Z","updated_at":"2026-04-15T14:05:17.192Z","avatar_url":"https://github.com/ArchismwanChatterjee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![logo-removebg-preview (1)](https://github.com/ArchismwanChatterjee/Object-Finder/assets/115975340/2fa6556d-37da-45a1-ab1a-5974f34e6d9c)\n\n\n# Object-Finder 🔍\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n![License](https://badgen.net/github/license/micromatch/micromatch)\n\n\nObject Finder basically detects and lists out the various objects present in an image. \nClick [here](https://object-finder.streamlit.app/) to try out\n\n## How to use:\n1. Go through the disclaimer ⚠️ to understand more regarding what type of images will give best results.\n2. Upload any image of your choice (upto 200MB)\n3. Wait for the image to be uploaded, the dimesions of the image will be updated\n4. Click on the button to detect the objects present\n5. Wait for few seconds and See the ✨Magic ✨ Happen.\n\n## Installation:\n\n- clone this repository\n\n- Object Finder requires [Python](https://www.python.org/) v3.9+ to run.\n\n- Install the dependencies.\n\n```python\npip install streamlit\npip install google-generativeai\npip install Pillow\npip install python-dotenv # for environment variable\n```\n- Make sure to create your own generative-ai api-key using Google Cloud Console or Google Makersuite and replace it.\n\n```python\ngenai.configure(api_key=os.getenv(\"MY_SECRET_KEY\")) # Replace with your own api-key by creating .env file\n```\nor \n```python\ngenai.configure(api_key=\"YOUR APIKEY\")  # Replace YOUR APIKEY with the actual value of your apikey \n```\n\n- To run the server\n```python\nstreamlit run \"your_file_name\"\n```\n\n- For Deploying your application refer [Streamlit Community Cloud](https://docs.streamlit.io/streamlit-community-cloud/get-started)\n\n## Development:\n\nWant to contribute? Great!\n\nObject Finder uses streamlit.\n\ncheckout *Installation* above to set it up locally.\n\nmake sure all changes you make are in the testing branch. \n\n## Deployment:\n\nThe website is deployed using streamlit community cloud ⬇️\n\n[Link](https://object-finder.streamlit.app/) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchismwanchatterjee%2Fobject-finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchismwanchatterjee%2Fobject-finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchismwanchatterjee%2Fobject-finder/lists"}