Gemini CLI Interface

Interfacing with gemini llm by using the web interface.

Using selenium and bs4 to scrape data from a website. and displaying it in the CLI interactively

Installation

  1. Copy over the .env.example file to a .env in the same directory.
  2. Fill in the required fields in the .env file.
  3. Install requirements with
pip install -r requirements.txt
  1. Run the script with
python main.py