Skip to content

Latest commit

Β 

History

History
31 lines (23 loc) Β· 1.13 KB

File metadata and controls

31 lines (23 loc) Β· 1.13 KB

Sephiroth-YIT: Crop-Sense AI

An AI-powered crop disease intelligence system designed for field agronomists. Analyze leaf photographs using Computer Vision (TensorFlow) and Large Language Models (LLM) in real-time.

πŸš€ Key Features

  • Intelligent Diagnostics: Supports ResNet and MobileNet architectures for disease classification.
  • LLM Insights: Real-time expert advice and remediation strategies.
  • Drone Integration: Dashboard uplink for field mission data.
  • Field Metrics: Soil moisture, ambient temperature, and growth trend analysis.

πŸ“ Project Structure

  • frontend/ - Next.js 15 UI with Tailwind CSS & Framer Motion.
  • backend/ - FastAPI Python backend with TensorFlow integration.

πŸ› οΈ Getting Started

Backend (Python)

  1. cd backend
  2. pip install -r requirements.txt
  3. python run.py (Runs on http://localhost:8000)

Frontend (Next.js)

  1. cd frontend
  2. npm install
  3. npm run dev (Runs on http://localhost:3000)

πŸ€– Deployment

This application is designed to be deployable as a local web application for real-time field use.


Built with excellence for the Hackathon.