Skip to content

rasmusbergpalm/normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published