{"id":24154871,"url":"https://github.com/smaranjitghose/objectsightai","last_synced_at":"2025-07-19T05:06:54.402Z","repository":{"id":270160415,"uuid":"909500032","full_name":"smaranjitghose/ObjectSightAI","owner":"smaranjitghose","description":"A powerful and intuitive image analysis interface powered by Google's Gemini Flash 2, built with Python and Streamlit","archived":false,"fork":false,"pushed_at":"2025-04-21T21:07:52.000Z","size":2481,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-21T22:22:39.064Z","etag":null,"topics":["computer-vision","gemini","gemini-2-0-flash","llm","python","streamlit"],"latest_commit_sha":null,"homepage":"https://objectsightai.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/smaranjitghose.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-12-28T22:16:43.000Z","updated_at":"2025-04-21T21:07:55.000Z","dependencies_parsed_at":"2024-12-28T23:32:37.392Z","dependency_job_id":null,"html_url":"https://github.com/smaranjitghose/ObjectSightAI","commit_stats":null,"previous_names":["smaranjitghose/objectsightai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smaranjitghose/ObjectSightAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FObjectSightAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FObjectSightAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FObjectSightAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FObjectSightAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smaranjitghose","download_url":"https://codeload.github.com/smaranjitghose/ObjectSightAI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smaranjitghose%2FObjectSightAI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265892081,"owners_count":23844965,"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":["computer-vision","gemini","gemini-2-0-flash","llm","python","streamlit"],"created_at":"2025-01-12T12:26:21.609Z","updated_at":"2025-07-19T05:06:54.393Z","avatar_url":"https://github.com/smaranjitghose.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ObjectSight AI 👁️\nA powerful and intuitive image analysis interface powered by Google's Gemini Flash 2, built with Python and Streamlit.\n\n![Python](https://img.shields.io/badge/python-3.12+-blue.svg)\n![Streamlit](https://img.shields.io/badge/streamlit-latest-red.svg)\n![Gemini](https://img.shields.io/badge/gemini--vision-compatible-green.svg)\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n\n## 🌟 Features\n- 🎯 Real-time object detection and localization\n- 📦 Clear bounding box visualization with enhanced labels\n- 🔄 Support for common image formats (JPG, JPEG, PNG)\n- 🎨 Clean and minimalist user interface\n- 💾 Download capability for analyzed images\n- 🔑 Secure API key management\n\n## 🖼️ Snapshot\n![ObjectSight AI Interface](./assets/demo1.png)\n\n## 🔧 Prerequisites\n- Python 3.12 or higher\n- A Web Browser\n- Google API key from [Google AI Studio](https://makersuite.google.com/app/apikey)\n\n## 📥 Installation\n1. Clone the repository:\n```bash\ngit clone https://github.com/smaranjitghose/ObjectSightAI.git\ncd ObjectSightAI\n```\n\n2. Create and activate virtual environment:\n```bash\n# Windows\npython -m venv env\n.\\env\\Scripts\\activate\n\n# Linux/Mac\npython3 -m venv env\nsource env/bin/activate\n```\n\n3. Install required packages:\n```bash\npip install -r requirements.txt\n```\n\n## 🚀 Usage\n1. Start ObjectSight AI:\n```bash\nstreamlit run app.py\n```\n\n2. Open your browser and navigate to:\n```\nhttp://localhost:8501\n```\n\n## 💡 Quick Start Guide\n1. Enter your Google API key in the sidebar\n2. Upload an image using the file uploader\n3. Write a descriptive prompt about what to analyze\n4. Click \"Run!\" to start the analysis\n5. View results and download the analyzed image if desired\n\n## 🎯 Example Prompts\n```plaintext\n\"Identify and locate all objects in this image\"\n\"Find and label all people and furniture\"\n\"Detect all electronic devices\"\n\"Locate and identify different types of vehicles\"\n```\n\n## 🛠️ Troubleshooting\n### Common Issues\n1. **API Key Error**\n   - Verify API key is entered correctly\n   - Check if API key has necessary permissions\n   - Ensure API key is active\n\n2. **Image Upload Issues**\n   - Check if image format is supported\n   - Ensure image size is under limit\n   - Verify image is not corrupted\n\n3. **Analysis Failures**\n   - Check internet connection\n   - Verify API quota hasn't been exceeded\n   - Ensure prompt is clear and specific\n\n## 🤝 Contributing\nContributions are welcome! Please feel free to submit a Pull Request.\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📝 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\nMade with ❤️ by [Smaranjit Ghose](https://github.com/smaranjitghose)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmaranjitghose%2Fobjectsightai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmaranjitghose%2Fobjectsightai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmaranjitghose%2Fobjectsightai/lists"}