SmartAgriFlow is a comprehensive agricultural supply chain management platform that connects farmers, distributors, and retailers to streamline operations and improve transparency. It features a Django-based RESTful backend powered by advanced machine learning modules and a modern Next.js frontend for real-time monitoring and analytics.
- Backend: Django REST API with key apps for user accounts, shipment tracking, and ML-driven insights (
accounts,banana_supply_chain,shipments,ml). - Frontend: Next.js application with server-side rendering, intuitive dashboards, and interactive maps.
- User authentication and role-based access control (farmers, distributors, retailers).
- Shipment creation, tracking, and status updates.
- Machine learning models for route optimization and yield prediction (located in the
mlfolder). - Real-time data visualization and notifications.
- Clone the repository:
git clone https://github.com/PremPalan/SmartAgriFLowBackend.git SmartAgriFlow-backend cd SmartAgriFlow-backend