- Create a virtual environment:
python -m venv myenv
source myenv/bin/activate # On Windows, use: myenv\Scripts\activate- Install dependencies:
pip install -r requirements.txtSet Up the Groq API Key Set your Groq API key as an environment variable:
export GROQ_API_KEY=your_api_key_here- Run the application:
python app.py- Open Chrome Extensions:
chrome://extensions/
- 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.
- Load unpacked: Click the "Load unpacked" button and select the extension folder within this repository.