This repository contains my random experiments on the Gemini API by Google.
text_only.py
: Feed a text prompt and get a text response.text_and_vision.py
: Input an image and a text prompt and get a text response.chat_version.py
: A chat version of thetext_only.py
file.
The slides for the presentation can be found here.
The notebooks demonstrating the usage of the Gemini API can be found here.