R wrapper for cowin API
In this article you will see how you can check vaccine slots on cowin site using R programming. This article is mainly for Indian residents as cowin website is for booking vaccine slots for Indian...
View ArticleGet Live Stock Market Data from NSE
In this post we will talk about how you can fetch real time Indian Stock Market Data from National Stock Exchange of India (NSE). It includes data for equities, indices and derivatives (futures and...
View ArticleShiny : Search Bar with Suggestions
Search Bar is a common feature available in any popular website or app. Most of the websites show suggestions in real time as soon as user starts typing in the search bar. It improves user experience...
View ArticleExcel like Filter in Shiny
This post talks about how to implement excel like filtering and sorting menu in shiny application. Most of the stakeholders are very comfortable with MS Excel and generally demands similar kind of...
View ArticleR wrapper for Google Photos API
This post explains how you can use google photos library API via R programming. You can use this API to create new album and upload pictures to that album and share them with others. You can also fetch...
View ArticleOnly size-1 arrays can be converted to Python scalars
Numpy is one of the most used module in Python and it is used in a variety of tasks ranging from creating array to mathematical and statistical calculations. Numpy also bring efficiency in Python...
View ArticleHow to Fix R Error : $ operator is invalid for atomic vectors
R has gained popularity among data scientists and statisticans in last few years. Popular R packages are developed after rigorous testing and returns error messages with more explanation which is easy...
View ArticleExcel : How to Count Consecutive Positive / Negative Numbers
Suppose you have data consisting of both positive and negative numbers. You need to calculate the number of consecutive negative numbers in Excel. It's easy to count the negative numbers in a list but...
View ArticleRegion Proposal Network (RPN) : A Complete Guide
This tutorial includes detailed step by step guide of how Region Proposal Network (RPN) works. It is mainly used in RCNN family for object detection. Those who are familiar with RCNN, they might...
View ArticlePointwise mutual information (PMI) in NLP
Natural Language Processing (NLP) has secured so much acceptance recently as there are many live projects running and now it's not just limited to academics only. Use cases of NLP can be seen across...
View ArticlePollution in India : Real-time AQI Data
Air pollution has become a serious problem in recent years across the world. Effects of Air Pollution is devastating and its harmful effects are not just limited to Humans but also animals and plants...
View ArticleVBA : Change formulas reference
Let's say you have an excel worksheet which contains a lot of formulas and you are asked to change reference of formulas from relative to absolute. This seems to be an easy task at first sight but...
View ArticleChatGPT Isn't a Smart Analyst
ChatGPT has been trending on social media platforms. It has crossed one million users in just a week time. Those who haven't heard about ChatGPT, it's a large language model trained by OpenAI. In...
View ArticleHow to run ChatGPT inside Excel
In this post, we will talk about how to run ChatGPT inside MS Excel. Popularity of ChatGPT is growing day by day. It has a variety of use cases ranging from healthcare to banking domain. OpenAI...
View ArticleRun ChatGPT inside SAS
In this post, you will learn how to use ChatGPT within SAS. As compared to the Python and R community, there hasn't been much discussion within the SAS community about integrating ChatGPT into their...
View ArticleComplete Guide to Visual ChatGPT
In this post, we will talk about how to run Visual ChatGPT in Python with Google Colab. ChatGPT has garnered huge popularity recently due to its capability of human style response. As of now, it only...
View ArticleHow ChatGPT-4 Aced SAS Certification with 93% score
This post will discuss how ChatGPT-4 smashed the Base SAS Certification with a score of 93.4% in only half the time allotted for the exam.GPT-4 is a huge improvement over the prior version GPT-3.5....
View ArticleOpen Source ChatGPT Models: A Step-by-Step Guide
In this article we will explain how Open Source ChatGPT Models works and how you can run them. We will cover two different open source models, namely Alpaca and GPT4All. The purpose of this article is...
View ArticleOpen Source GPT-4 Models Made Easy
In this post we will explain how Open Source GPT-4 Models work and how you can use them as an alternative to a commercial OpenAI GPT-4 solution. Everyday new open source large language models (LLMs)...
View ArticleHow to Build ChatGPT Clone in Shiny
In this post we will cover how you can develop your own ChatGPT clone with shiny. Since the release of ChatGPT, Chatbots are becoming more popular day by day. You can build them to interact with...
View Article