Uday Blog

udayageek

udayageek

Adding JWT In WordPress Rest API

JWT (JSON Web Token) Authentication is a secure method used to authenticate users when accessing the WordPress REST API. Instead of sending the username and password with every request, the user logs in once and receives a token. This token…

Augmentation Reality Holi

This project uses Augmented Reality to create an interactive Holi festival experience. By scanning a specific image or logo, users can view dynamic 3D effects, colors, and animations overlaid in the real world. How to experience? Step 1: Visit …

Proof Data Extraction

A high-performance OCR system is now available to extract key information from Aadhaar and PAN cards, streamlining KYC and digital onboarding workflows. The system extracts: Security-first architecture: Designed to run on local servers, the system ensures that sensitive identity data…

PyFaceCrop

PyFaceCrop library identifying the faces in the video and cropping the face, Published in the PyPI repo. It is the opensource library written in python. Problem statement: It solve the problem of creating the image dataset from the video, For proceeding the face identification using the computer…

RAG

Retrieval-Augmented Generation, commonly called RAG, is an artificial intelligence framework that combines the power of large language models with external knowledge sources to generate more accurate, relevant, and up-to-date responses. Instead of relying only on information learned during training, a RAG…