The AI API “Fast Style” is a form of graphical style transfer which uses a neural network to combine the artistic styles of one image with another to render a new unique image. You can think of it as taking a photograph and combining it with a Manet painting to produce a unique photo after the style of Manet.
To make art, we will use the help of DeepAi.org a platform that you can…
It’s a cliché that Developers are known for their taste to work long hours while drinking coffee… so, if you are into programming you most probably know the logo in the image below as it stands for the American multinational and the world’s largest…
Let’s take a look at this image below. Let’s try to think about 2 or 3 objects we can see and focus on what calls our attention the most. If we write them down, let’s see if Google can guess it right. You can use Windows Tools for developers like RAD…
Stack Overflow is one of the most-used help desks on the internet that helps developers and technologists write scripts, examples, or solutions. Their public platform serves 100 million people every month, making it one of the 50 most popular websites in the world. Their asynchronous knowledge management and collaboration offering Stack Overflow for Teams is transforming how people work. You can…
Easily Deploy Powerful AI Vision Tools On Windows And Mobile
April 22, 2021
The AI Vision API from Google Cloud provides powerful pre-trained machine learning models that you can easily use in your desktop and mobile applications via REST or RPC API method calls. Assume you want your app to detect objects, locations, activities, animal species, and…
Currency exchange rates are an interesting financial dataset similar to stock quotes and cryptocurrency datasets. For building solutions like software or a POS system for a currency exchange business, it is a necessary dataset and there are APIs online that give you easy…
Google Cloud offers a Natural Language API which allows a developer to take unstructured text as an input and utilize Google’s machine learning capabilities to derive insight from it. They have a number of different operations that can be performed on a piece of text including syntax analysis, entity analysis, custom entity extraction, sentiment analysis, custom sentiment analysis, content…
26 Years... of Delphi
February 15, 2021
Today is Delphi 26th anniversary. A very long time… Many things have changed, some more than others. Here’s my 26 picks!
On February 14th 1995, Borland introduced a new tool for developers, one that sparked a lot of enthusiasm and over 26 years has been used to…
Rapidly Upgrade Legacy Solutions With This RAD Server Comprehensive Quick Start Guide
August 9, 2020
RAD Server is a turn-key application foundation for rapidly building and deploying services based applications. RAD Server enables developers to quickly build new application back-ends or migrate existing Delphi or C++ client/server business logic to a modern services based…
Auto Inc Fields in RAD Server with InterBase
April 9, 2020
How to create Auto Incremental Fields in RAD Server with InterBase, FireDAC and TEMSDataSetResource
One key feature when asking a remote server to add a record is to get the new record ID value returned. Thankfully this is easily achieved with InterBase and FireDAC via RAD Server with TEMSDataSetResource
InterBase has a concept of Generators. These provide a unique sequential integer value that…