Tesseract is an optical text recognition (OCR) engine developed by Google. Tesseract is used for recognizing a text in an image. It supports more than 100 languages. Tesseract is an...
FFmpeg is an open-source collection of tools that allows to process video and audio files. These tools used for converting video and audio files from one format into another, resizing...
Git is an open-source version control system for tracking file changes. Git is commonly used by developers during the software development.
This tutorial explains how to install Git on Ubuntu...
Python is a programming language that is used to implement various kinds of applications. Python is often used for machine learning, deep learning, computer vision, and data analysis.
This tutorial...
MongoDB is a cross-platform document database. It is classified as a NoSQL database. Instead of using tables and rows as in the relational databases such as MySQL, MongoDB uses JSON-like...
Java is a programming language which is used in many systems and applications. OpenJDK and Oracle JDK are two implementations of the Java. These Java implementations is based on same...
Apache HTTP Server is a cross-platform web server which serves web content to clients who request it. Apache is an open-source project which released under the Apache License 2.0.
This...
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...
Percona Server for MySQL is a relational database that allows to access data using Structured Query Language (SQL). It is a fork of MySQL Server. Percona Server for MySQL is...
Kaggle allows creating a custom dataset and upload it to the platform. A dataset should have an associated metadata file which specifies additional information about the dataset.
Kaggle API client...