Skip to content

An automated plant disease detection, Progressive Web App that will help the farmers to detect the disease in their crops and will also give insights on its treatment .

License

Notifications You must be signed in to change notification settings

FASAL-MITRA-SIH-22/Fasal-Mitra

Repository files navigation

Fasal-Mitra App

Project logo


Watch the video


-----------------------------------------------------

This folder contains most of the backend. The backend follows a microservice architecture, there are many microservices nd these services communicate with each other through HTTP requests and the fronend communicates with the frontend via an API-gateway. The authentication service uses mongoDB and redis cache for user authentication. THe dl service uses ResNet9 as Deep Learning Model and flask server for deploying this model into an API, while the nginx acts as an API gateway.

The system architecture for the application is as followed:

System Architecture