Skip to content

archa-s-ar/SmartAgri

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌾 Smart Agri Intelligence & Supply Chain

🚀 Built during Ignite Hackathon @ GEC Barton Hill
🏆 Secured 3rd Place
👥 Team Nova – Aksha, Archa, Gitto, Sreehari


A full-stack web application designed to help farmers make better agricultural decisions and connect directly with buyers, reducing middlemen in the supply chain.


🎯 Problem

Farmers often struggle with:

  • Choosing the right crops
  • Accessing real-time guidance
  • Selling products without intermediaries
  • Awareness of government schemes

💡 Solution

This platform helps farmers by:

  • 🌱 Recommending crops based on soil, weather, and season
  • 🛒 Connecting farmers directly with buyers
  • 📢 Providing government scheme information
  • 🌦️ Offering weather-based farming advice
  • 👥 Enabling community interaction

🔥 Features

🌾 Crop Advisor

  • Input: Location, soil type, weather, season
  • Output: Recommended crops (including hybrid options)
  • Weather-based farming tips

🛒 Market Connect

  • Farmers can list crops with price and quantity
  • Buyers can browse listings
  • “Contact Seller” shows seller details
  • Sellers can edit/delete their own listings

📢 Government Schemes

  • PM-KISAN
  • Kisan Credit Card
  • Crop Insurance
  • Detailed descriptions and benefits

🌦️ Weather Advisory

  • Provides farming suggestions based on weather conditions

👥 Community Page

  • Farmers can post queries
  • Interaction between users

Installation & Setup

Prerequisites

  • Node.js installed

1. Clone the repository

git clone https://github.com/gittog692-tech/SmartAgri.git
cd SmartAgri

2. Setting up the Backend

cd backend
npm install
npm start

The backend server will run on http://localhost:5000.

3. Setting up the Frontend

Open another terminal and run the following commands:

cd frontend
npm install
npm run dev

The frontend vite server will typically start on http://localhost:5173. Open this URL in your web browser.

About

Smart Agri Intelligence platform helping farmers with crop recommendations, market access, and community support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.5%
  • CSS 6.9%
  • HTML 0.6%