php tensorflow extension
to install:
- git clone repo.
cd php-tensorflow-binding
sudo phpize && ./configure && make -j4 && sudo make install && make test
- profit
Once I finish replicating as much of the c api as I can, I will work on providing documentation.
- currently I have no guidelines on contribution.
- if you would like to help out then do it!