Amit Singhdevopswithamit.hashnode.dev·19 hours agoMastering Docker for DevOps: Multi-Stage Builds, Docker Hub, and Image CleanupIntroduction Docker has changed the way we build, ship, and deploy applications. It provides a lightweight, consistent environment that works across different machines and platforms. For DevOps professionals, understanding multi-stage builds, Docker ...Devops
Samuel Adebayosamueladebayo.com·Feb 9, 2025Can AI see Alzheimer's before Symptoms appear?One of the interesting research projects I collaborated on with colleagues in China last year was using vision to predict the tendency of developing Alzheimer’s disease. We used images from diverse clinical datasets, which gave us a base and provided...1 likeComputer Vision2DCNN
Harikrishna Marampellytheaichronicles.hashnode.dev·Feb 3, 2025Beyond Text: The Rise of Multimodal AI and its ImpactThe world is a symphony of sensory experiences. We don't just understand things through words; we use our sight, hearing, and even touch to build a rich understanding of our environment. For years, AI has primarily focused on processing text, creatin...#multimodalai
Himanshu Mauryahimanshumaurya.hashnode.dev·Feb 1, 2025Talking to Pathology ImagesThe field of Vision-Language Models (VLMs) has witnessed a rapid surge, with diverse approaches emerging, including MultiModal Large Language Models (MLLMs) and Large Multimodal Models (LMMs). Notable examples of these models include Flamingo, LLaVA,...20 likes·879 readsfoundational models
Joy Tari-Bagshawthejoyoftech.hashnode.dev·Jan 29, 2025AI and Accessibility: Building Inclusive AI Solutions for EveryoneImagine a world where technology doesn’t just make life easier for some, but for everyone—regardless of ability. That’s the promise of AI when built with accessibility in mind. At a recent AI and Education for Skills Development and Career Readiness ...10 likesArtificial Intelligence
Rohan Shrivastava30days30aitools.hashnode.dev·Jan 28, 2025Day 25: Designify AI🚀As part of my 30-Day AI Tool Challenge, I explored Designify AI, a cutting-edge tool designed to transform images and create stunning designs effortlessly. Here's a detailed look at what makes Designify AI unique, my experiences with its features, a...designify
Krish Rathorwasm.hashnode.dev·Jan 25, 2025Image Processing With Rust, WebAssembly, Js and HtmlIn this article, we will be taking a look at how we can create a image processor using WebAssembly and react. This will be running completely on client side. The goal of this article is to understand how we can utilize the power of assembly to run he...33 likes·108 readswebdev
Panth Patelhow-is-my-backend.whiteloves.in·Jan 15, 2025How I generated Heatmaps 100x fasterMy company spent a bunch of months building the backend for Heatmap. Here's how it went down: we used the IDW algorithm with wind speed and direction to figure out the value for each spot. We set up a heatmap config in our database. A cron job ran ...heatmap
IImt Collegeiimgroupofcolleges.hashnode.dev·Jan 15, 2025Image Processing: An OverviewImage processing refers to the manipulation or modification of digital images using various algorithms and techniques. It is a broad field that includes a wide variety of methods for enhancing, altering, or extracting useful information from images. ...iimt
Neha Bhardwajnehabhardwaj.hashnode.dev·Jan 9, 2025Moving Forward with Docker Architecture: Exploring the Core ComponentsDocker Architecture Docker architecture is made up of a few key components that work together to make containerization easy and efficient such as Docker Engine, Docker Client, Docker Daemon etc. Docker Client This is the interface where users intera...Docker