Logo Lanfrica

narish558/nkosoo-ai

Domain:

agriculturenatural language processing

Record type:

softwaretools
Creator:
nar
Host:
An AI-powered farming assistant designed to support smallholder and new farmers in Ghana. # 🌿 NkΙ”soΙ” AI ### AI-Powered Farming Assistant for Ghana & West Africa **NkΙ”soΙ”** means *growth* in Twi β€” and that is exactly what this tool is built for. NkΙ”soΙ” AI helps smallholder farmers in Ghana make better decisions about weather, crop prices, pest management, and farming practices β€” powered by Claude AI (Anthropic) and built with Python and Flask. --- ## Features | Feature | Description | |---|---| | 🌀 Live weather | Real-time 7-day forecasts for all 16 Ghana regions via Open-Meteo | | πŸ“ˆ Market prices | Current GHS prices for maize, cassava, tomatoes, plantain, cocoa and more | | πŸ› Pest alerts | Active pest and disease alerts with affordable local treatment tips | | πŸ“· Photo diagnosis | Upload a photo of a sick crop β€” AI identifies the disease instantly | | πŸ€– AI farming chat | Ask any farming question in English or Twi β€” expert answers in seconds | | 🌍 16 Ghana regions | Weather tailored to every region from Accra to Bolgatanga to Wa | | πŸ‡¬πŸ‡­ Twi language | Full interface and AI responses available in Twi | | πŸ’³ Paystack payments | GHS 30/month Pro plan via MTN MoMo, Telecel Cash, or card | | πŸ“Š Usage limits | Free users get 5 questions/day β€” Pro users get unlimited access | | πŸ”’ Admin dashboard | Private dashboard at /admin showing users, revenue, and top questions | --- ## Tech Stack | Layer | Technology | |---|---| | Backend | Python 3.12, Flask | | AI | Anthropic Claude (claude-sonnet-4) | | Weather | Open-Meteo API (free, no key needed) | | Payments | Paystack (Ghana Mobile Money + card) | | Database | SQLite (built into Python, zero config) | | Deployment | Render.com | | Frontend | HTML, CSS, Vanilla JavaScript | --- ## Project Structure ``` nkosoo-ai/ β”œβ”€β”€ app.py # Main Flask app β€” all routes, AI, payments, admin β”œβ”€β”€ requirements.txt # Python dependencies β”œβ”€β”€ Procfile # Render start command β”œβ”€β”€ README.md # This file └── templates/ β”œβ”€β”€ index.html # Main farmer-facing UI β”œβ”€β”€ admin.html …