rasmusbergpalm / normalization

A seq2seq model for date parsing. Just for fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

seq2seq date parser

A date parser using a sequence-to-sequence neural network.

To train the model

python train.py

To serve the website

export FLASK_APP=serve.py
flask run

To use your new and improved model with the website

copy the model and vocabularies into static and update the paths in serve.py

About

A seq2seq model for date parsing. Just for fun.


Languages

Language:Python 58.1%Language:HTML 36.3%Language:CSS 5.6%