This is a fork of https://github.com/dennybritz/cnn-text-classification-tf which is the code of this blog post: http://www.wildml.com/2015/12/implementing-a-cnn-for-text-classification-in-tensorflow/.
It was modified to export the model and the vocabulary to be used in an Android Demo for TensorFlow (https://github.com/ivancruzbht/tf_android)
The model is exported as a Google Protobuf file.
The vocabulary is exported as a json file.
- Python 3
- Tensorflow > 0.12
- Numpy