Sample invoice or image extractor using gemini model
Clone the repository
Project repo: https://github.com/codeakki/ImageExtractor-Gemini-1.5.git
conda create -n venv python=3.9 -y
conda activate venv
pip install -r requirements.txt
GOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following command
python app.py
Now,
open up localhost:
- Python
- Streamlit
- google-generativeai