{"id":26175262,"url":"https://github.com/devmaverickmb/invoicemate","last_synced_at":"2026-04-26T02:31:19.691Z","repository":{"id":281805410,"uuid":"946455663","full_name":"DevMaverickMB/InvoiceMate","owner":"DevMaverickMB","description":"InvoiceMate is an AI-powered Streamlit app that extracts and analyzes invoice data from images, offering insights and exports in CSV, PDF, or JSON formats.","archived":false,"fork":false,"pushed_at":"2025-03-11T07:59:43.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T13:11:04.187Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://invoicemate.streamlit.app","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/DevMaverickMB.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":"2025-03-11T07:00:26.000Z","updated_at":"2025-03-11T08:01:46.000Z","dependencies_parsed_at":"2025-03-11T08:48:10.971Z","dependency_job_id":null,"html_url":"https://github.com/DevMaverickMB/InvoiceMate","commit_stats":null,"previous_names":["devmaverickmb/invoicemate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevMaverickMB/InvoiceMate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevMaverickMB%2FInvoiceMate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevMaverickMB%2FInvoiceMate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevMaverickMB%2FInvoiceMate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevMaverickMB%2FInvoiceMate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevMaverickMB","download_url":"https://codeload.github.com/DevMaverickMB/InvoiceMate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevMaverickMB%2FInvoiceMate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32284333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"online","status_checked_at":"2026-04-26T02:00:05.962Z","response_time":129,"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":[],"created_at":"2025-03-11T20:56:02.751Z","updated_at":"2026-04-26T02:31:19.668Z","avatar_url":"https://github.com/DevMaverickMB.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InvoiceMate - AI Invoice Analyzer\n\n![🌐LIVE]([https://invoicemate.streamlit.app])\n\nInvoiceMate is an AI-powered tool built with Streamlit and Google Gemini API to analyze and extract key details from invoice images. It processes single or multiple invoices, provides structured data extraction, and offers insights through an intuitive dashboard. Users can upload invoice images, ask questions about the data, and export results in CSV, PDF, or JSON formats.\n\n\n![screencapture-localhost-8501-2025-03-11-13_15_51](https://github.com/user-attachments/assets/24e6f841-a826-44eb-8f1a-12f0f2851ec4)\n\n![screencapture-localhost-8501-2025-03-11-13_17_20](https://github.com/user-attachments/assets/d1935935-f677-447d-b9db-5e27826e6a93)\n\n\n\n\n## Features\n\n- **Invoice Data Extraction**: Extracts key details such as invoice number, date, vendor name, total amount, and tax amount from uploaded images.\n- **Single \u0026 Batch Processing**: Handles both individual invoices and multiple invoices with aggregate insights.\n- **Interactive Dashboard**: Displays metrics like total amount, total tax, and number of vendors.\n- **Custom Queries**: Allows users to ask specific questions about the invoices (e.g., \"What's the total amount across all invoices?\").\n- **Export Options**: Generate reports in CSV, PDF, or JSON formats.\n- **User-Friendly UI**: Built with Streamlit, featuring a clean and responsive design with custom CSS.\n\n## Tech Stack\n\n- **Python**: Core programming language.\n- **Streamlit**: Web application framework for the UI.\n- **Google Gemini API**: AI model for invoice analysis and data extraction (`gemini-2.0-flash`).\n- **Pandas**: Data manipulation and CSV export.\n- **Plotly**: Data visualization (optional, not fully utilized in current code).\n- **ReportLab**: PDF report generation.\n- **PIL (Pillow)**: Image processing.\n- **dotenv**: Environment variable management.\n\n## Usage\n- **Upload Invoices**:\nGo to the \"Upload \u0026 Process\" tab.\nUpload one or more invoice images (JPG, JPEG, PNG).\nOptionally, enter a query (e.g., \"What’s the total tax amount?\").\n- **Process Invoices**:\nClick \"Process Invoices\" to extract data and get AI-generated responses.\nView extracted data and any query responses.\n- **Analyze Insights**:\nSwitch to the \"Analysis \u0026 Insights\" tab to see a dashboard with metrics.\nAsk follow-up questions about the processed invoices.\n- **Export Results**:\nGo to the \"Export \u0026 Reports\" tab.\nChoose CSV, PDF, or JSON format and download the results.\n\n### Prerequisites\n\n- Python 3.8 or higher\n- Google Gemini API key (sign up at [Google AI Studio](https://aistudio.google.com/) to obtain one)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmaverickmb%2Finvoicemate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmaverickmb%2Finvoicemate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmaverickmb%2Finvoicemate/lists"}