TensorFlow Serving is a service for serving machine learning models. TensorFlow Serving has built-in integration with TensorFlow models, but can be easily extended for serving other types of models.
This...
Label Studio is a data labeling tool. It can be used to label data types such as images, text, audio, videos, and time series and export to various formats.
This...
JanusGraph is a graph database that stores nodes and relationships instead of tables, or documents. JanusGraph is accessible using the Gremlin query language, which allows retrieving and modifying data in...
ArangoDB is a NoSQL and multimodel database. It supports graph, document, and key/value models. ArangoDB is an open-source project available under the Apache License 2.0.
This tutorial explains how to...
Tika Server is a web service that allows accessing Tika via a REST API interface. Tika is a toolkit for detecting and extracting metadata from different file types such as...
Jenkins is CI/CD platform that allows to automate software building, testing and deploying. Jenkins is an open-source project available under the MIT license.
This tutorial explains how to install Jenkins...
The phpBB is a web-based forum application that written in the PHP programming language. The phpBB is an open-source software that released under the GNU General Public License.
This tutorial...
The phpRedisAdmin is an administration tool that allows to manage Redis database through a web browser. It is an open-source project that released under the Creative Commons Attribution 3.0 license...
Redis is an in-memory key-value data structure store. It often used as a database, cache, and message broker. Redis is an open-source project which released under a 3-clause BSD license...
Adminer is an open-source database management tool through a web browser. It supports MySQL, MariaDB, SQLite, PostgreSQL, and various other database servers.
This tutorial explains how to install Adminer inside...