Logo Lanfrica

nobleenia/marketlens

Domain:

agriculture

Record type:

software
Creator:
nob
Host:
A USSD + mobile market price intelligence system improving farmer price visibility and optimizing market-to-farm logistics in Nigeria. # MarketLens πŸŒΎπŸ“ **MarketLens** is an open-source market price intelligence platform designed for smallholder farmers in emerging markets. It provides **real-time crop price visibility via USSD** for feature phones, and a **web dashboard** for analysts, NGOs, and aggregatorsβ€”using the same trusted data pipeline. --- ## 🎯 Problem Smallholder farmers often sell crops without knowing: - current prices in nearby markets - price trends over time - whether transport to another market is worth it This information gap reduces income, increases post-harvest losses, and reinforces dependence on middlemen. --- ## πŸ’‘ Solution MarketLens delivers **the same price intelligence through two channels**: - **USSD** – for farmers using basic phones - **Web dashboard** – for analysts, NGOs, cooperatives, and planners Data is validated, aggregated, and scored for confidence before publication. --- ## 🧱 System Overview ``` Market Enumerators / APIs ↓ Data Ingestion API ↓ Price Validation & Aggregation ↓ Central Price Database ↓ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” | USSD Gateway | Web Dashboard| β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` --- ## πŸ“± USSD Features (Farmer-Facing) - Check crop prices by market - View daily price trend (↑ ↓ β†’) - Confidence indicator (low / medium / high) - Last update timestamp **Example** ``` 347800# 1. Check Crop Price 2. Nearby Markets 3. Weather Alert β†’ Tomato (Mile 12): ₦18,500 β†’ Trend: ↑ Rising β†’ Confidence: High ``` --- ## πŸ“Š Web Dashboard Features - Market price tables and trends - Outlier and anomaly detection - Manual admin review & overrides - Confidence score visibility - Exportable datasets --- ## πŸ›  Tech Stack **Backend** - Go (REST API) - PostgreSQL (data storage) - Redis (USSD session handling) **Frontend** - React (admin dashboard) **Infrastructure** - Docker & Docker Compose - GitHub Actions (CI) --- ## πŸ—‚ Repository Structure ``` marketlens/ apps/ # Web applications services/ # Backend services (Go) docs/ # Archi …