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.
- Python: Core programming language.
- Streamlit: For the web interface.
- Google Gemini API: For image processing and natural language understanding
-
Clone the Repository
git clone https://github.com/yash-cs-ai/Invoice-Extractor-using-Gemini.git cd your-repo-name -
Create a Virtual Environment
conda create -n venv_name python=3.10 -y
-
Install Dependencies.
Install the required Python libraries and register the local src package.
pip install -r requirements.txt
-
Run the program Run the program via command
streamlit run app.py