Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.42 KB

File metadata and controls

37 lines (28 loc) · 1.42 KB

pyceratOpsRecs 🐊

Code Health Build Status

What this is

This is a basic OCR arithmetic calculator implemented in Python with Tensorflow.

How to set up

We (:crocodile:) believe developers should spend most of their time developing, and not setting up their enviroment. For this reason, we strongly encourage you to use the vagrantized of this project.

  1. Install Vagrant: https://www.vagrantup.com/downloads.html
  2. cd /location/of/pyceratOpsRecs-master
  3. run vagrant up
  4. run vagrant ssh
  5. ???
  6. profit

Getting an error for the TensorFlow Import?

  1. run vagrant up
  2. run vagrant ssh
  3. run sudo apt-get install python-pip python-dev
  4. run export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc1-cp27-none-linux_x86_64.whl
  5. run sudo pip install --upgrade $TF_BINARY_URL

How to use it

How to run the current (10/20/16) version of the multi_cnn.py script

  1. cd /location/of/pyceratOpsRecs-master
  2. run vagrant up
  3. run vagrant ssh
  4. run cd src
  5. run python multi_cnn.py
  6. wait...

How to contribute