
Pablo Picasso — Guernica, 1937. Museo Reina Sofia, Madrid.
Apollo AI
An AI-powered crop stress detection platform that classifies plant conditions from smartphone or drone imagery with a web-first, mobile-friendly workflow.
Description
Context
Apollo AI is an AI500 Hackathon 2025 Stage 2 submission focused on democratizing precision agriculture by making crop diagnostics accessible from standard phone and drone images.
The project is built as a deployed prototype, combining an interactive product experience with a production-style inference backend.
Problem and Objective
Farmers and field operators often lack quick, low-cost diagnostic tools that can be used directly in real-world conditions.
Apollo AI addresses this by providing:
System Architecture
The platform is split into a modern frontend and a Python inference backend.
This architecture supports responsive UX, clear API boundaries, and deployment-ready scalability for prototype usage.
AI Model
The classification engine is based on a ResNet-18 model trained on PlantVillage data.
The model pipeline is integrated into a user-facing flow so inference is not isolated from product behavior.
Product Experience
The frontend emphasizes usability for non-technical users and field-friendly workflows.
Telegram Bot Integration
A Telegram assistant extends access for users who prefer messaging-first interactions.
This makes the platform more reachable across different user behavior patterns.
What This Project Demonstrates
Apollo AI demonstrates end-to-end product engineering across ML inference, backend API design, interactive frontend experience, and multi-channel delivery.
It also shows practical deployment thinking: model serving on serverless infrastructure, modern React architecture, and user-facing tooling designed for fast iteration in a hackathon-to-product trajectory.