Skip to content

Izueh/eliza-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eliza

A REST based web-app based on the the original ELIZA chatbot

Run:

virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
sudo apt install python3-dev postgresql postgresql-contrib postgresql-server-dev-all
pip install -r requirements.txt
python3 eliza.py

Testing the Chatbot

You can test the Eliza chatbot by running

$ python3 -i doctor.py

and in the Python 3 shell, call

>>> reply("Hello Eliza")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors