{"id":19252707,"url":"https://github.com/souravsuvarna/picinteract","last_synced_at":"2026-05-06T06:40:59.418Z","repository":{"id":213485036,"uuid":"731934771","full_name":"souravsuvarna/PicInteract","owner":"souravsuvarna","description":"An Image Enabled Interrogation. This Streamlit application enables users to inquire about an uploaded image, receiving responses from a conversational AI agent. Powered by the OpenAI GPT-3.5 Turbo model, the agent generates answers based on both the provided image and user input.","archived":false,"fork":false,"pushed_at":"2023-12-22T16:25:41.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T16:53:13.798Z","etag":null,"topics":["ai","artificial-intelligence","chatbot","machine-learning","python","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","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/souravsuvarna.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-12-15T08:26:58.000Z","updated_at":"2024-02-15T04:29:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9433781-95ad-4d1d-a708-6ed504e9024a","html_url":"https://github.com/souravsuvarna/PicInteract","commit_stats":null,"previous_names":["souravsuvarna/picinteract"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/souravsuvarna/PicInteract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravsuvarna%2FPicInteract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravsuvarna%2FPicInteract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravsuvarna%2FPicInteract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravsuvarna%2FPicInteract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/souravsuvarna","download_url":"https://codeload.github.com/souravsuvarna/PicInteract/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/souravsuvarna%2FPicInteract/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284353057,"owners_count":26990132,"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-11-14T02:00:06.101Z","response_time":56,"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":["ai","artificial-intelligence","chatbot","machine-learning","python","streamlit"],"created_at":"2024-11-09T18:28:04.900Z","updated_at":"2025-11-14T06:31:17.945Z","avatar_url":"https://github.com/souravsuvarna.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PicInteract - An Image Enabled Interrogation\n\nThis Streamlit application enables users to inquire about an uploaded image, receiving responses from a conversational AI agent. Powered by the OpenAI GPT-3.5 Turbo model, the agent generates answers based on both the provided image and user input.\n\n## Installation\n\n1. Clone the repository:\n\n        git clone https://github.com/your-username/PicInteract.git\n        \n2. Change to the project directory:\n\n        cd  PicInteract\n        \n3. Install the required dependencies:\n\n        pip install -r requirements.txt\n\n4. Obtain an **OpenAI API key**. You can sign up for an API key at [OpenAI](https://platform.openai.com).\n\n5. Replace the placeholder API key in the main.py file with your actual OpenAI API key:\n\n        llm = ChatOpenAI(\n            openai_api_key='YOUR_API_KEY_HERE',\n            temperature=0,\n            model_name=\"gpt-3.5-turbo\"\n        )\n\n6. Run the Streamlit application:\n\n        streamlit run main.py\n\n7. Open your web browser and go to http://localhost:8501 to access the application.\n\n## Usage\n\n1. Upload an image by clicking the file upload button.\n\n2. The uploaded image will be displayed.\n\n3. Enter a question about the image in the text input field.\n\n4. The conversational AI agent will generate a response based on the provided question and image.\n\n5. The response will be displayed below the question input.\n\n## Tools\n\nThe application utilizes the following custom tools:\n\n- **ImageCaptionTool**: Generates a textual caption for the uploaded image.\n- **ObjectDetectionTool**: Performs object detection on the uploaded image and identifies the objects present.\n\n\n\n\n\n## Screenshots\n\n[![Pic-Interact3.png](https://i.postimg.cc/C5Hx8W5w/Pic-Interact3.png)](https://postimg.cc/Cn50Trb2)\n\n[![Pic-Interact4.png](https://i.postimg.cc/jj5cFTYk/Pic-Interact4.png)](https://postimg.cc/hXkVXHj9)\n\n## Authors\n\n- [@SriPrada Upadya](https://github.com/sriprada346)\n\n\n## Reference\n[![portfolio](https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcQG-eYMnCL7YUDv-ux9wQUGLRjxud3AaFlgsrE_RnfgHq3csIef)](https://github.com/computervisioneng)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouravsuvarna%2Fpicinteract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsouravsuvarna%2Fpicinteract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsouravsuvarna%2Fpicinteract/lists"}