This is the web platform UI for Facet AI, a no-code platform for managing fine tuning, evaluation, and deployment of Gemma SLM/VLM.
If you wish to run this locally or deploy on your own infrastructure, first follow the steps in gemma-facet/cloud-services to deploy the GCP services with Terraform.
-
Fork/clone this repository
-
Setup environment variables:
cp .env.example .env
Copy values from
make output ENV=productioncommand output ingemma-facet/cloud-servicesto the corresponding variables in.env. This includes API endpoints and Firebase configuration. -
Run locally or deploy
To run the application locally, you can use the following command:
bun install bun dev
Note that when running locally, by default it will point to staging services if available. You can change this in
.env.bun build bun start
This will build and start the application in production mode.