Python
Building a Custom Object Detection Model with TensorFlow
A Beginner’s Guide for Leveraging Transfer Learning to maximize efficiency in Object Detection.
Create A Graph with 2 Legends
How to create a graph in Python with two legends using matplotlib and the legend() function.
RapidFuzz versus FuzzyWuzzy
String matching with Python
Buckle Up Your For-Loops, Or Speeding Up Iterations in Python
Faster Alternatives to Python’s Standard For Loop Implementations
How to Mock FastAPI Dependencies in pytest
This post explains how to mock your API dependencies while testing. While creating routes in fastapi, we usually add dependencies for various reasons. To name a few, decoding a jwt token or parsing a…
Building a Python API and Fetching it in React: A Step-by-Step Guide
How to create an API in Python using the Flask library and fetch it from a React application using Axios.
Perform Sentiment Analysis on Tweets Using Python
How to perform sentiment analysis on tweets using pandas, NumPy and seaborn — and how to best obtain tweet data.
File Storage with FastAPI
A Guide to Using Advanced FastAPI Dependency Injection for File Storage
Pandas Read_Sql With Variable Parameters — Alternative Way
Call MS SQL Stored Procedure with Parameters in Python