Skip to content

innovationOUtside/nb_eliza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nb_eliza

Simple eliza chatbot for use in Jupyter notebooks.

Eliza code reused from dhconnelly/paip-python (code explication).

Binder

Installation

Install via:

pip install --upgrade git+https://github.com/innovationOUtside/nb_eliza.git

Usage

from eliza import eliza

eliza.hello_doctor()

If you want to hear Eliza speak the responses aloud to you, start the programme by passing in the parameter aloud=True in the following way:

eliza.hello_doctor(aloud=True)

About

Simple eliza chatbot for use in Jupyter notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages