amillert / pic2story

Pic2Story is an NLP tool for automatic story generation inspired by the inputted images.
MIT License
3 stars 0 forks source link

Implement NN Model #18

Closed amillert closed 3 years ago

amillert commented 4 years ago

Figure out the best way to generate text (LSTM, RNN, Seq2Seq, ...).

Should work well with the CustomDataset #17.