SkillsGraph open source code and API

Like other key LearnerShape code, SkillsGraph is open source, with a robust API to allow easy re-use.

LearnerShape's vision is to build the world's first AI-based, open-source learning infrastructure - see our website and blog for details. Making our tools (including SkillsGraph) open source is core to this vision.

SkillsGraph is available under the GNU LGPLv3 license in two Github repositories:

  • ls-auth-api - containing code and API for performing skills authentication functions on the Cardano blockchain using Atala PRISM, written primarily in Python (with Kotlin code to access Atala PRISM)

  • ls-auth-ui - containing user interface code, written primarily in Ruby on Rails.

ls-auth-api includes a well-documented REST API, allowing it to be accessed by applications other than ls-auth-ui, e.g. credential wallets.

You may also be interested in LearnerShape's open-source library lsgraph, which offers functions for skill-based recommendation of content and jobs.

Last updated