Skip to content

shawnlawyer/chatterbox

Repository files navigation

NLP Classifier with Tensorflow and Pandas on Flask and Jupyter Notebook

Build and Run the Application

  • cp .env .env.example

  • docker-compose up -d --build

Shell into main container docker exec -it chatterbox_app_1 bash

  • Restore the example chatterbox.dump file to a MySQL database data , username data, password data

  • Browse to http://localhost/

  • Type hello in the message field, and hit enter/return key

  • Type Log me in in the message field, and hit enter/return key

  • Type admin@email.com in the message field, and hit enter/return key

  • Type password in the message field, and hit enter/return key

  • In a new tab, browse to http://localhost/admin

  • To logout, type logout in the message field, and hit enter/return key

  • Alternately you can go the out fashioned route:

    Login Form: http://localhost/admin/login

    Logout: http://localhost/admin/logout

Access the Jupyter Notebook

About

NLP Classifier with Tensorflow and Pandas on Flask and Jupyter Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published