Sample invoice or image extractor using gemini model
Clone the repository
Project repo: https://github.com/codeakki/ImageExtractor-Gemini-1.5.gitconda create -n venv python=3.9 -yconda activate venvpip install -r requirements.txtGOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"# Finally run the following command
python app.pyNow,
open up localhost:- Python
- Streamlit
- google-generativeai

