Skip to content

drvinceknight/sklDj

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

sklDj

Join the chat at https://gitter.im/drvinceknight/sklDj

A django site as an interface to sci-kit learn.

Setup

Setup a virtual env:

cd sklDj
virtualenv env

Activate virtual env:

source env/bin/activate

Install requirements:

pip install -r requirements.txt

(If you have any errors update pip: pip install --upgrade pip)

Navigate to the directory containing manage.py:

cd sklDj/

Ensure database up to date:

python manage.py migrate

Run the server:

python manage.py runserver

Create a super user:

python manage.py createsuperuser

Testing

Testing on travis is very much a goal (PRs would be very welcome), at the moment tests needs to be run locally:

./run_tests.sh

About

A django app as an interface to scikit-learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages