Use the world of Python from the comfort of Scala!
ScalaPy allows you to use any Python library from your Scala code with an intuitive API.
Get Started at scalapy.dev
First, install Jep and and set your JEP_PATH
environment variable to the path where Jep is installed (use pip show jep
to find this). To run the unit tests for ScalaPy, run sbt coreJVM/test
.
- NumPy: https://github.com/shadaj/scalapy-numpy
- TensorFlow: https://github.com/shadaj/scalapy-tensorflow
Logo based on https://github.com/OlegIlyenko/scala-icon with modifications to use the Python color palette.