I am working on a project where I train a text classifier, and I need to create a web application for the user to enter text for classification. Currently all the code is written in Python and I am using the scikit-learn library. I ran into the problem of installing scikit-learn on heroku so that my Python code runs on the server. I donβt mind changing everything (Python language, flash framework, scikit training library, heroku web application hosting services), I just need to make this work :)
Have any of you in the CV community had any experience creating a web application that uses an online learning library? Web application hosting should be free, because this project is not commercial, and it would be very nice to have Python behind the scenes.
NB The classifiers that should be supported by the library are multiclass svm and naive bikes.
source share