Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.35 KB

File metadata and controls

26 lines (16 loc) · 1.35 KB

Invoice Excretion using LLM

Welcome to my Streamlit app designed for invoice extraction utilizing OpenAI's API. This versatile tool offers two distinct output models for enhanced flexibility and accuracy in extracting invoice data.

Powered by

Python Langchain Streamlit OpenAI

Key Features

  • Supports extraction of data from PDF files
  • Utilizes function calling with LLM to enhance accuracy
  • Offers two output options: JSON and CSV

How to Use?

  1. Set Up Your OpenAI API Key: Paste your OpenAI API key into the designated section in the sidebar. This key is essential for accessing OpenAI's language models. Please note that the application does not store this key anywhere else and only uses it for calling APIs.

  2. Upload File: Upload your PDF invoice, select the desired output type, and press the "Extract" button to begin the extraction process.

Want to Run Locally?

  • Follow the instructions outlined on GitHub.