Skip to content

Video-Recommendation-System/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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