Friday, September 11Digital Marketing Journals

Coding

The Ultimate Rasa Cheatsheet. A beginners’ guide to Rasa Open Source | by Nikoletta Ventoura | Oct, 2021
ai bot, ai chat, ai chatbot, best chatbot, chatbot, chatbot ai, chatbot app, chatbot messenger, chatbot online, chatbot website, chatbots, cheatsheet, Coding, conversation with ai, conversational-ai, creating chatbots, facebook bot, facebook chatbot, facebook messenger bot, rasa, robot chat

The Ultimate Rasa Cheatsheet. A beginners’ guide to Rasa Open Source | by Nikoletta Ventoura | Oct, 2021

Let’s start with the basics:Rasa Open Source is a framework for Natural Language Understanding (NLU), dialogue management, and integrations. Rasa also provides RasaX, which is a toolset (GUI) to improve a bot created with Rasa.This is a continuously growing framework for the development of dialogue systems and no wonder there is the need for some help when you start working with Rasa. I got your back though! Here is a comprehensive cheatsheet for all the main commands and functionalities you need!Filesdomain.yml → the “universe” of the bot, i.e., it has a list of all the intents, responses, custom actions, slots, and forms. Don’t forget that every time you add a new intent or entity you have to also add it in your domaindata/nlu.yml → the training data for the natural language understandin...
Creating Sleek On/Off Button with CSS3
building website, Buttons, Coding, creating a website, CSS, CSS3, google web designer, HTML5 / CSS3 Tutorials, internet design, web design, web design company, web designer, web page design, website builder, website design

Creating Sleek On/Off Button with CSS3

Using a button is, so far, the preferred way to interact with an electronic stuff; such as the radio, TV, music player, and even a smartphone that has a voice command feature still needs at least one or two physical buttons. Furthermore, in this digital age, the button has evolved in its digital form as well, which makes it more interactive, dynamic and real easy to make, compared to the physical button. So, this time, we are going to create a slick and interactive button which is based on this excellent design over at Dribbble using only CSS. Well, let’s just get started. HTML We will start off the button by placing the following markup on our HTML document. It’s really simple, the button would be based on an anchor tag, we also have a span next to it to create the indicator light, and th...
CSS Units: Pixels, EM, and Percentage
building website, Coding, creating a website, CSS, google web designer, internet design, responsive web design, web design, web design company, web designer, web page design, website builder, website design

CSS Units: Pixels, EM, and Percentage

Unit takes an important role for measuring and building things like a house, a bridge or a tower, and building a website is not an exception. There are a number of methods of measurements used on the Web, specifically in CSS, namely Pixel, EM and Percentage. In this post, we are going to run through these units to get further insight into these units of measurements. Guide to CSS Viewport Units: vw, vh, vmin, vmax Guide to CSS Viewport Units: vw, vh, vmin, vmax Viewport-percentage lengths, or viewport units as they are more frequently referred to, are responsive CSS units that allow... Read more PX Pixel is a fixed unit measurement and the smallest unit on screen measurement but don’t confuse this with the Pixel that defines screen resolution. The Pixel in CSS has not...