Skip to content

A simple Python project that brings Google Gemini to your terminal using a free Google Gemini API key.

License

Notifications You must be signed in to change notification settings

Maithy-a/google-gemini-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOOGLE GEMINI TERMINAL CHAT

Google Gemini Python

A simple Python project that brings Google Gemini to your terminal using a free Google Gemini API key.

Installation

  1. Clone this repository
  2. Obtain your API key from Google AI studio
  3. Create a .env file
       GEMINI_API_KEY=your_api_key
  4. Install required dependancies
    pip install -r requirements.txt
  5. Add your API key to a .env file
    GEMINI_API_KEY=your_api_key_here
    
  6. Run the app
    python main.py

NOTE: This runs in your terminal

About

A simple Python project that brings Google Gemini to your terminal using a free Google Gemini API key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages