aitk

Artificial Intelligence Tool Kit for Crystal programming language.

Currently it is just a sandbox, where I learn the AI algorithms based on Artificial Intelligence for Humans books.

So far implemented

Installation

Add this to your application's shard.yml:

dependencies:
  aitk:
    github: greyblake/crystal-aitk

Usage

require "aitk"

Contributors