SmartAgri is a fully responsive web application designed to assist farmers and agriculturists in identifying crop diseases and receiving AI-powered guidance on pesticide management. Users can upload images of affected crops to detect potential diseases using an AI image model, and receive treatment recommendations generated through advanced language models like Gemini and ChatGPT.
Clone the project
git clone https://github.com/manirajyadav-1/SmartAgri.git
Start the Backend Services
👉 Spring Boot Backend
./mvnw spring-boot:run
👉 Python Disease Detection Service
cd pythonservice
pip install -r requirements.txt
python app.py
Start the Frontend
cd client
Install dependencies
npm install
Start the server
npm run start