{"id":18510670,"url":"https://github.com/denise-pl/eliza","last_synced_at":"2025-10-31T19:30:25.342Z","repository":{"id":203595333,"uuid":"482878929","full_name":"denise-pl/ELIZA","owner":"denise-pl","description":"ELIZA - Workshop (Natural Language Processing)","archived":false,"fork":false,"pushed_at":"2024-01-18T08:45:04.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T20:26:16.470Z","etag":null,"topics":["chatbot","eliza","nlp","pyscript","workshop"],"latest_commit_sha":null,"homepage":"https://szymonjessa.com/eliza/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denise-pl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-18T14:34:19.000Z","updated_at":"2023-05-13T10:09:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"797356db-4aab-4b1f-9b8a-75b65fcae838","html_url":"https://github.com/denise-pl/ELIZA","commit_stats":null,"previous_names":["denise-pl/eliza"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denise-pl%2FELIZA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denise-pl%2FELIZA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denise-pl%2FELIZA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denise-pl%2FELIZA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denise-pl","download_url":"https://codeload.github.com/denise-pl/ELIZA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239225766,"owners_count":19603162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","eliza","nlp","pyscript","workshop"],"created_at":"2024-11-06T15:24:21.516Z","updated_at":"2025-10-31T19:30:25.291Z","avatar_url":"https://github.com/denise-pl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ELIZA - Workshop\n\nFiles used for Natural Language Processing Workshop inspired by Joseph's Weizenbaum work from year 1966: [ELIZA - A Computer Program For the Study of Natural Language Communication Between Man and Machine](https://web.stanford.edu/class/linguist238/p36-weizenabaum.pdf).\n\n## How to run\n\nStart chat in the console:\n```\npython console_client.py\n```\n\nSee an example conversation:\n```\npython console_client.py --demo\n```\n\nTo get more details in the output add '-v' or '-vv' or '-vvv':\n```\npython console_client.py -v\n```\n\nStart chat in the browser:\n```\npython web_client.py\n```\n\nIt is possible to create custom chatbots and make them talk to each other in a multi-agent chat (the code below will create 5 agents, of which three are using default 'eliza' identity and two are custom, user defined identities):\n```\npython console_client.py eliza ./my_custom_chatbot.py ./my_second_custom_chatbot.py eliza eliza\n```\n\nTo create a custom identity, based on the ELIZA algorithm, you may use the [identity_template_eliza.py](identity_template_eliza.py) file.\n\nTo create a custom identity, based on a different algorithm, you may use the [identity_template.py](identity_template.py) file.\n\nTo chat with the custom identity, just pass the path to it as argument:\n```\npython console_client.py ./my_custom_chatbot.py\n```\n\n# Feedback \u0026 ideas\n\nszymon [dot] denise [ at ] gmail [ dot ] com\n\n# License\n\nCopyright (c) 2017-2023, Szymon Jessa\n\nAll rights reserved.\n\nThis source code is licensed under the BSD-style license found in the\nLICENSE file in the root directory of this source tree.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenise-pl%2Feliza","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenise-pl%2Feliza","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenise-pl%2Feliza/lists"}