import React from 'react'; interface WelcomeProps { onContinue: () => void; } const Welcome: React.FC = ({ onContinue }) => { return (
Frank Chinembiri

Frank Tadiwanashe Chinembiri

Spatial Data Scientist | Systems Engineer | Geospatial Expert

I am a technical lead and researcher based in Harare, Zimbabwe, currently pursuing an MTech in Data Science and Analytics at the Harare Institute of Technology. With a background in Computer Science (BSc Hons), my expertise lies in bridging the gap between applied machine learning, complex systems engineering, and real-world agricultural challenges.

Stagri Platform

💼 Professional Experience

  • 📍 Green Earth Consultants: Information Systems Expert leading geospatial analytics and Earth Observation workflows.
  • 💻 ZCHPC: AI Research Scientist & Systems Engineer. Architected 2.5 PB enterprise storage and precision agriculture ML models.
  • 🛠️ X-Sys Security & Clencore: Software Developer building cross-platform ERP modules and robust architectures.

🚜 Food Security & Impact

Deeply committed to stabilizing food systems through technology. My work includes the Stagri Platform for contract farming compliance and AUGUST, an AI robot for plant disease detection.

🛠️ Tech Stack Skills

🌍 Geospatial

Google Earth Engine, OpenLayers, STAC, Sentinel-2

🤖 Machine Learning

XGBoost, CatBoost, Scikit-Learn, Computer Vision

⚙️ Infrastructure

Kubernetes (K3s), Docker, Linux Admin, MinIO

🚀 Full-Stack

FastAPI, React, TypeScript, Flutter, Redis

🖥️ Server Management: I maintain a dedicated homelab and a personal cloudlab sandbox where I experiment with new technologies and grow my skills. This includes managing the cluster running this app, CloudPanel, Email servers, Odoo, and Nextcloud.

); }; export default Welcome;