January 2, 2023 No Comments

Prompt Tuning For Large Language Models With Inference

Introduction Prompt tuning is a technique that uses frozen pre-trained language models to downstream tasks that minimize per-task storage and memory usage during the training phase and this is useful for Large Language Models (LLMs) such as GPT2, T5, GPT-J, GPT-NEO, GPT-NEOX, GPT-20B, GPT3, etc where the model is so large that fine-tuning becomes difficult […]

December 30, 2022 No Comments

Optical Character Recognition With Hugging Face Spaces

What is Hugging Face Hub? The HuggingFace Hub is a platform that allows developers to store and share code, as well as collaborate on Machine Learning projects. It hosts Git-based repositories, a type of version-controlled storage where developers can keep all of their project files. Developers can upload and access cutting-edge models for natural language processing, computer […]

June 24, 2022 No Comments

Automate Messages Using WhatsApp Business API & Flask – Part 1

WhatsApp Business API has been available for a long but the access was provided to selected businesses only or we had to purchase it via designated third-party vendors. After a long wait, finally WhatsApp Business API is made accessible to all the businesses! This will open up opportunities for many small-scale businesses who would like […]

June 24, 2022 No Comments

How To Integrate Dialogflow ES API To Add NLP Capabilities In Your Chatbot?

In our previous tutorial, we have demonstrated how to create chatbots using Python for various channels such as: Telegram Discord Facebook Messenger Slack Whatsapp API Now, all those bots would be good but they will have one limitation. They don’t have NLP capabilities. So, based upon user’s inputs, we’ll be able to provide fixed answers […]

April 19, 2022 No 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 1 Comment

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 No 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 No 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 […]