|

4 Useful Ways to Automate Text Summarization

Data is gold and time is of essence. Would’t it be great to get a summary of an elaborate article, latest news or a complicated piece of a legal text? Well, we aren’t quite there yet. Algorithms that generate concise information-rich summaries that make sense and are pleasant to read remain a tough challenge. Nevertheless,…

|

Build a Cool Face Detection App in Your Browser

In my previous post I gave an overview of facial recognition, its advantages and ethical considerations. Today I want to show you how to put this technology in practice. We are going to build a web application that detects your face and does some basic feature analysis. Let’s start with a demo. Source code: https://bit.ly/3g39PZY…

|

Build a Multilingual Chatbot with Rasa and Heroku – Deployment Considerations

You put all the effort into writing your own chatbot with Rasa. You spent hours or even days on training your model and testing. Now you want to make it publicly accessible and keep the cost down. Where shall I run the action server? What if my bot is multilingual and I need to spin…