/automatic-essay-grader

Automatic Essay Grader implemented using Keras.

Primary LanguagePythonApache License 2.0Apache-2.0

Automatic Essay Grader

Automated Essay Grader implemented in Keras using Deep learning.

Requirements

  1. Python 3
  2. Numpy
  3. Pandas
  4. Tensorflow
  5. Keras

Installation

  1. Download training data from here and GloVe vectors from here.
  2. Modify DATASET_DIR, GLOVE_DIR and TRAINED_MODELS_DIR variables in constants.py.
  3. Run train_model.py