排序
CocoDetection in PyTorch (2)
CocoDetection in PyTorch (2),Buy Me a Coffee *Memos: My post explains CocoDetection() using train2014 with captions_train2014.json, instances_train2014.json and person_keypoints_tr...
CocoDetection in PyTorch (1)
CocoDetection in PyTorch (1),Buy Me a Coffee *Memos: My post explains CocoDetection() using train2017 with captions_train2017.json, instances_train2017.json and person_keypoints_tr...
Dots Simulation using Genetic Algorithm – Part 1
Dots Simulation using Genetic Algorithm - Part 1, Dots Simulation (2 Part Series) 1 Dots Simulation using Genetic Algorithm - Part 1 2 Dots Simulation using Genetic Algorithm - Par...
Automating Word Document Creation with Python and FastAPI (Using python-docx-template)
Automating Word Document Creation with Python and FastAPI (Using python-docx-template), Ever needed to create a Word document filled with specific content? Better yet, have you wis...
Efficient Batch Writing to DynamoDB with Python: A Step-by-Step Guide
Efficient Batch Writing to DynamoDB with Python: A Step-by-Step Guide,When working with AWS DynamoDB, especially for applications that need to handle large volumes of data, efficie...
DAY 2 (CODING JOURNEY)
DAY 2 (CODING JOURNEY),So you might be wondering who begins day 2 without day1 but....I am that random idiot to lazy to write day 1.So today, I am going to continue with what I sta...
Dictionary Unpacking in Python!
Dictionary Unpacking in Python!,Hey there, Python enthusiasts! Let's talk about the coolest and most underrated tricks in Python that I discovered today: dictionary unpacking (a.k....
Building AI Agents for Automated Trading Systems Using .NET C# Semantic Kernel, Azure AI Services, and Azure Functions
Building AI Agents for Automated Trading Systems Using .NET C# Semantic Kernel, Azure AI Services, and Azure Functions,In the dynamic world of financial trading, leveraging Artific...
Crafting Fun with Code: My Journey Building the Hangman Game ️
Crafting Fun with Code: My Journey Building the Hangman Game ️,Repo link : https://github.com/anikchand461/Hangman-Game What motivated me to start blogging ? This is my first blog...
Boost Your App Performance by 10x with Redis Caching!
Boost Your App Performance by 10x with Redis Caching!,Is your app slowing down under heavy traffic? Say goodbye to sluggish responses and hello to lightning-fast performance! In ou...
How to Build AI Agents That Can Use Any Website
How to Build AI Agents That Can Use Any Website,One of the main problems I've faced when building AI agents for the past two years is: How do I reliably give my AI agent access to ...
Fit vs Fit_transform
Fit vs Fit_transform,Have you ever wondered whats the difference between fit() and fit_transform(). you must have came across these 2 functions somewhere while preprocessing your d...