onnx-scala
An ONNX (Open Neural Network eXchange) API and backend for typeful, functional deep learning and classical machine learning in Scala 3
File Explorer
Download Latest Version (.zip)- dependency-graph.yml
- scala.yml
- package.json
- ORTNativeOperatorBackend.scala
- ORTOperatorBackendAll.scala
- Main.scala
- ORTOperatorBackend.scala
- ORTOperatorBackendAll.scala
- ORTTensorUtils.scala
- ORTWebModelBackend.scala
- NCF.scala
- ORTModelBackend.scala
- ORTOperatorBackend.scala
- ORTOperatorBackendAll.scala
- ORTTensorUtils.scala
- SqueezeNetTest.scala
- BertTokenizerTest.scala
- SqueezeNetTest.scala
- dependent.scala
- Indices.scala
- IndicesOf.scala
- Shape.scala
- ShapeOf.scala
- BFloat16.scala
- Float16.scala
- TensorShapeDenotation.scala
- TensorShapeDenotationOf.scala
- ONNX.scala
- ONNXBytesDataSource.scala
- ONNXHelper.scala
- OpToONNXBytesConverter.scala
- Tensors.scala
- README.md
- build.properties
- plugins.sbt
- scalapb.sbt
- onnx.proto
- .git-blame-ignore-revs
- .gitignore
- .jvmopts
- .scalafix.conf
- .scalafmt.conf
- .sonarcloud.properties
- build.sbt
- FineGrainedAPI.md
- get_models.sh
- index.d.ts
- LICENSE.txt
- Logotype-500px.png
- package.json
- packageNoExports.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/EmergentOrder/onnx-scala
Downloads the entire project code from GitHub to your computer.
cd onnx-scala
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd .sbt/matrix/backendsJS3
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
