Skip to content

nascii/maya-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maya-classifier

Random forest classifier for Maya

Run

This project runs fine on python 3. Python 2 is not supported.

To setup a development environment you should:

$ cd <project>
$ virtualenv-3.4 .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ pip install -e .

Also make sure you have redis service running.

If all previous steps passed successfuly you could run http server and celery queue:

#1 terminal tab
$ make http
#2 terminal tab(make sure you have activated virtual env)
$ make queue

About

Random forest classifier for Maya

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published