tensorflow.cr
Version, currently master branch1 version
- master branchlatestSep 26, 2017
github.com/NeuraLegion/tensorflow.cr
TensorFlow bindings in Crystal
13 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
tensorflow.cr:
github: NeuraLegion/tensorflow.cr
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.23.1- License
- MIT
- Author
- bararchy <bar.hofesh@safe-t.com>
- Target
tensorflow.crfrom src/tensorflow.cr.cr
Dependencies
This version declares no dependencies.
README
# tensorflow.cr
TensorFlow bindings in Crystal.
The aim of this shard is to expose all the C API functionality.
## Installation
Add this to your application's `shard.yml`:
```yaml
dependencies:
tensorflow:
github: NeuraLegion/tensorflow.cr
```
then run `crystal deps update`
## Usage
Right now the status is WIP, nothing really works, see specs for current coverage
## Development
TODO:
- [ ] Graph
- [x] Status
- [ ] Tensor
- [ ] Session
- [ ] Ops
For references and ideas you can use:
- [tensorflow.rb](https://github.com/somaticio/tensorflow.rb)
- [Official Docs](https://www.tensorflow.org/extend/language_bindings)
## Contributing
1. Fork it ( https://github.com/NeuraLegion/tensorflow.cr/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request
## Contributors
- [bararchy](https://github.com/bararchy) creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Sep 26, 2017
- Crystal
0.23.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/NeuraLegion/tensorflow.cr
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1