Simple Web UI to try out Gemini Grounding.
An example of the setup procedure is shown below.
git clone https://github.com/sh2/gemini-grounding-ui.git
cd gemini-grounding-ui/src
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cd ..
cp template_script.sh script.sh
vim script.sh
./script.sh