Skip to content

Python scripts and examples using Google's Gen AI Exchange Program— includes text generation, embeddings, chat, and more.

Notifications You must be signed in to change notification settings

divyadhimaan/genAI-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains Python examples and experiments using Google's Gen AI Exchange Program

Following courses were completed

Getting API key

Steps to run files

python3 -m venv venv

source venv/bin/activate # macOS/Linux

OR

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.

About

Python scripts and examples using Google's Gen AI Exchange Program— includes text generation, embeddings, chat, and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published