/DL_Text_Classifier

A text classifier implemented using Keras

Primary LanguagePython

DL_Text_Classifier

A text classifier implemented using Keras

Dataset Link Address: http://www2.aueb.gr/users/ion/data/enron-spam/preprocessed/enron1.tar.gz

'app.py' is a rudimentary command-line application for user to test the model.

'model_data.py' outputs a dictionary, features and labels to feed to the model.

'classifier.py' has the actual code where the model gets trained and tested.

Python 3 is used for the purpose.