absalomedia / tensile

Tensorflow as a PHP extension (experimental)
Other
121 stars 16 forks source link

Tensile

The tensile extension for PHP gives you an object-oriented system for utilising Google's Tensorflow Machine Learning (http://tensorflow.org) from within your PHP applications. Still not in fully working state & experimental builds.

Tensorflow 1.12.0 Build Status Patreon

Concept

The concept of this extension is to expose Tensorflow into PHP directly so you can run rules, training & the Tensorflow engine natively via PHP code. The coding structure replicates my work having SASS compile on the fly as a PHP extension.

Steps