Code and projects for the Generative AI course. Covers everything from Python basics to building apps with LLMs and LangChain.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
Enhance text prompt for image analysis to specify response language and tone
7da2653View on GitHubAdd Gemini Image Analyzer app with Google API integration and image processing
4e0a87cView on GitHubUpdate requirements.txt to include google-genai and comment out python-dotenv
c413b65View on GitHubAdd requirements.txt for Streamlit and Google Generative AI dependencies
b0963abView on GitHubAdd text summarizer and sentiment analyzer app with Google API integration
19cc044View on GitHubUpdate .gitignore to exclude config.toml and add secrets.toml
09370feView on GitHubRefactor to use Streamlit secrets for Google API key and model name
224e546View on GitHubAdd dotenv integration to load environment variables from .env file
11d53f8View on GitHubAdd .gitignore file to exclude common Python artifacts and environment files
b210f49View on GitHubRefactor text summarizer and sentiment analyzer script to load API key from config.toml
11a7d5bView on GitHubAdd script to list available Google Gemini models and display them by type
5611f04View on GitHubAdd migration guide and update code examples for new google-genai SDK
fdc6276View on GitHubAdd text summarizer and sentiment analyzer using Streamlit and Google Generative AI
2f90daeView on GitHub