🚀 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.
Farmers often struggle with:
- Choosing the right crops
- Accessing real-time guidance
- Selling products without intermediaries
- Awareness of government schemes
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
- Input: Location, soil type, weather, season
- Output: Recommended crops (including hybrid options)
- Weather-based farming tips
- Farmers can list crops with price and quantity
- Buyers can browse listings
- “Contact Seller” shows seller details
- Sellers can edit/delete their own listings
- PM-KISAN
- Kisan Credit Card
- Crop Insurance
- Detailed descriptions and benefits
- Provides farming suggestions based on weather conditions
- Farmers can post queries
- Interaction between users
- Node.js installed
git clone https://github.com/gittog692-tech/SmartAgri.git
cd SmartAgricd backend
npm install
npm startThe backend server will run on http://localhost:5000.
Open another terminal and run the following commands:
cd frontend
npm install
npm run devThe frontend vite server will typically start on http://localhost:5173. Open this URL in your web browser.