Logo Lanfrica

Benita2001/AquaMaame

Domain:

agriculturenatural language processing

Record type:

software
Creator:
Ben
Host:
AquaMaame Offline first AI fish pond monitoring system for African smallholder farmers. Built with Google Gemma 4 running locally via Ollama. Monitors water quality (pH, temperature, dissolved oxygen) detects danger patterns, predicts fish mortality risk and communicates in 7 languages (English, Igbo, Yoruba, Hausa, Pidgin, French, Swahili) # AquaMaame ### *Watching your pond, so you don't have to* > **Offline-first AI fish pond monitoring system for African Local farmers** > Built with Google Gemma 4 running locally via Ollama — no internet required. --- ## The Problem My mother runs a catfish farm in Lagos, Nigeria and she records high fish deathrate - **pH crashes** after heavy rain - **Dissolved oxygen drops** at night when plants stop photosynthesizing - **Temperature swings** suddenly from Lagos storms By the time she is able to get to the pond, the fish are already dead. She cannot monitor water chemistry all night, No system speaks Igbo to her. Across Nigeria, **2.3 million smallholder fish farmers** are losing fish to the same issue — pH crashes after heavy rain, oxygen drops in the dark, temperature swings no one sees coming. These deaths are predictable, detectable, and preventable. But without any monitoring system, farmers only discover the problem when they find dead fish floating at dawn. **AquaMaame changes that.** --- ## Demo > *Watch AquaMaame running at a real Lagos catfish farm* --- ## What AquaMaame Does | Feature | Description | |---------|-------------| | **24/7 Monitoring** | pH, temperature, dissolved oxygen — continuously | | **Danger Detection** | Gemma 4 detects dangerous combinations before fish die | | **Mortality Prediction** | Flags HIGH/CRITICAL risk hours before critical levels | | **Pattern Recognition** | Spots recurring trends — "DO drops every Friday after feeding" | | **Voice Interface** | Speak naturally, get spoken responses | | **7 African Languages** | English, Igbo, Yoruba, Hausa, Pidgin, French, Swahili | | **Mobile-First UI** | Works on any phone browser over local WiFi | | **100% Offline** | Runs on consumer hardware — no internet, no cloud | --- ## System Architecture ``` POND │ ┌───────────┴───────────┐ │ DS18B20 Sensor │ │ pH · Temp · DO │ └───────────┬───────────┘ │ wires ▼ ┌───────────────┐ │ ESP32 Board │ │ Re …