Innovation Hub
Discover the open-source projects and hardware solutions powering the UpskillsAfrica Foundation ecosystem.
Hardware Innovation
SmartPresence™ System
A proprietary hardware-software hybrid developed by UpskillsAfrica Foundation for TVET institutions. It leverages edge computing AI, facial recognition, and computer vision to measure student engagement and practical skill mastery without internet dependency.
📷
Open Source
LMS Core Framework
Our learning management system is built entirely on open web standards. We are actively abstracting our core engine so educational institutions across Africa can self-host and customize the platform for their specific regional needs.
View on GitHub →// config.ts
export const coreEngine = {
multitenant: true,
offlineSync: true,
auth: ['magic_links', 'biometric']
};
multitenant: true,
offlineSync: true,
auth: ['magic_links', 'biometric']
};