Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"