Python


Server-Sent Events for Push-Notifications on FastAPI

Server-Sent Events for Push-Notifications on FastAPI

How to build a basic FastAPI service to implement push-notification functionality.

PythonFastapiServer side events
DeepFake Face-Swap in Video with Pytorch and OpenCV

DeepFake Face-Swap in Video with Pytorch and OpenCV

How to build a face swap program project using both Pytorch and OpenCV.

Computer visionDeepfakeArtificial intelligence
PCAP — Certified Associate in Python Programming — Yet Another IT Certification Review

PCAP — Certified Associate in Python Programming — Yet Another IT Certification Review

PythonPython ProgrammingPcap
Dockerizing Plotly/Dash

Dockerizing Plotly/Dash

How to Dockerize Dash in a Docker Image

DockerDashboard designDash plotly
Single Object Detection with PyTorch Step-by-Step

Single Object Detection with PyTorch Step-by-Step

Finding the center of the fovea in medical eye images from the iChallenge-AMD competition.

PythonComputer visionObject detection
Proper Way of Using Google Authentication with Django and Django-allauth.

Proper Way of Using Google Authentication with Django and Django-allauth.

DjangoAuthenticationDjango Allauth
Effortless Exception Error Handling in FastAPI: A Clean and Simplified Approach

Effortless Exception Error Handling in FastAPI: A Clean and Simplified Approach

Implementing a middleware that displays the errors in a more concise and organized manner.

Python programmingFastapiProgramming
Managing API Keys and Secrets in Python Using the Dotenv Library: A Beginner’s Guide

Managing API Keys and Secrets in Python Using the Dotenv Library: A Beginner’s Guide

A guide to using the library python-dotenv for managing API keys and secrets.

PythonProgramming"Coding
Python Inline Commands and Lambda Functions: Streamlining Your Code

Python Inline Commands and Lambda Functions: Streamlining Your Code

Inline CommandsLambda FunctionsShort Syntax
How to Generate Word Embedding Using BERT ?

How to Generate Word Embedding Using BERT ?

Transformer ModelBertPython