KotlinDL is a high-level Deep Learning API written in Kotlin and inspired by Keras. Under the hood, it uses TensorFlow Java API and ONNX Runtime API for Java. KotlinDL offers simple APIs for training deep learning models from scratch, importing existing Keras and ONNX models for inference, and leveraging transfer learning for tailoring existing pre-trained models to your tasks. This project aims to make Deep Learning easier for JVM and Android developers and simplify deploying deep learning models in production environments.
Features
- kotlin-deeplearning-api API interfaces and classes
- Documentation available
- Work with KotlinDL in Android projects
- Work with KotlinDL in Jupyter Notebook
- KotlinDL, ONNX Runtime, Android, and JDK versions
- Examples and tutorials
