| 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 |
Use Conda > See Miniconda-linux oneliner
git clone https://github.com/JoMfN/GV-analyser.gitconda create -n GVanalyser python=3.11 -ycd GV-analyser
conda activate GVanalyser
pip install -r requirements.txtupdate Pip if prompted
Create a .env_1 file with a API key just pasted within it
your key could be AIzaSyXXXXXX
then
nano .env_1paste key
paste key
.env_1terminal
AIzaSyXXXXXX
press [CTRL + C]
should fix any API errors at the start.
streamlit run appV1.pyNavigate to localhost:8501 in your browser