The Ultimate Guide to Setting Up Next.js and FastAPIIn this article, we will show you how to incorporate a FastAPI project into a Next.js application and deploy the entire project on Vercel.Jul 4, 2023Jul 4, 2023
Chat with an Excel dataset with OpenAI and LangChainIn the article, I take you through how you can talk to any .csv dataset using LangChain and OpenAI api, in just about 10 lines of code.Apr 8, 20233Apr 8, 20233
Flask For Data Scientists : Building a Searchable File DirectoryYou do not have to be an expert python web developer, but the using flask and the ability to build simple but powerful web apps with it…Apr 8, 2021Apr 8, 2021
How to Analyze A/B Test Results?In this article, I will take you through analysing a hypothetical A/B Test conducted by a mobile game developer.Jul 15, 2020Jul 15, 2020
How do I learn difficult subjects?If you strive to be the best version of yourself, this post is for you.Jan 9, 2020Jan 9, 2020
Prediction Intervals in Forecasting: Quantile Loss FunctionIn most real world prediction problems, the uncertainty in our predictions provides significant valueSep 5, 20193Sep 5, 20193
Deploying Scikit-Learn Models using Google ML EngineIn this tutorial, we will go through the above ML Workflow end-to-end, resulting in a working model deployed on the cloud.Mar 22, 2019Mar 22, 2019
Handling Out-of-Vocabulary Words in Natural Language Processing based on ContextWord Embeddings encode the relationships between words through vector representations of the words. These word vectors are analogous to…Oct 28, 20183Oct 28, 20183