Popularity
7.1
Declining
Activity
0.0
Stable
39
7
4
Programming language: Crystal
License: MIT License
Tags:
C Bindings
tensorflow.cr alternatives and similar shards
Based on the "C bindings" category.
Alternatively, view tensorflow.cr alternatives based on common mentions on social networks and blogs.
-
clang.cr
libclang bindings for crystal (including automatic C bindings generator) -
asound-cr
ALSA/libasound bindings for sound programming in Crystal language.
Learn any GitHub repo in 59 seconds
Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
Promo
getonboard.dev
Do you think we are missing an alternative of tensorflow.cr or a related project?
README
tensorflow.cr
Crystal binding for TensorFlow.
This is an early-stage open-source project. You can call functions from bindings directly, but wrappers are not ready yet.
Requiments
You need to compile and install libtensorflow.so
from this repo.
Quick instructions:
$ ./configure
$ cd tensorflow
$ bazel build :libtensorflow.so
$ cp ../bazel-bin/tensorflow/libtensorflow.so /usr/local/lib/
Installation
Add this to your application's shard.yml
:
dependencies:
tensorflow:
github: fazibear/tensorflow.cr
Usage
require "tensorflow"
See examples repository.
Contributing
- Fork it ( https://github.com/fazibear/tensorflow/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- fazibear Michał Kalbarczyk - creator, maintainer