Skip to content

Akshitha0118/Gemini-Generative-AI-with-Python

Repository files navigation

πŸš€ Gemini AI Introduction with Python

This project demonstrates how to use Google Gemini Generative AI models in Python using the official google-generativeai SDK.
The notebook shows how to configure the API, list available models, send prompts, and generate AI responses.

It is designed as a beginner-friendly introduction to Gemini models and prompt-based AI generation.


πŸ“Œ Features

  • Setup and configure Google Gemini API
  • Use Gemini Flash models
  • Generate responses using prompts
  • Compare AI concepts like:
    • Artificial Intelligence (AI)
    • Machine Learning (ML)
    • Generative AI
    • Agentic AI
  • List available Gemini models
  • Format outputs using Markdown in Jupyter Notebook

🧠 Technologies Used

  • Python
  • Google Generative AI SDK
  • Gemini Models
  • Jupyter Notebook
  • IPython Markdown Display

πŸ“¦ Installation

Install the required library:

pip install -U google-generativeai


🎯 Learning Outcomes

After exploring this notebook, you will understand:

How to connect to Google Gemini models

How prompt-based generation works

How to experiment with different Gemini model versions

How to format AI responses in notebooks

About

This project demonstrates how to use Google Gemini Generative AI models in Python using the official google-generativeai SDK.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors