Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 228 Bytes

File metadata and controls

14 lines (12 loc) · 228 Bytes

Machine-Learning

Contains all ML aspects of hackathon project.

Usage

$ python machinelearning/api.py

Setup

$ virtualenv -p /usr/bin/python2.7 env
$ source activate env
$ pip install -r requirements.txt