{"id":119,"date":"2025-08-24T17:49:57","date_gmt":"2025-08-24T12:19:57","guid":{"rendered":"https:\/\/vikashmishra.online\/blogs\/?p=119"},"modified":"2025-08-24T17:49:57","modified_gmt":"2025-08-24T12:19:57","slug":"run-powerful-ai-on-your-pc-my-hands-on-experience-with-ollama-and-small-language-models-10-minute-read","status":"publish","type":"post","link":"https:\/\/vikashmishra.online\/blogs\/run-powerful-ai-on-your-pc-my-hands-on-experience-with-ollama-and-small-language-models-10-minute-read\/","title":{"rendered":"Run Powerful AI on Your PC: My Hands-On Experience with Ollama and Small Language Models (10-Minute Read)"},"content":{"rendered":"\n<p>Hey everyone! Ever felt curious about playing around with Artificial Intelligence, but thought it needed a supercomputer that costs a fortune? Well, I&#8217;m here to share my personal journey of diving into the world of AI right on my regular PC, thanks to a fantastic tool called <strong>Ollama<\/strong> and the magic of <strong>small language models (SLMs)<\/strong>. For us in India, access to powerful and private AI is becoming increasingly important, and this method offers just that. Trust me, if I can do it, anyone can! Let&#8217;s get started on this exciting adventure. \ud83d\ude80<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">My &#8220;Aha!&#8221; Moment with Local AI<\/h3>\n\n\n\n<p>Like many of you, I&#8217;ve been fascinated by the buzz around AI. Tools like ChatGPT are incredible, but the thought of running something similar, completely privately, on my own machine always seemed like a distant dream. Concerns about data privacy and the need for constant internet access were always at the back of my mind.<\/p>\n\n\n\n<p>Then, I stumbled upon <strong>Ollama<\/strong>. It was like a lightbulb went off! This open-source tool promised a simple way to download, run, and manage large language models (LLMs) locally. My initial thought was, &#8220;Yeah, right. My PC can barely handle some games.&#8221; But as I dug deeper, I discovered the world of <strong>small language models<\/strong>. These are AI models that are intentionally designed to be efficient and lightweight, making them perfect for running on everyday computers without needing top-tier GPUs or massive amounts of RAM.<\/p>\n\n\n\n<p>My &#8220;aha!&#8221; moment came when I successfully ran my first model. The feeling of having a conversational AI running purely on my laptop, without any internet connection, was truly empowering. It opened up a whole new world of experimentation and learning, all within the secure confines of my own device.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Step-by-Step: How I Got My First AI Model Running Locally<\/h3>\n\n\n\n<p>Let me walk you through the exact steps I took to get my first small language model up and running using Ollama. It\u2019s simpler than you might think!<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">1. Installing Ollama: The Easy First Step<\/h4>\n\n\n\n<p>The first step was to get Ollama installed on my PC. I headed over to the official Ollama website (it&#8217;s super easy to find with a quick Google search). They have clear installation instructions and download links for Windows, macOS, and Linux. Since I&#8217;m on Windows, I downloaded the <code>.exe<\/code> file. The installation process was a breeze \u2013 just a few clicks, and Ollama was ready to go. It even runs a little server in the background without you having to do anything complicated.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">2. Opening the Command Line: Your Gateway to AI<\/h4>\n\n\n\n<p>Ollama works through your computer&#8217;s terminal or command prompt. Think of it as a direct line to your system.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>For Windows users:<\/strong> Just type &#8220;cmd&#8221; or &#8220;Command Prompt&#8221; in your Start Menu search bar and click on it.<\/li>\n\n\n\n<li><strong>For macOS\/Linux users:<\/strong> Open the &#8220;Terminal&#8221; application (you can usually find it in your Utilities folder).<\/li>\n<\/ul>\n\n\n\n<p>Don&#8217;t be intimidated by the command line! We&#8217;ll only be using a few simple commands.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">3. Choosing the Right Small Model: Efficiency is Key<\/h4>\n\n\n\n<p>This is where the magic of running AI on a regular PC truly shines. Instead of aiming for massive, resource-hungry models, we focus on <strong>small language models (SLMs)<\/strong>. These models are trained on vast amounts of data but are optimized for speed and efficiency.<\/p>\n\n\n\n<p>I browsed the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"https:\/\/ollama.com\/library\">Ollama library<\/a>. It&#8217;s like an app store for AI models! I was looking for models with parameter counts in the billions (indicated by &#8216;B&#8217;), rather than tens or hundreds of billions. Based on recommendations and their descriptions, I decided to start with <strong>Phi-3 Mini (3.8B)<\/strong>. It&#8217;s known for its impressive performance despite its small size. Other great options include <strong>Gemma (2B or 7B)<\/strong> by Google and <strong>Llama 3 (8B)<\/strong> by Meta.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">4. Running Your First AI Model: The Exciting Part!<\/h4>\n\n\n\n<p>Now for the moment of truth! In my command prompt, I typed the following command:<\/p>\n\n\n\n<p>&lt;pre&gt;&lt;code class=&#8221;language-bash&#8221;&gt;ollama run phi3 &lt;\/code&gt;&lt;\/pre&gt;<\/p>\n\n\n\n<p>(Of course, if you choose a different model, you&#8217;d replace <code>phi3<\/code> with the model&#8217;s name, like <code>ollama run gemma:2b<\/code> or <code>ollama run llama3:8b<\/code>).<\/p>\n\n\n\n<p>The first time you run this command for a particular model, Ollama will automatically download it from the internet. This might take a few minutes, depending on your internet speed. Grab a cup of chai while you wait! \u2615<\/p>\n\n\n\n<p>Once the download is complete, you&#8217;ll see a <code>&gt;&gt;&gt; Send a message<\/code> prompt. This is it! You&#8217;re now interacting with an AI model running locally on your PC. I typed a simple greeting, and the model responded almost instantly. I was amazed! I then asked it to summarize a short article I had, and it did a pretty good job.<\/p>\n\n\n\n<p>To end the conversation, just type <code>\/bye<\/code> and press Enter.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">My Go-To Small Language Model Recommendations for Indian Users<\/h3>\n\n\n\n<p>Based on my experience, here are some small language models that I found particularly good for getting started, keeping in mind the kind of tasks we might commonly need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Phi-3 Mini (3.8B):<\/strong> Excellent all-rounder. Great for creative writing, summarizing text, answering questions, and even some basic coding tasks. Its smaller size makes it very responsive.<\/li>\n\n\n\n<li><strong>Gemma (2B):<\/strong> If you have a slightly older PC or want something incredibly lightweight, Gemma 2B is a fantastic choice. It&#8217;s surprisingly capable for its size and can handle basic natural language tasks efficiently.<\/li>\n\n\n\n<li><strong>Llama 3 (8B):<\/strong> While slightly larger than Phi-3 Mini, Llama 3 8B offers a noticeable step up in performance for more complex tasks. It\u2019s a good balance between capability and resource usage.<\/li>\n<\/ul>\n\n\n\n<p>Remember to check the Ollama library for the exact command to run each specific version of these models (e.g., <code>ollama run gemma:7b<\/code>).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Level Up Your Local AI Experience: Essential Resources<\/h3>\n\n\n\n<p>To help you on your journey with Ollama and local AI, here are some fantastic resources I found incredibly helpful:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Official Ollama Documentation:<\/strong> This is your primary source for all things Ollama. You&#8217;ll find detailed instructions, command references, and guides on more advanced features: <a href=\"https:\/\/www.google.com\/search?q=https:\/\/ollama.com\/docs\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/ollama.com\/docs<\/a><\/li>\n\n\n\n<li><strong>Ollama Model Library:<\/strong> Keep exploring this page to discover new and interesting small language models: <a href=\"https:\/\/ollama.com\/library\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/ollama.com\/library<\/a><\/li>\n<\/ul>\n\n\n\n<p>And here are some engaging video tutorials that can guide you visually:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Run AI Models Locally: Ollama Tutorial (Step-by-Step Guide + WebUI):<\/strong> This video provides a clear visual walkthrough of installing Ollama and running models, and even touches upon using a web interface for a more user-friendly experience: <a href=\"https:\/\/www.google.com\/search?q=%5Bhttps:\/\/www.youtube.com\/watch%3Fv%3DLb5D892-2HY%5D(https:\/\/www.youtube.com\/watch%3Fv%3DLb5D892-2HY)\" target=\"_blank\" rel=\"noreferrer noopener\">!(https:\/\/i.ytimg.com\/vi\/Lb5D892-2HY\/mqdefault.jpg)<\/a><\/li>\n\n\n\n<li><strong>Learn Ollama in 15 Minutes:<\/strong> A concise and quick introduction to the basics of Ollama: <a href=\"https:\/\/www.youtube.com\/watch?v=UtSSMs6ObqY\" target=\"_blank\" rel=\"noreferrer noopener\">!(https:\/\/i.ytimg.com\/vi\/UtSSMs6ObqY\/mqdefault.jpg)<\/a><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Why This Matters for Us in India<\/h3>\n\n\n\n<p>Running AI models locally has significant benefits, especially for users in India:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Data Privacy:<\/strong> Your interactions and data stay on your computer, crucial for sensitive information.<\/li>\n\n\n\n<li><strong>Offline Access:<\/strong> No need for a constant internet connection, which can be unreliable in some areas.<\/li>\n\n\n\n<li><strong>Cost Savings:<\/strong> Once the models are downloaded, there are no recurring costs associated with usage.<\/li>\n\n\n\n<li><strong>Learning and Experimentation:<\/strong> It provides a fantastic platform for students, developers, and anyone curious about AI to learn and experiment without relying on external services.<\/li>\n<\/ul>\n\n\n\n<p>My experience with Ollama and small language models has been incredibly positive. It&#8217;s empowering to have access to AI capabilities right on my PC, privately and affordably. I encourage all of you to give it a try. It&#8217;s a fantastic way to explore the exciting world of artificial intelligence without needing a high-end machine. Share your experiences in the comments below \u2013 I&#8217;d love to hear about the models you try and the cool things you do with them! Happy AI exploring! \ud83d\ude0a<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hey everyone! Ever felt curious about playing around with Artificial Intelligence, but thought it needed a supercomputer that costs a fortune? Well, I&#8217;m here to share my personal journey of diving into the world of AI right on my regular PC, thanks to a fantastic tool called Ollama and the magic of small language models [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":120,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[57,33,54,55,56,35,116,53,58],"tags":[166,158,164,160,151,157,152,155,165,149,153,148,159,163,161,154,162,150,156],"class_list":["post-119","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-tools","category-automation","category-diy-tech","category-home-automation","category-iot","category-open-source","category-personal-experience","category-personal-tech","category-productivity","tag-ai-for-personal-use","tag-ai-for-students","tag-ai-in-india","tag-ai-on-my-computer","tag-free-ai-models","tag-gemma","tag-llama-3","tag-local-ai","tag-local-llm","tag-offline-ai","tag-ollama","tag-ollama-for-beginners","tag-ollama-tutorial","tag-phi-3-mini","tag-private-ai","tag-run-ai-locally","tag-run-ai-on-pc","tag-small-language-models","tag-technology-blog-india"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/AI-Ollama-Hands-on.png","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":64,"url":"https:\/\/vikashmishra.online\/blogs\/liberating-my-digital-life-how-i-use-n8n-for-daily-work-home-and-building-tools-with-esp32\/","url_meta":{"origin":119,"position":0},"title":"Liberating My Digital Life: How I Use n8n for Daily Work, Home, and Building Tools with ESP32","author":"Vikash Mishra","date":"July 25, 2025","format":false,"excerpt":"The author shares their experience with n8n, an open-source automation platform that simplifies digital tasks across work and home. With features like self-hosting for privacy, visual workflow creation, and integration with hardware like ESP32, n8n transforms daily routines, reduces manual effort, and enhances productivity without escalating costs.","rel":"","context":"In &quot;AI Tools&quot;","block_context":{"text":"AI Tools","link":"https:\/\/vikashmishra.online\/blogs\/category\/ai-tools\/"},"img":{"alt_text":"n8n esp32","src":"https:\/\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/n8n-esp32.avif","width":350,"height":200,"srcset":"https:\/\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/n8n-esp32.avif 1x, https:\/\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/n8n-esp32.avif 1.5x, https:\/\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/n8n-esp32.avif 2x"},"classes":[]},{"id":109,"url":"https:\/\/vikashmishra.online\/blogs\/better-late-than-never-my-diy-smart-home-revolution-is-underway\/","url_meta":{"origin":119,"position":1},"title":"Better Late Than Never: My DIY Smart Home Revolution is Underway!","author":"Vikash Mishra","date":"August 13, 2025","format":false,"excerpt":"NOTE: All the materials\/software\/solutions I'll be using in this project will be open-source and designed by me; no ready-to-use solutions will be used. It will be a complete personal project. Introduction: Ever felt like you missed the boat on the smart home trend? For years, I watched from the sidelines\u2026","rel":"","context":"In &quot;Automation&quot;","block_context":{"text":"Automation","link":"https:\/\/vikashmishra.online\/blogs\/category\/automation\/"},"img":{"alt_text":"home automation","src":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/home-automation.webp?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/home-automation.webp?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/home-automation.webp?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/home-automation.webp?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":128,"url":"https:\/\/vikashmishra.online\/blogs\/my-next-diy-obsession-from-smart-home-to-3d-printing\/","url_meta":{"origin":119,"position":2},"title":"My Next DIY Obsession: From Smart Home to 3D Printing","author":"Vikash Mishra","date":"August 25, 2025","format":false,"excerpt":"If you've followed my previous blog post, you'll know I've been deep into building my own DIY smart home ecosystem. My goal is to create a fully customized, open-source-powered \"brain of the house,\" from automatic door locks to intelligent climate control. It's been a rewarding challenge, but as my little\u2026","rel":"","context":"In &quot;DIY Tech&quot;","block_context":{"text":"DIY Tech","link":"https:\/\/vikashmishra.online\/blogs\/category\/diy-tech\/"},"img":{"alt_text":"IoT 3D Printing Banner","src":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/IoT-3D-Printing-Banner.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/IoT-3D-Printing-Banner.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/IoT-3D-Printing-Banner.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/IoT-3D-Printing-Banner.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/IoT-3D-Printing-Banner.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/IoT-3D-Printing-Banner.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":156,"url":"https:\/\/vikashmishra.online\/blogs\/how-the-bambu-lab-a1-minis-timelapse-feature-can-secretly-ruin-your-prints\/","url_meta":{"origin":119,"position":3},"title":"How the Bambu Lab A1 Mini&#8217;s Timelapse Feature Can Secretly Ruin Your Prints","author":"Vikash Mishra","date":"September 9, 2025","format":false,"excerpt":"As a 3D printing enthusiast, I've seen my share of exciting new features, but few were as captivating as the built-in camera and timelapse function on the Bambu Lab A1 Mini. I mean, who doesn't want to watch their 3D prints come to life in a sped-up video? I used\u2026","rel":"","context":"In &quot;3D Printer&quot;","block_context":{"text":"3D Printer","link":"https:\/\/vikashmishra.online\/blogs\/category\/3d-printer\/"},"img":{"alt_text":"Error due to timelapse","src":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/09\/Error-due-to-timelapse-scaled.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/09\/Error-due-to-timelapse-scaled.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/09\/Error-due-to-timelapse-scaled.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/09\/Error-due-to-timelapse-scaled.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/09\/Error-due-to-timelapse-scaled.png?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/09\/Error-due-to-timelapse-scaled.png?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":138,"url":"https:\/\/vikashmishra.online\/blogs\/my-first-3d-printer-why-i-chose-the-bambu-lab-a1-mini-and-how-i-got-it-from-robu-in\/","url_meta":{"origin":119,"position":4},"title":"My First 3D Printer: Why I Chose the Bambu Lab A1 Mini (and How I Got It from Robu.in)","author":"Vikash Mishra","date":"August 31, 2025","format":false,"excerpt":"Thinking about getting into 3D printing? If you're anything like me, you've probably spent hours watching videos, reading reviews, and trying to figure out which printer is the best for a beginner. After a lot of research, I decided to pull the trigger on the Bambu Lab A1 Mini, and\u2026","rel":"","context":"In &quot;3D Printer&quot;","block_context":{"text":"3D Printer","link":"https:\/\/vikashmishra.online\/blogs\/category\/3d-printer\/"},"img":{"alt_text":"Bambu Lab A1 Mini Printer","src":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/Bambu-Lab-A1-Mini-Printer-scaled.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/Bambu-Lab-A1-Mini-Printer-scaled.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/Bambu-Lab-A1-Mini-Printer-scaled.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/Bambu-Lab-A1-Mini-Printer-scaled.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/Bambu-Lab-A1-Mini-Printer-scaled.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/08\/Bambu-Lab-A1-Mini-Printer-scaled.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]},{"id":49,"url":"https:\/\/vikashmishra.online\/blogs\/unleashing-the-webs-potential-your-ultimate-guide-to-collecting-data-for-personal-projects-with-selenium\/","url_meta":{"origin":119,"position":5},"title":"Unleashing the Web&#8217;s Potential: Your Ultimate Guide to Collecting Data for Personal Projects with Selenium","author":"Vikash Mishra","date":"July 8, 2025","format":false,"excerpt":"Unleashing the Web's Potential: Your Ultimate Guide to Collecting Data for Personal Projects with Selenium In today's data-driven world, the ability to collect information from various online sources can unlock incredible possibilities for personal projects. Whether you're a hobbyist developer, a budding data scientist, or simply someone with a burning\u2026","rel":"","context":"In &quot;Automation&quot;","block_context":{"text":"Automation","link":"https:\/\/vikashmishra.online\/blogs\/category\/automation\/"},"img":{"alt_text":"Web scrapping","src":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/web-scrapping.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/web-scrapping.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/web-scrapping.jpg?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/web-scrapping.jpg?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/web-scrapping.jpg?resize=1050%2C600&ssl=1 3x, https:\/\/i0.wp.com\/vikashmishra.online\/blogs\/wp-content\/uploads\/2025\/07\/web-scrapping.jpg?resize=1400%2C800&ssl=1 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/posts\/119","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/comments?post=119"}],"version-history":[{"count":1,"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/posts\/119\/revisions"}],"predecessor-version":[{"id":121,"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/posts\/119\/revisions\/121"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/media\/120"}],"wp:attachment":[{"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/media?parent=119"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/categories?post=119"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/vikashmishra.online\/blogs\/wp-json\/wp\/v2\/tags?post=119"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}