Skip to content

A self-learning program, that identifies animals by asking questions.

License

Notifications You must be signed in to change notification settings

GregEakin/AnimalAi.Net

Repository files navigation

Animal AI for dot.Net

This is a self-learning program, that identifies animals by asking questions. Originally developed from:

The original program used a Heap inside an array, for the question tree. This version uses a database and an ORM wrapper instead. Giving us data persistence between runs.

Setup SQL Server Local Database

Run these steps from an administrative developer command prompt:

  1. sqllocaldb create ProjectsV13
  2. sqllocaldb share ProjectsV13 ProjectsV13
  3. sqllocaldb start ProjectsV13
  4. sqllocaldb info ProjectsV13
  5. sqlcmd -S (localdb)\ProjectsV13 -Q "CREATE DATABASE AnimalDb"
  6. AnimalAi.exe -setup

There's a new Andriod version. It's not running yet.

See the Android version.

Links:

Author

🔥 Greg Eakin

Releases

No releases published

Packages

No packages published

Languages