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

April 7, 2022 No Comments

Exploring The Text Generation With GPT-NeoX

In a quest to open source GPT-3 like 175B parameters model, EletutherAI has been doing instrumental work and releasing one model after another. The latest one to come out from their magic box is GPT-NeoX! What is GPT-NeoX? GPT-NeoX or GPT-NeoX-20B model is an Autoregressive Language Model. It is a 20 Billion parameters model trained […]

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

September 9, 2021 No Comments

Experimenting With OpenAI Codex

If AI can write articles then why can’t it write programming code?  Well, it can! OpenAI Codex is an NLP (Natural Language Processing) model that translates natural language into code. It is a direct descendant of GPT-3 that has been trained on both natural language and billions of lines of code. It is the strongest in Python […]

September 3, 2021 No Comments

Use GPT-J 6 Billion Parameters Model With Huggingface

In a quest to replicate OpenAI’s GPT-3 model, the researchers at EleutherAI have been releasing powerful Language Models. After GPT-NEO, the latest one is GPT-J which has 6 billion parameters and it works on par compared to a similar size GPT-3 model. In terms of zero-short learning, performance of GPT-J is considered to be the best compared […]

July 6, 2021 1 Comment

Appointment Booking Chatbot For Hospitals / Clinics

This pandemic has really taught us so many lessons. Among all the bad things that happened during these terrible times, one thing that proved to be a savior to mankind is the innovation and investment done in the Healthcare IT sector. After the contribution of our frontline workers, Healthcare IT has proved to be the […]

June 7, 2021 No Comments

Introducing MachineWrites.com – Let AI Help You Write Better

The rise of Artificial Intelligence and Machine Learning has significantly influenced how we deal with everyday problems and how different industries function. So many business approaches have been changed after the introduction of AI-enabled solutions, and the content writing industry is also impacted. Writing is not an easy task! Whether you are a freelance writer, […]

May 31, 2021 No Comments

How To Implement Semantic Search Using OpenAI GPT3

Generative Pre-trained Transformer 3 (GPT-3) is an autoregressive language model used for text generation created by OpenAI. GPT-3 showed the amazing potential for a really smart language model to generate text and has the ability to do amazing task such as Question-Answering, Summarization, Semantic Search, Chatbot, Writing poetry, or an essay. Among them, we have […]