This repository contains Python examples and experiments using Google's Gen AI Exchange Program
Following courses were completed
- Prompt Design in Vertex AI
- Go to: https://makersuite.google.com/app
- Sign in → Go to API keys tab → Copy your key
- Replace "YOUR_API_KEY" in the script
python3 -m venv venv
source venv/bin/activate# macOS/LinuxOR
venv\Scripts\activate.bat# windows
pip install -r requirements.txt# install packages and libraries
- Run each cell
- If fails, add kernel to the notebook file.