https://github.com/ecopque/api_gemini
This project demonstrates how to integrate the Google Gemini API with Python, utilizing the google-generativeai package to create an interactive chatbot that supports content generation.
https://github.com/ecopque/api_gemini
Last synced: over 1 year ago
JSON representation
This project demonstrates how to integrate the Google Gemini API with Python, utilizing the google-generativeai package to create an interactive chatbot that supports content generation.
- Host: GitHub
- URL: https://github.com/ecopque/api_gemini
- Owner: ecopque
- Created: 2025-01-20T18:53:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T15:50:55.000Z (over 1 year ago)
- Last Synced: 2025-01-29T16:35:42.521Z (over 1 year ago)
- Language: Python
- Homepage: https://linktr.ee/edsoncopque
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Gemini API Python Integration
## Overview
This project demonstrates how to integrate the **Google Gemini API** with Python, utilizing the `google-generativeai` package to create an interactive chatbot that supports content generation. The goal is to explore the capabilities of this powerful AI tool and implement a functional virtual assistant.
## What Was Accomplished
- **Google Gemini API Configuration**: The API is configured using the provided access key.
- **Chatbot Development**: Integrated the **'gemini-pro'** model to create an interactive chatbot.
- **Real-time Messaging**: Developed a virtual assistant that responds to user input in real time, with support for custom commands.
## Technologies Used
- **Python**
- **Google Gemini API**
- **Pip** (for package management)