Skip to content

Web app that uses a LSTM Recurrent Neural Net to generate text.

Notifications You must be signed in to change notification settings

jordancoblin/mimicrnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rnnApp

A web app that uses a LSTM Recurrent Neural Net to generate text based on user inputted training data.

Running Instructions

Before following these steps you will need to open three separate terminal windows.

  1. Start celery worker by running in the first terminal window: celery -A mimicrnn.app.celery worker
  2. Start redis server (assuming that you've added redis to PATH) in the second terminal window: redis-server
  3. Set the flask app, in cmd: set FLASK_APP=mimicrnn OR in powershell: setx FLASK_APP mimicrnn
  4. Run the flask app in the third terminal window: flask run
  5. Navigate to http://localhost:5000/ in your browser

About

Web app that uses a LSTM Recurrent Neural Net to generate text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published