<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Manish Kumawat</title>
    <description>The latest articles on DEV Community by Manish Kumawat (@manish_kumawat_0202f769e7).</description>
    <link>https://dev.to/manish_kumawat_0202f769e7</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3798446%2F978d4ff0-3cf5-42c8-a07a-fd1eefa0ca49.png</url>
      <title>DEV Community: Manish Kumawat</title>
      <link>https://dev.to/manish_kumawat_0202f769e7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manish_kumawat_0202f769e7"/>
    <language>en</language>
    <item>
      <title>Building Real AI in 24 Hours: KrishiAI with GitHub Copilot</title>
      <dc:creator>Manish Kumawat</dc:creator>
      <pubDate>Tue, 31 Mar 2026 07:11:15 +0000</pubDate>
      <link>https://dev.to/manish_kumawat_0202f769e7/building-real-ai-in-24-hours-krishiai-with-github-copilot-9ml</link>
      <guid>https://dev.to/manish_kumawat_0202f769e7/building-real-ai-in-24-hours-krishiai-with-github-copilot-9ml</guid>
      <description>&lt;p&gt;🚀 I Built a Full AI Farming Platform in 24 Hours (TensorFlow.js + NLP + ML)&lt;/p&gt;

&lt;p&gt;From idea to working product in a single day — here’s how I built KrishiAI, a multi-module AI system using TensorFlow.js, NLP, and ML algorithms with the help of GitHub Copilot.&lt;/p&gt;

&lt;p&gt;🔥 Live Demo Preview&lt;/p&gt;

&lt;p&gt;🧠 Architecture Diagram (Core of the System)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F886bv90iboaour5w2cnl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F886bv90iboaour5w2cnl.png" alt=" " width="800" height="284"&gt;&lt;/a&gt;&lt;br&gt;
💡 What is KrishiAI?&lt;/p&gt;

&lt;p&gt;KrishiAI is an AI-powered farming assistant that provides:&lt;/p&gt;

&lt;p&gt;🌿 Disease detection from plant images&lt;br&gt;
💬 Multi-language chatbot&lt;br&gt;
🌾 Crop recommendations&lt;br&gt;
📈 Price prediction&lt;br&gt;
🧪 Fertilizer optimization&lt;br&gt;
🖼️ Feature Screenshots&lt;br&gt;
🌿 Disease Detection&lt;/p&gt;

&lt;p&gt;💬 AI Chatbot&lt;/p&gt;

&lt;p&gt;🌾 Crop Recommendation&lt;/p&gt;

&lt;p&gt;📈 Price Prediction&lt;/p&gt;

&lt;p&gt;⚡ Tech Stack&lt;br&gt;
Frontend: React.js&lt;br&gt;
Backend: Express.js&lt;br&gt;
AI/ML:&lt;br&gt;
TensorFlow.js (CNN)&lt;br&gt;
KNN Algorithm&lt;br&gt;
ARIMA Model&lt;br&gt;
NLP: Natural.js&lt;br&gt;
APIs: Weather + agriculture datasets&lt;br&gt;
🧩 How I Built It (Fast Breakdown)&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Setup (30 mins)
Monorepo (React + Express)
Modular AI architecture&lt;/li&gt;
&lt;li&gt;🌿 Disease Detection (CNN)
Image preprocessing → Model inference
Output: disease + confidence + treatment
POST /api/disease/detect-image&lt;/li&gt;
&lt;li&gt;💬 NLP Chatbot
Multi-language understanding
Intent + entity extraction
POST /api/chat&lt;/li&gt;
&lt;li&gt;🌾 Crop Recommendation (KNN)
Soil + weather input
Returns best crops&lt;/li&gt;
&lt;li&gt;📈 Price Prediction (ARIMA)
Time-series forecasting
7-day prediction&lt;/li&gt;
&lt;li&gt;🧪 Fertilizer Optimization
Budget-based recommendation
⏱️ Built in Just 9 Hours
Task    Time
Setup   30 mins
AI Models   4 hrs
Frontend    1.5 hrs
Testing 1.5 hrs
Deployment  1 hr
Total   ~9 hrs
🤖 How AI Helped&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Using GitHub Copilot:&lt;/p&gt;

&lt;p&gt;Generated ML logic&lt;br&gt;
Accelerated API development&lt;br&gt;
Reduced development time drastically&lt;/p&gt;

&lt;p&gt;👉 1 week work → done in 24 hours&lt;/p&gt;

&lt;p&gt;🔗 GitHub Repo&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://github.com/ManishKumawat450/KrishiAi" rel="noopener noreferrer"&gt;https://github.com/ManishKumawat450/KrishiAi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🚀 What’s Next?&lt;br&gt;
Mobile app&lt;br&gt;
Better datasets&lt;br&gt;
Offline AI support&lt;br&gt;
Improved UI/UX&lt;br&gt;
💥 Final Thought&lt;/p&gt;

&lt;p&gt;One developer + AI tools = full product in a day.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>javascript</category>
      <category>githubcopilot</category>
      <category>machinelearning</category>
    </item>
  </channel>
</rss>
