Skip to content

Latest commit

 

History

History
executable file
·
10 lines (6 loc) · 300 Bytes

README.md

File metadata and controls

executable file
·
10 lines (6 loc) · 300 Bytes

Neural Mesh

A neural network manager in PHP with a MySQL backend.

Installation

  1. Create a database and fill it with the install.sql dump.
  2. Modify nm-settings.php with your database info.
  3. Read through the documentation under docs to learn how to implement Neural Mesh.