https://github.com/shadaj/scalapy-tensorflow
Static facades for using TensorFlow in ScalaPy
https://github.com/shadaj/scalapy-tensorflow
python scala scalapy tensorflow
Last synced: 9 months ago
JSON representation
Static facades for using TensorFlow in ScalaPy
- Host: GitHub
- URL: https://github.com/shadaj/scalapy-tensorflow
- Owner: shadaj
- License: mit
- Created: 2017-01-02T23:39:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T10:50:02.000Z (over 5 years ago)
- Last Synced: 2025-03-19T07:53:08.916Z (9 months ago)
- Topics: python, scala, scalapy, tensorflow
- Language: Scala
- Homepage:
- Size: 28.3 KB
- Stars: 35
- Watchers: 7
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scalapy-tensorflow
Static facades for using TensorFlow in ScalaPy. Currently contains minimal bindings for usage with TensorFlow.
## Installation
`scalapy-tensorflow` is published on Maven Central, so you can add it to your project by including it as a dependency.
```scala
libraryDependencies += "me.shadaj" %% "scalapy-tensorflow" % "0.1.0"
```