| title | GV-Label-Analyser |
|---|---|
| sdk | streamlit |
| sdk_version | 1.44.0 |
| app_file | appV1.py |
| license | mit |
| short_description | App analyzing images using Gemini AI Vision. |
| python_version | 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