An open API service indexing awesome lists of open source software.

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

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"
```