April 19, 2022 2 Comments

Create WhatsApp Bot With Twilio Using Python Tutorial With Examples

Introduction WhatsApp is unarguably the most popular messaging app which helps people to connect across the globe. It is fair to say WhatsApp is becoming an integral part of our life. The Platform has more than two billion monthly active users. With this much potential user base, any business cannot afford to ignore WhatsApp. We […]

April 16, 2022 No Comments

Create Discord Bot Using Python Tutorial With Examples

Introduction Discord is a group-chat platform similar to Skype, TeamSpeak, or Slack that allows users to communicate simple text messages as well as rich messaging. In this tutorial, we will learn to create a Discord bot and add it to our channel. How we can send text, image, video, audio, files through the bot, and […]

April 13, 2022 2 Comments

Create Slack Bot Using Python Tutorial With Examples

Introduction Slack is a useful tool for remote teams to interact more quickly and keep documents in one location. Slackbot is helpful for creating automatic messages for many purposes. Here in this tutorial, we will learn how we can create a bot in slack and add it to our channel and get the text response […]

April 11, 2022 4 Comments

Create Telegram Bot Using Python Tutorial With Examples

Introduction For engaging conversations, the automated chatbot is really beneficial. On platforms such as Facebook, Google, and others, we can develop chatbots. In this tutorial, we will learn about how we can create a Telegram chatbot and use it to prepare text messages with rich responses. Here we learn how we can get different types […]

October 19, 2021 No Comments

Automate Birthday Wishing On Facebook Using Python + Flask + Selenium

People are more reliant on social media in today’s world. Facebook is one of the most used social media platforms. One of the features of Facebook is that from our friends list we can get to know the birthdays, and we can wish people on their special day. To automate this process, we can use python and […]

October 19, 2021 No Comments

Automate Birthday Wishing On LinkedIn Using Python + Flask + Selenium

LinkedIn is a purely professional networking and employment-oriented website. It is a platform where the world’s employees and employers can meet and interact with each other. So when it comes to a special day like a birthday, then wishing without forgetting is a must to make stronger connections. Now you don’t need to worry about […]

May 25, 2021 No Comments

NLP Tutorial: Movie Recommendation System Using BERT

Recommendation systems are built to generate recommendations for particular item. On ecommerce websites like Amazon, we get product recommendations and on youtube, we get video recommendations. Nowadays, recommendations systems are being used on many more content rich websites like news, movies, blogs, etc. Here is our own try to create a Natural Language Processing (NLP) […]

March 28, 2021 6 Comments

Question and Answering System Using GPT3

Since OpenAI launched GPT-3, we have been seeing numerous applications with various functionalities developed using GPT3. Recently GPT-3 added new feature of Question Answering system which we took for a spin to check how it works. In our experimentation with small data, the system looks pretty promising. It is fetching answers quite accurately from small data. In future, […]

March 10, 2021 No Comments

How To Get Transcript Of YouTube Video Using Python

Introduction In this blog, we will see how to fetch the text/caption/transcription of all videos from a particular YouTube channel. For that, we need YouTube data API v3 and the channel ID of the channel for which we want to fetch the captions. Below are the steps to fetch the caption of all videos, if […]