PinnedAtinesh Singh·Jan 19, 2025Building a Retrieval Augmented Generation (RAG) ChatbotIn this blog, we will explore how to build a Retrieval Augmented Generation (RAG) Chatbot that allows users to interact with their data. By…
Atinesh Singh·Jun 27Stop Choosing Between Quality and Speed: A Hybrid Z-Image ComfyUI Workflow (Z-Image Base + Turbo)Every Z-Image user eventually runs into the same trade-off. The Turbo model is incredibly fast and consistently produces high-quality…
Atinesh Singh·Jul 13, 2025Claude Personal AI AssistantIn this blog, I’ll showcase how to build a personal AI assistant that can provide information regarding your emails, calendar events, and…
Atinesh Singh·Jan 25, 2021Installing multiple CUDA Libraries in the same machineIf you are in a situation where you need to use multiple CUDA libraries in the same machine because maybe you are experimenting with some…
Atinesh Singh·Jan 25, 2021Installing CUDA Library in Ubuntu 18.04In this blog, I will demonstrate how to install CUDA 10.0 library in Ubuntu 18.04
Atinesh Singh·Jan 25, 2021Configuring virtual environment for Jupyter notebookJupyter notebook is an open-source web application that helps in creating documents with text, code, mathematical equations, plots, etc…
Atinesh Singh·Apr 14, 2019Caffe Installation on Ubuntu 18.04 LTS (Python 3.6)In this blog, I will guide you to install caffe by building it from source.
Atinesh Singh·Apr 14, 2019Caffe Installation on Ubuntu 18.04 LTS (Python 2.7)In this blog, I will guide you to install caffe by building it from source.A response icon1A response icon1
Atinesh Singh·Mar 26, 2019Ubuntu tips and tricks: Configuring multiple gcc in same Ubuntu machineRecently while building Caffe, I got into the position where I had to downgrade gcc, If you are in such position then this post will be a…
Atinesh Singh·Aug 31, 2018Setting up GUI on Amazon EC2 Ubuntu Server — Part IIThis post is part of a series; please check Part I before proceeding with the steps outlined below.