Twitch ChatBot built in python with twitchio library

Twitch ChatBot built in python with twitchio library. Uses twitch/leagueoflegends/spotify/twitter API in order to get data for the responses. The commands print mostly fun and intersting stats of twitch streamers and viewers, but also has few moderation features. It is connected to a lot of top polish twitch streamers most notably – ‘youngmulti’, ‘kasix’, ‘mokrysuchar’, ‘franio’, ‘szymoool’, ‘xmerghani’, ‘mork’, ‘arquel’, ‘stazjaa’ Full list of functionalites available on https://lewus.pl/ (in Polish) Video Explanation (in Polish) GitHub View Github    

Read more

Build an end-end Currency Convertor chatbot with Python and Dialogflow

This article was published as a part of the Data Science Blogathon Introduction Hello all, Hope you are fine. In this tutorial we will learn how to create chatbots using Dialogflow and python, as well we will learn the deployment of chatbots to telegram. In our previous articles, we have learned to create a simple rule-based chatbot using simple python and NLTK libraries. I would like to request you to have a look at the article creating a simple chatbot […]

Read more

Build your own AI chatbot from scratch!

This article was published as a part of the Data Science Blogathon Introduction It’s pretty simple! Today we will learn to create an AI chatbot from scratch using Intent matching and NLP algorithms. Let’s see what we are gonna do: * Prepare our dataset with questions(keywords) and respective intents. * Prepare a JSON file containing replies for each intent. * Transform our data into Tf-Idf Vectors. * Use Deep Neural Network to classify the User’s question into one of the intents […]

Read more

Beginner’s guide before building a Chatbot

This article was published as a part of the Data Science Blogathon According to Accenture – “57% of the Businesses agree that chatbots deliver larger ROI with minimal effort.” Table of Contents : 1. What’s a chatbot? 2. A dive into types of chatbots 3.What are the top platforms to build a chatbot? 4. What are the top Frameworks for building a chatbot? 5. The Algorithm to build a Chatbot. 6. Tips to follow before building your first chatbot 7. Top […]

Read more

Developing FB Chatbot Based on Deep Learning Using RASA Framework for University Enquiries

Smart systems for Universities powered by Artificial Intelligence have been massively developed to help humans in various tasks. The chatbot concept is not something new in today society which is developing with recent technology… College students or candidates of college students often need actual information like asking for something to customer service, especially during this pandemic, when it is difficult to have an immediate face-to-face meeting. Chatbots are functionally helping in several things such as curriculum information, admission for new […]

Read more