Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blixt/dart-brain
An input/output AI model written in Dart.
https://github.com/blixt/dart-brain
Last synced: about 1 month ago
JSON representation
An input/output AI model written in Dart.
- Host: GitHub
- URL: https://github.com/blixt/dart-brain
- Owner: blixt
- Created: 2013-04-24T23:46:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T22:19:23.000Z (almost 9 years ago)
- Last Synced: 2024-04-21T10:12:33.566Z (7 months ago)
- Language: Dart
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dart Brain
==========An input/output AI model written in Dart.
Getting started
---------------First of all, you need the Dart SDK. I suggest just [downloading and installing *Dart Editor*][dartedit], which includes
everything you need.Then, clone this repository:
$ git clone [email protected]:blixt/dart-brain.git
Now open the `dart-brain` directory in *Dart Editor*.
Finally, select *Tools* > *Pub Install* to create the `packages` directories needed to be able to run the app.
To run the code in the browser, right click `index.html` and choose *Run in Dartium*.
[dartedit]: https://www.dartlang.org/tools/editor/ "The Dart Editor download page"