Skip to content

codeakki/ImageExtractor-Gemini-1.5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageExtractor-Gemini-1.5

Sample invoice or image extractor using gemini model

How to run?

STEPS:

Clone the repository

Project repo: https://github.com/codeakki/ImageExtractor-Gemini-1.5.git

STEP 01- Create a conda environment after opening the repository

conda create -n venv python=3.9 -y
conda activate venv

STEP 02- install the requirements

pip install -r requirements.txt

Create a .env file in the root directory and add your Pinecone credentials as follows:

GOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following command
python app.py

Now,

open up localhost:

Sample

OpenAI Logo OpenAI Logo

Techstack Used:

  • Python
  • Streamlit
  • google-generativeai

About

Sample invoice or image extractor using gemini model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages