Skip to content

sampathweb/char_rnn_text_gen

Repository files navigation

char_rnn_text_gen

Text Generation RNN

Commands

# Create Virtual Env
virtualenv env
source env/bin/activate
pip install -r requirements.txt
# Run locally to test
gunicorn -w 2 -k uvicorn.workers.UvicornWorker main:app

# Deploy to Google Cloud
gcloud app deploy

About

Text Generation RNN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published