Skip to content

Instantly share code, notes, and snippets.

@PaulOnyekwelu
PaulOnyekwelu / open-source-ai-curriculum.md
Last active May 14, 2025 12:06
Open Source AI Engineering Curriculum

🎓 Open Source AI Engineering Curriculum

Welcome to the Open Source AI Engineering Curriculum, a complete path for anyone aspiring to become a self-taught AI engineer — from basic programming skills to mastering cutting-edge AI techniques like Large Language Models, Agentic AI, and Prompt Engineering.

This curriculum is designed for self-learners and includes all the resources needed to become proficient in AI engineering, powered by free and open-source materials.

Why This Project Exists

The field of Artificial Intelligence is rapidly evolving, but access to structured, high-quality AI education often comes with high costs. This curriculum aims to provide free and open resources to anyone eager to learn, covering essential AI engineering skills, from basic programming to deploying advanced models.

Curriculum Overview

@PaulOnyekwelu
PaulOnyekwelu / CountryCodes.json
Created October 20, 2022 13:15 — forked from anubhavshrimal/CountryCodes.json
Country and Dial or Phone codes in JSON format
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Aland Islands",
"dial_code": "+358",
"code": "AX"
@PaulOnyekwelu
PaulOnyekwelu / nigeria-state-and-lgas.json
Created December 29, 2019 16:58 — forked from devhammed/nigeria-state-and-lgas.json
Nigeria States and LGAs in one JSON file
[
{
"state": "Adamawa",
"alias": "adamawa",
"lgas": [
"Demsa",
"Fufure",
"Ganye",
"Gayuk",
"Gombi",
@PaulOnyekwelu
PaulOnyekwelu / meta-tags.md
Created December 15, 2019 09:24 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">