{"id":13910481,"url":"https://github.com/dvp-git/gemini-information-extractor","last_synced_at":"2025-07-18T09:31:33.865Z","repository":{"id":230590406,"uuid":"779739660","full_name":"dvp-git/gemini-information-extractor","owner":"dvp-git","description":"A simple single interface information extractor app using the latest gemini-vision-pro  model","archived":false,"fork":false,"pushed_at":"2024-07-23T22:27:58.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-25T19:40:10.280Z","etag":null,"topics":["gemini-api","generative-ai","llm","streamlit"],"latest_commit_sha":null,"homepage":"https://gemini-information-extractor-9hvvirtqtzkvdt7ypmv9ju.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/dvp-git.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-30T16:43:04.000Z","updated_at":"2024-07-23T22:28:01.000Z","dependencies_parsed_at":"2024-05-02T01:11:34.881Z","dependency_job_id":"75385366-8c44-420c-b454-bebfea58b299","html_url":"https://github.com/dvp-git/gemini-information-extractor","commit_stats":null,"previous_names":["dvp-git/gemini-information-extractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dvp-git/gemini-information-extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvp-git%2Fgemini-information-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvp-git%2Fgemini-information-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvp-git%2Fgemini-information-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvp-git%2Fgemini-information-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvp-git","download_url":"https://codeload.github.com/dvp-git/gemini-information-extractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvp-git%2Fgemini-information-extractor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265733903,"owners_count":23819435,"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":["gemini-api","generative-ai","llm","streamlit"],"created_at":"2024-08-07T00:01:28.590Z","updated_at":"2025-07-18T09:31:33.330Z","avatar_url":"https://github.com/dvp-git.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"## Info-Extractor  \nA simple image information extractor app built using Google's gemini-vision-pro API and streamlit as front-end.\n\nInstall:\n---\n1. Clone the directory to your local environment\n\n    ```\n    git clone https://github.com/dvp-git/gemini-information-extractor.git\n    ```\n2. Change directory to *gemini-information-extractor* and install the necessary libraries using requirements.txt. Note: Use the latest version of python, preferably \u003e=3.10\n\n   ```\n   pip install -r requirements.txt\n   ```\n4. Create a folder called *.streamlit* in your project directory and a file called *secrets.toml* inside it. Save your key as *GOOGLE_API_KEY=\"insert-your-key-here\"* inside the toml file . Replace the *'insert-your-key-here'* with your own api key. This key is required to run the inference for generation of content.\n5. Run the streamlit app as :\n\n   ```\n   streamlit run gemini_.py\n   ```\n   \nFor information on getting a key check: https://ai.google.dev/ \n\nUsage:\n---\n**NOTE: Do NOT upload any confidential documents as it may be retained by the system.**\n\nThe app is hosted on : https://gemini-information-extractor-9hvvirtqtzkvdt7ypmv9ju.streamlit.app/\nYou can either check the app there or follow the install steps  and use it in your local environment.\n\nApplication inputs:\n- *Input Prompt*: The area represents the kind of information you'd like to extract from the image. This is optional in which case you'd get a simple description of the image.\n- *Browse files* : Upload the file from which you want to extract information. Use jpg, jpeg or png format.\n- *Generate* : Click this button to generate the information extracted.\n\nExample 1: No input prompt\n![image](https://github.com/dvp-git/gemini-information-extractor/assets/43114889/531b0977-0c37-478f-aef8-c0f13765015c)\n\nIf you do give an input prompt, you will receive the information you requested.\n\n![image](https://github.com/dvp-git/gemini-information-extractor/assets/43114889/8d86d3e5-1aa5-4a86-b54f-1ed6694deb7e)\n\nStreamlit is a powerful tool for building frontend in a short amount of time. \nYou can create powerful applications using LLM's from google or HuggingFace and even LangChain . Models on HuggingFace can even be downloaded to your local environment , incase you do not wish to send your information to an API. \n\nResources :\n---\nhttps://ai.google.dev/ \nhttps://docs.streamlit.io/get-started/fundamentals/main-concepts\nhttps://docs.streamlit.io/library/cheatsheet\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvp-git%2Fgemini-information-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvp-git%2Fgemini-information-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvp-git%2Fgemini-information-extractor/lists"}