DataGeekthecodecosmos.hashnode.dev·Jan 30, 2025How to Implement DeepSeek Using Groq Cloud and Ollama🚀 Introduction The AI landscape is evolving at ⚡ lightning speed, and DeepSeek is the latest contender shaking things up! If you’ve been hunting for a powerful, efficient, and cost-effective alternative to ChatGPT, you might have just found your ne...7 likesGenAIDeepseek
Taufiqtaufiq.hashnode.dev·Jan 11, 2025Hacks to use Google Colab Free GPU on Local VS Code or Terminal for InferenceAs an AI/ML practitioner, you've probably experienced the challenges of GPU access. While platforms like Google Colab and Kaggle offer free GPU support for training and fine-tuning models through notebooks, things get complicated when you need to bui...29 readsllm
GreenFluxblog.greenflux.us·Nov 23, 2024Extracting All Images From A Google Doc Using PythonGoogle makes it as easy as possible to add new images to a Google Doc, with options like drag-and-drop, paste from clipboard, insert from Drive/URL, etc. But they make it surprisingly hard to get the images back out! I’ve written about this before [b...67 readsPython
Anix Lynchgozeroshot.dev·Oct 29, 2024From Setup to Inference: Running Language Models on Google Colab GPU with LangChain1. Initial Setup: Checking for GPU Availability # Import torch library, which is essential for deep learning tasks in PyTorch import torch # Determine if a GPU is available and set the device accordingly device = "cuda" if torch.cuda.is_available() ...langchain
Anix Lynchgozeroshot.dev·Oct 29, 2024Hugging Face & Google ColabHow do I integrate Hugging Face with Google Colab? Integrating Hugging Face with Google Colab is simple and powerful, especially with Hugging Face’s transformers library. Here’s a step-by-step guide to get started: Step 1: Install Hugging Face Libra...108 readsGoogle Colab
Innocent Ezamaezama.hashnode.dev·Sep 17, 2024Global COVID-19 Vaccination Progress: Analysis, Insights & RecommendationsIntroduction As part of my journey in data analysis, I explored the global vaccination progress against COVID-19 using data from February 2021 to January 2022. The dataset provided a snapshot of a critical phase in the global fight against the pandem...Python
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 12, 20245.Vector Stores: Efficient Storage and Retrieval for EmbeddingsIn this continuation of our series of Retrieval-Augmented Generation (RAG), we will learn about the final step of the ingestion pipeline—vector stores. Previously, we covered embeddings in detail, from understanding what they are to implementing them...12 likes·57 readsImplementing RAG systems from Scratch in-depthTutorial
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 3, 20243. Legal AI Assistant Chatbot: Solving Real Challenges in Legal Researchin this series of building generative AI applications today we will be discussing about Legal AI Assistant Chatbot. Live Running App : https://huggingface.co/spaces/mfahadkhan/Legal_AI_Assistant Below is the video demo Overview: The Legal AI Assist...33 readsBuilding Generative AI applicationschatbot
Nimba Oyuginimbaoyugi.hashnode.dev·Aug 4, 2024Data Analytics: Techniques and ToolsIn this modern world today businesses rely on Data analytics every day to make informed decisions and optimize operations. Data analytics involves examining raw data to uncover patterns, draw conclusions, and support decision-making. What is Data Ana...Tablea
Sammith S Bharadwajsammith.hashnode.dev·Jul 4, 2024Understanding semantic searchIntroduction During my college days, one of the electives I had chosen was algorithms for information retrieval, it was a pretty fun course, learnt about how webpages are ranked while retrieving, cold start problem and how companies like netflix tack...38 readssemantic search