Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 447 Bytes

vwserver

A python based RPC server that encapsulates the functionality of Vowpal Wabbit making it easier to integrate it into your data workflow. The RPC protocol is language agnostic so you can access from any kind of platform.

Image

Installation

sudo pip install websocket-client
sudo pip install git+git://github.com/prashanthellina/funcserver.git
sudo pip install gevent

Usage