Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 913 Bytes

File metadata and controls

39 lines (26 loc) · 913 Bytes

Invoice-analyzer-using-Gemini

This simple project uses Gemini API to build a simple Invoice analyzer. This program takes invoice for input and lets you ask questions related to it.

🛠️ Tech Stack

  • Python: Core programming language.
  • Streamlit: For the web interface.
  • Google Gemini API: For image processing and natural language understanding

⚙️ Installation & Setup

  1. Clone the Repository

    git clone https://github.com/yash-cs-ai/Invoice-Extractor-using-Gemini.git
    cd your-repo-name
  2. Create a Virtual Environment

    conda create -n venv_name python=3.10 -y
  3. Install Dependencies.

    Install the required Python libraries and register the local src package.

    pip install -r requirements.txt
  4. Run the program Run the program via command

    streamlit run app.py