Author Archives: Domagoj Marić

AI Customer Care Ecosystem

With huge amounts of text data available and an increasing number of users, it is increasingly difficult to provide fast and high-quality support to users. With the help of artificial intelligence models and natural language processing, today it is possible to automate a decent part of customer support, either in… Continue Reading

WebDriver Automation – Selenium WebDriver

What is Selenium? Selenium is a group of open source tools and libraries that are aimed at automating operations within the web browser, whether it is for testing web applications, automated web browsing, downloading content (web scraping) or automating some operations for which it is inefficient and unnecessary to always… Continue Reading

A cookbook for making your own Watson chatbot

What is a chatbot? Chatbot is a term that refers to virtual assistants based on artificial intelligence that improve and automate some business processes by simulating a human as a conversational partner. By saving time and resources, they help people so that they can dedicate themselves to other, more important… Continue Reading

The rise of the Python programming language

Python is a programming language which over the last decade had a continuously secured place among the most popular programming languages in the world, and this year, too, it seems that there is no end to its rise in popularity. Today it can be found everywhere, whether in the industry… Continue Reading

Regex crash course

Regular expressions are character sequences which represent a set of character sequences (strings, search patterns) according to certain syntax rules. They are useful for finding specific information within a larger quantity of text data. Regular expressions have many applications: search engines, string search algorithms (find, find and replace systems),preprocessing of… Continue Reading

All you need to know to make your first web scraper

As the amount of information available on the web grows and the information becomes more valuable, the field of automated systematic web browsing is becoming increasingly important. More information and better information is extremely important for making good business decisions, which is why it is useful to know how to… Continue Reading