Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tzolov/mind-model-services
Java utils for loading and inferring various pre-trained TensorFlow models
https://github.com/tzolov/mind-model-services
Last synced: 4 days ago
JSON representation
Java utils for loading and inferring various pre-trained TensorFlow models
- Host: GitHub
- URL: https://github.com/tzolov/mind-model-services
- Owner: tzolov
- License: apache-2.0
- Created: 2018-10-05T12:25:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T11:36:04.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T02:47:03.133Z (over 1 year ago)
- Language: Java
- Homepage: https://tzolov.github.io/mind-model-services
- Size: 12 MB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mind Model Services
Java utils for loading and inferring various pre-trained TensorFlow models
Documentation: https://tzolov.github.io/mind-model-services
## Build
While in experimental stage you may consider skipping the tests:
```bash
mvn clean install -DskipTests
```