How to integrate scikit-ExSTraCS with my Django application

I'd like to use https://github.com/UrbsLab/scikit-ExSTraCS's features in my application, but I've discovered that it lacks REST interfaces. This is okay because I can easily create Django REST APIs for scikit-ExSTraCS' classes, but I'm hoping someone here has some experience with this or knows of a package that already handles it.

Back to Top