A desktop assistant project that uses Eel for the frontend and a Python backend with speech, hotword detection, and Hugging Face chat integration.
Quick start
- Create and activate a virtualenv (recommended):
python -m venv .\envJarvis
& '.\envJarvis\Scripts\Activate.ps1'
python -m pip install --upgrade pip
python -m pip install -r requirements.txt- (Optional) Export your Hugging Face cookies JSON and save to
backend/cookie.json(private):
- Export cookies for huggingface.co as a JSON array and place the file at
backend/cookie.json.
- Run the app:
python .\run.pyNotes
backend/cookie.jsonis ignored in.gitignorebecause it contains auth cookies. Keep it private.envJarvis/is ignored.
License: MIT