๐ŸŒ Vision 2030 AI Readiness Framework

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://your-app.streamlit.app) [![Python 3.10+](https://img.shields.io/badge/Python-3.10+-blue.svg)](https://python.org) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Research](https://img.shields.io/badge/Research-MIS%20%7C%20AI%20Strategy-orange.svg)](#) [![Vision 2030](https://img.shields.io/badge/Aligned-Saudi%20Vision%202030-006c35.svg)](#) **A Multi-Dimensional Assessment Model for Digital Economy Transformation** *Aligned with Saudi Vision 2030 ยท GCC Digital Agenda ยท UN SDG 9*

๐Ÿ“‹ Abstract

The Vision 2030 AI Readiness Framework (V2030-ARF) is an open-source, multi-dimensional assessment model designed to evaluate and benchmark national artificial intelligence readiness levels against the strategic objectives of Saudi Vision 2030 and broader GCC digital transformation agendas.

The framework synthesizes five core pillars into a weighted composite readiness index:

Pillar Key Indicators
๐Ÿ”Œ Digital Infrastructure Broadband penetration, cloud adoption, ICT investment
๐ŸŽ“ Human Capital & Talent STEM graduates, AI talent index, digital skills
โš–๏ธ AI Governance & Policy Policy maturity, data protection, cybersecurity
๐Ÿš€ Innovation Ecosystem R&D expenditure, startup density, patent applications
๐Ÿ“Š Data Economy Open data availability, big data adoption, IoT deployment

๐ŸŽฏ Research Objectives

  1. Develop a reproducible, open-source AI readiness index aligned with Vision 2030 KPIs
  2. Enable cross-national comparison across 10+ countries using World Bank, WEF, and ITU data
  3. Generate evidence-based policy recommendations for bridging the AI readiness gap
  4. Provide an interactive tool for policymakers, researchers, and development organizations

๐Ÿš€ Live Demo

๐ŸŒ Open Interactive Dashboard โ†’


๐Ÿ“Š Framework Architecture

V2030-ARF Score = ฮฃ(wแตข ร— Pแตข), where ฮฃwแตข = 1.0, 0 โ‰ค Pแตข โ‰ค 100

Pillar Score (Pแตข) = Mean(normalized sub-indicators)
Default Weights: 0.20 per pillar (fully adjustable via dashboard)

Sub-Indicator Sources

  • World Bank โ€” World Development Indicators (WDI)
  • World Economic Forum โ€” Global Competitiveness Report 2023
  • ITU โ€” ICT Development Index 2023
  • Oxford Insights โ€” Government AI Readiness Index 2023
  • OECD โ€” AI Policy Observatory

๐Ÿ—‚๏ธ Project Structure

Vision2030-AI-Readiness-Framework/
โ”‚
โ”œโ”€โ”€ app.py                      # Main Streamlit application
โ”œโ”€โ”€ requirements.txt            # Python dependencies
โ”œโ”€โ”€ README.md                   # Project documentation
โ”‚
โ”œโ”€โ”€ models/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”œโ”€โ”€ scoring.py              # Composite index computation
โ”‚   โ””โ”€โ”€ readiness_engine.py     # Recommendations & trend engine
โ”‚
โ”œโ”€โ”€ data/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ””โ”€โ”€ countries_data.py       # 10-country normalized dataset
โ”‚
โ”œโ”€โ”€ research/
โ”‚   โ””โ”€โ”€ V2030_ARF_Research_Paper.md   # Full academic paper
โ”‚
โ””โ”€โ”€ assets/
    โ””โ”€โ”€ screenshots/            # Dashboard screenshots

โš™๏ธ Installation & Local Setup

# 1. Clone the repository
git clone https://github.com/YOUR_USERNAME/Vision2030-AI-Readiness-Framework.git
cd Vision2030-AI-Readiness-Framework

# 2. Create virtual environment
python -m venv venv
source venv/bin/activate  # Windows: venv\Scripts\activate

# 3. Install dependencies
pip install -r requirements.txt

# 4. Run the application
streamlit run app.py

App will open at http://localhost:8501


๐ŸŒ Countries Included (v1.0)

Saudi Arabia ยท UAE ยท Singapore ยท South Korea ยท Germany ยท United States ยท Malaysia ยท Egypt ยท Morocco ยท Algeria


๐Ÿ“ˆ Key Features

  • Interactive Radar Charts โ€” Visualize pillar-by-pillar readiness profiles
  • Global Comparison Heatmaps โ€” Cross-national benchmarking across 10 nations
  • AI-Generated Policy Recommendations โ€” Prioritized by gap severity
  • Implementation Roadmaps โ€” Projected score improvements over 5-year horizons
  • Adjustable Pillar Weights โ€” Sensitivity analysis for different policy priorities
  • Embedded Research Report โ€” Full academic paper with Literature Review, Methodology, Results

๐Ÿ“„ Research Paper

The full academic paper is available in research/V2030_ARF_Research_Paper.md.

Citation (APA):

Boukhalfa, F. A. (2026). Vision 2030 AI Readiness Framework: A Multi-Dimensional 
Assessment Model for Digital Economy Transformation in Emerging Economies. 
USTHB, Algiers, Algeria. GitHub: https://github.com/YOUR_USERNAME/Vision2030-AI-Readiness-Framework

๐Ÿ‘ค Author

Fateh Abderrahim Boukhalfa
First-Year STEM Student | University of Sciences and Technology Houari Boumediene (USTHB)
Algiers, Algeria

  • ๐Ÿ“ง fatehabderrahim189@gmail.com
  • ๐ŸŽ“ PSAT 1520/1520 (Top 1% Globally)
  • ๐ŸŒ C1-C2 English Proficiency (EF Certified)
  • ๐Ÿ“œ 11+ International Certifications (HP LIFE ยท HubSpot ยท IBM SkillsBuild)
  • ๐Ÿ”ฌ Research Interests: MIS ยท AI Strategy ยท Digital Transformation ยท Vision 2030

๐Ÿ“œ License

MIT License โ€” see LICENSE for details.


๐Ÿค Contributing

Contributions welcome! Please open an issue or submit a pull request.

Areas for contribution:

  • Adding more countries to the dataset
  • Integrating live World Bank API feeds
  • Machine learning-based predictive modeling
  • Arabic language interface

โญ Star this repository if you find it useful for your research!

Built With

Share this project:

Updates