Logo Lanfrica

ARaiiler/DarijaGenie-Extention

Domaine:

natural language processing

Type de record:

software
Créateur:
ARa
Hôte:
This is the same as the Darija Genie web app I made but now it's a lightweight chrome extension # DarijaGenie — local dev notes TTS using Gemini - Create a `.env` file at the repo root (copy from `.env.example`) and add your Gemini API key: ``` GEMINI_API_KEY=your_real_key_here GEMINI_TTS_URL=generativelanguage.googleap… ``` - Run the helper to generate `config.js` which the extension loads: ```bash node scripts/generate-config.js ``` - Load the extension in your browser (developer mode). `config.js` will be read by `sidepanel.js`. Alternatively you can enter an API key in the sidebar `Configure API Key` UI which stores it to `chrome.storage.local`.