Ruby version: 2.3.4
Rails version: 5.0.0
Python: 2.7.6, preferred python 3.X
sudo easy_install pip (if pip is not installed)
sudo apt-get install libpq-dev (for PG db)
sudo apt-get install nodejs
git clone https://github.com/AG-Systems/rails-ml.git
bundle install
pip install -r requirements.txt
sudo apt-get install tesseract-ocr
sudo apt-get install imagemagick
sudo apt-get install libmagickwand-dev
rake db:schema:load
rake db:migrate
if you are on cloud9
rails s -p $PORT -b $IP
Local machine:
rails s
Admin of repo will give it you