Logo Lanfrica

Chethan13032005/krishi-route

Domaine:

agriculture

Type de record:

software
Créateur:
Che
Hôte:
Profit and logistics optimizer for farmers that recommends the most profitable mandi based on crop prices, transportation costs, and route distance. # 🌾 Krishi-Route **Krishi-Route** is an AgriTech platform designed to help farmers choose the most profitable mandi (market) for selling their crops. Instead of selecting the nearest market, the platform compares crop prices, transportation expenses, and handling costs to recommend the option that delivers the highest net profit. --- ## 🚀 Features * Compare multiple nearby mandis based on profitability * Calculate transportation costs using route distance * Estimate net profit after logistics and handling expenses * Visualize routes on an interactive map * Rank markets based on expected earnings * Support local crop price datasets * Optional integration with live market price feeds * Automatic fallback distance calculation when routing services are unavailable --- ## 🎯 Problem Statement Many farmers sell their produce at the nearest mandi without considering differences in market prices and transportation costs. As a result, they may miss opportunities to earn higher profits. **Krishi-Route answers a simple but important question:** > **Which mandi will give the highest profit after all costs are considered?** The platform evaluates multiple markets and recommends the best destination based on actual profit rather than distance alone. --- ## 🏗️ System Architecture ```text Farmer Input │ ▼ Profit Calculation Engine │ ├── Crop Prices ├── Market Locations ├── Transport Cost └── Handling Charges │ ▼ Market Ranking Engine │ ▼ Best Mandi Recommendation │ ▼ Route Map + Profit Breakdown ``` --- ## 🛠️ Tech Stack ### Backend * Node.js * Express.js * CORS * Native Fetch API * fs/promises ### Frontend * HTML5 * CSS3 * JavaScript * React (CDN-based) * Babel ### Mapping & Routing * Leaflet.js * OpenStreetMap * OSRM Routing Service ### Data Storage * JSON-based mandi datasets * JSON-based crop price datasets --- ## 📂 Project Structure ```text krishi-route/ │ ├── data/ │ ├── mandis.json │ └── prices.json │ ├── public/ │ └── index.html │ ├── src/ │ …

Languages

Licenses