Text classifier using TensorFlow. It has two implementations -
- Artificial Neural Net
- Convolutional Neural Net
In this code, models are saved offline and then at the time of prediction they(prebuilt models) are loaded to server requests.
- Python 3
- Tensorflow > 0.12
- Pandas
- Scikit learn