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