A futuristic, high-performance agricultural assistant designed for coffee plantation managers and researchers. COFFEA-OS utilizes advanced neural vision to perform forensic botanical analysis, identifying coffee varieties, health status, and pathological threats directly from image telemetry.
- Multimodal Bio-Scanner: Real-time camera feed and gallery analysis for bean and leaf evaluation.
- Forensic Pathology: Detection of pests, leaf rust, and physical bean defects with high-confidence scoring.
- Tactical Co-Pilot: AI agronomist for complex queries regarding soil chemistry, irrigation optimization, and climate resilience.
- Deep Reasoning: Toggleable high-compute mode for complex biological troubleshooting.
- Low-Light UI: High-contrast, futuristic interface optimized for field use.
- Frontend: React 19, Tailwind CSS
- Intelligence: Neural engine integrated via advanced vision models.
- Styling: Space Grotesk & JetBrains Mono for a technical, legible aesthetic.
This project uses environment variables to handle secure authentication. Never commit your actual API keys to version control.
- Clone the repository.
- Create a
.envfile in the root directory (see.env.example). - Add your credentials:
API_KEY=your_secret_key_here
- Install dependencies and start the development server:
npm install npm start
- This repo is safe to make Public.
- The
.gitignorefile is configured to exclude your.envfile. - When deploying to platforms like Vercel or Netlify, add your
API_KEYin the "Environment Variables" section of their dashboard.
Distributed under the MIT License. See LICENSE for more information.