Abhishek Kumar Gupta·Jul 5Building RAG Systems with Qdrant: An Operational Deep DiveVector databases have become a core component of modern AI systems, especially Retrieval-Augmented Generation (RAG) applications. While…
Abhishek Kumar Gupta·Jun 7Building a Local AI Research Assistant for Health & Supplement Research Using RAGWire, Ollama…The explosion of research papers in health, fitness, sports science, and supplementation makes it increasingly difficult to locate relevant…
Abhishek Kumar Gupta·May 17From Training a Pneumonia Detection Model to Deploying It with FastAPI, Docker, and KubernetesArtificial Intelligence is no longer limited to research labs. Today, developers can build and deploy real AI applications directly from…
Abhishek Kumar Gupta·Mar 22Machine Learning Model Comparison Using the Penguins DatasetLogistic Regression, Naive Bayes, Decision Tree, and KNN performance analysis with pre-processing and scaling
Abhishek Kumar Gupta·Mar 1🧠 Brain Tumor Classification Using DenseNet169Designing a Transfer Learning Pipeline for MRI-Based Tumour Detection with TensorFlow
Abhishek Kumar Gupta·Feb 22How to Handle JWT Token Expiration in RTK Query (Automatic Re-Auth & Retry)A Production-Ready Approach to Silent Token Refresh in React Applications
Abhishek Kumar Gupta·Jan 11Building a Pizza vs Steak Image Classifier Using TensorFlow (End-to-End CNN Project)Computer Vision is one of the most exciting applications of Deep Learning. This weekend, I built an end-to-end image classification…
Abhishek Kumar Gupta·Dec 28, 2025Building a Multi-Class Dermatology Disease Classifier Using TensorFlowMedical datasets are often messy, imbalanced, and difficult to model correctly — which makes them ideal for applied machine learning…
Abhishek Kumar Gupta·Dec 14, 2025From Telemedicine Data to Heart Disease Prediction Using ANN (A Practical Walkthrough)Early detection of heart disease is one of the most impactful areas where AI can support healthcare — especially in telemedicine, where…
Abhishek Kumar Gupta·Dec 6, 2025⭐ From Data to Predictions: How I Built an ANN Sentiment Model Using IMDB ReviewsAn end-to-end walkthrough of building, training, and testing a neural network for movie review sentiment analysis.