Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Create a virtual environment:
python -m venv myenv
source myenv/bin/activate  # On Windows, use: myenv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Set Up the Groq API Key Set your Groq API key as an environment variable:

export GROQ_API_KEY=your_api_key_here
  1. Run the application:
python app.py

Installation in Chrome

  1. Open Chrome Extensions:
chrome://extensions/
  1. Enable Developer Mode: Turn on the "Developer mode" toggle switch in the top-right corner.

Manifest json has list of websites this extension can be used on. You can edit this to give access to other websites.

  1. Load unpacked: Click the "Load unpacked" button and select the extension folder within this repository.

Demo

https://youtu.be/qM5pHIs6GDo

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages