/python_rhyme

songrhyme.com: an API and web app for perfect and close rhymes

Primary LanguagePython

songrhyme

Installation

NOTE: Requires virtualenv, virtualenvwrapper and Node.js.

  • $ git clone git@github.com:adriannye/python_rhyme.git
  • $ mkvirtualenv songrhyme
  • $ pip install -r requirements.txt
  • $ python

    import nltk nltk.download() (select the Corpora tab, then Name "Wordnet", then click Download)

  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py loadperfect
  • $ python manage.py loadfamily
  • $ python manage.py loadpos
  • $ python manage.py runserver

Notes

The following files are for Heroku deployment:

  • Procfile
  • scripts/postInstall
  • .buildpacks