https://github.com/BrainJS/brain.js-examples
Brain.js Examples in Typescript and Javascript
https://github.com/BrainJS/brain.js-examples
Last synced: about 1 month ago
JSON representation
Brain.js Examples in Typescript and Javascript
- Host: GitHub
- URL: https://github.com/BrainJS/brain.js-examples
- Owner: BrainJS
- License: mit
- Created: 2021-03-18T14:38:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T10:22:13.000Z (over 1 year ago)
- Last Synced: 2024-01-19T21:26:45.426Z (over 1 year ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 16
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brain.js-examples
Brain.js Examples in TypescriptSetup with:
```typescript
yarn
```Call scripts with:
```shell
npx ts-node src/{script-file-name-here}.ts
```Run html examples with:
```shell
yarn serve
```