Skip to content

JoMfN/GV-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

title sdk sdk_version app_file license short_description python_version
GV-Label-Analyser
streamlit
1.44.0
appV1.py
mit
App analyzing images using Gemini AI Vision.
3.11

Install

Use Conda > See Miniconda-linux oneliner

git clone https://github.com/JoMfN/GV-analyser.git

conda create -n GVanalyser python=3.11 -y

cd GV-analyser
conda activate GVanalyser
pip install -r requirements.txt

update Pip if prompted

Setup Key

Create a .env_1 file with a API key just pasted within it

your key could be AIzaSyXXXXXX

then

nano .env_1

paste key

paste key .env_1 terminal

AIzaSyXXXXXX

press [CTRL + C]

should fix any API errors at the start.

Fire it up

streamlit run appV1.py

Navigate to localhost:8501 in your browser

localhost:8501

About

Simple streamlit based OCR app with batch processing capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages