mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00:00
* Plus Settings: add base model and name * I18n change user model to fine-tuned model * Move fields in drop-down for mobile * Missed commit * remove unused i18n key * Add base/FTM to model Type, reorder Model Information fields * fix missing availableModels for now * shorten Fine-Tuned Model to Fine-Tuned * isBaseModel is already available in config, use that * Change Base Model to Default * minor tweaks * Revert "Change Base Model to Default" This reverts commit 0191aa34f60dcde806ec7b00cc687aada6161657.
This is the Frigate frontend which connects to and provides a User Interface to the Python backend.
Web Development
Installing Web Dependencies Via NPM
Within /web, run:
npm install
Running development frontend
Within /web, run:
PROXY_HOST=<ip_address:port> npm run dev
The Proxy Host can point to your existing Frigate instance. Otherwise defaults to localhost:5000 if running Frigate on the same machine.
Extensions
Install these IDE extensions for an improved development experience:
- eslint