Platform where kids train their own AI models
Required environment variables:
-
CLARIFAI_API_KEY
- API key for Clarifai image classification -
UCLASSIFY_READ_API_KEY
- API key for uClassify text classification (read access) -
UCLASSIFY_WRITE_API_KEY
- API key for uClassify text classification (write access) -
PORT
orSERVER_PORT
- Server port (defaults to 2634) -
npm install
to download necessary node packages
npm run dev
to start server and watch for js + scss file changes. The browser still needs a refresh on each change, and handlebars files are not watched- open in
http://localhost:2634/
(or your configured port)
npm run sass-build
npm run prod-node-server