- Load data, create lookup table and tokenize punctuation.
- Save pre-processed results for future use.
- Create and test dataloader
- Define RNN(LSTM) structure and training loop
- Hyper parameter tuning to reach target loss within reasonable amount of training time
- Write function to generate script for testing
- (To do) deployed as web app for wider testing.