A simple Python project that brings Google Gemini to your terminal using a free Google Gemini API key.
- Clone this repository
- Obtain your API key from Google AI studio
- Create a .env file
GEMINI_API_KEY=your_api_key
- Install required dependancies
pip install -r requirements.txt
- Add your API key to a
.env
fileGEMINI_API_KEY=your_api_key_here
- Run the app
python main.py
NOTE: This runs in your terminal