Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
btahir committed Dec 3, 2018
1 parent 277d774 commit 32b551e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# leaves-of-ai
# Leaves of AI

Generate Walt Whitman Poetry Using Deep Learning.

Project inspired by the NaNoGenMo series: https://github.com/NaNoGenMo/2018

The generated novel is attached in the whitman_novel.md file.

This project was built using the fastai library (which is in turn built on Pytorch). We used an AWD-LSTM based char-RNN network to generate our text.

All the processing steps are in the jupyter notebook. The other fields are used to build a web app that generates Walt Whitman poetry on demand. It is hosted using Zeit.
Expand Down

0 comments on commit 32b551e

Please sign in to comment.