Logo Lanfrica

IYAMPAYE/Rwanda-Export-Intelligence-Platform

Domain:

socioeconomic

Record type:

software
Creator:
IYA
Host:
AI-Powered Rwanda Export Intelligence Platform — an advanced R Shiny dashboard that integrates trade data, predictive analytics, and geographic insights to help policymakers and businesses identify export opportunities, track performance trends, and make data-driven decisions for Rwanda’s export growth. # Rwanda Export Intelligence Platform (REIP) A production-ready R Shiny application delivering AI-powered export intelligence for Rwanda. This repository contains the source for the deployed app. - Live demo: Rwanda Export Intelligence Platform - Demo credentials: `demo` / `demo123` ## Features - Secure authentication (login, account settings) - Export dashboards: trends, performance, heatmaps, product/market views - AI predictions: market demand scenarios and insights - GIS mapping: production clusters, transport corridors, resources - Made in Rwanda: supplier directory and marketplace - Monitoring: export alerts, market monitoring, price tracking - Policy & analysis: policy lab, impact analysis, regulatory updates - Reports & analytics: export reports, market reports, custom analytics ## Project Structure - `app.R` – Shiny app entrypoint - `admin_ui.R`, `auth_ui.R`, `dashboard_ui.R` – UI modules - `auth_server.R`, `dashboard_server.R`, `dashboard_server_with_db.R` – server logic - `ai_prediction_engine.R` – ML/analytics helpers - `database_helper.R` – database utilities - `www/` – static assets (CSS, JS, images, CSVs) - `rsconnect/` – deployment metadata for shinyapps.io ## Getting Started (Local) 1. Install R (>= 4.2) and RStudio. 2. Install required packages: ```r install.packages(c( "shiny", "shinydashboard", "shinyWidgets", "dplyr", "tidyr", "ggplot2", "plotly", "DT", "sf", "leaflet", "httr", "jsonlite", "lubridate", "stringr", "readr", "readxl" )) ``` 3. Open `Re-Desgn.Rproj` or the folder in RStudio. 4. Run `app.R`. ## Deployment - The app is configured for shinyapps.io. See `deploy_script.R` and `rsconnect/` content. - To deploy from RStudio: `rsconnect::deployApp()`. ## Data - Sample CSVs for suppliers are under `www/`. - External data sources and APIs are documented in the app. ## License Proprietary – All rights reserved unless otherwise stated. ## Credits Built by FevaTech for the Rwanda Expo …