ISNCSCI classification algorithm source code

If you are a developer and you want to integrate the ISNCSCI Algorithm into your app or database, we have great news for you. The ISNCSCI Algorithm is an open source project distributed under the Apache License, version 2.0. This means that, as long as you provide recognition to the Praxis Spinal Cord Institute in your implementation, you can use this code in either commercial or non-commercial applications.

The ISNCSCI Algorithm was developed in TypeScript. If you are planning on using it in a JavaScript project, the algorithm is exported as IIFE, ES module, and CommonJS package which can be installed from NPM or using UNPKG (CDN for NPM).

You can find the source code and more detail on how to use the library from GitHub.

Legacy algorithm (Revision 2014)

The legacy ISNCSCI Algorithm was developed in C# .NET. If you are planning on using it in a .Net application, you can download our DLL straight from NuGet. Read our getting started guide for more details.

You can download the legacy source code from GitHub or download our sample project which shows how to use the component in a web application.