All Projects → hackidemia → cognimates-training

hackidemia / cognimates-training

Licence: MIT license
Platform where kids train their own AI models

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Metal
113 projects
C++
36643 projects - #6 most used programming language

cognimates-training

Platform where kids train their own AI models

setup

  • copy config.js.example in the project root as config.js
  • modify vars as needed
  • npm install to download necessary node packages

dev

  • 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:xxxx/, with xxxx being the module.exports.SERVER_PORT is set in config.js

build just the scss

  • npm run sass-build

run server on production (no file watching)

  • npm run prod-node-server
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].