https://github.com/brackendev/omm_0000
OMM 0000
https://github.com/brackendev/omm_0000
artificial-intelligence chatbot eliza eliza-chatbot english natural-language-processing pharo smalltalk
Last synced: 9 days ago
JSON representation
OMM 0000
- Host: GitHub
- URL: https://github.com/brackendev/omm_0000
- Owner: brackendev
- License: mit
- Created: 2020-10-29T14:24:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T05:35:18.000Z (about 4 years ago)
- Last Synced: 2025-02-25T19:34:12.384Z (over 1 year ago)
- Topics: artificial-intelligence, chatbot, eliza, eliza-chatbot, english, natural-language-processing, pharo, smalltalk
- Language: Smalltalk
- Homepage: http://bracken.dev/
- Size: 377 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OMM 0000
========
https://www.youtube.com/watch?v=U0YkPnwoYyE
* [Pharo 10](https://www.pharo.org/) reference platform.
## Installation
In a Playground, _Do It_:
```smalltalk
Metacello new
repository: 'github://brackendev/OMM_0000/src';
baseline: 'OMM0000';
load.
```
## Usage
In a Playground, _Do It_:
```smalltalk
WebBrowser openOn: 'http://127.0.0.1:8080/OMM0000/'.
```
## Acknowledgements
This project makes use of the following third-party libraries and utilities:
* [ELIZA-Smalltalk](https://github.com/brackendev/ELIZA-Smalltalk)
* [IconFactory](https://github.com/peteruhnak/IconFactory)
* [RenoirSt](https://github.com/ba-st/RenoirSt)
* [Seaside](https://github.com/SeasideSt/Seaside)
## Author
Bracken Spencer
* [GitHub](https://www.github.com/brackendev)
* [LinkedIn](https://www.linkedin.com/in/brackenspencer/)
* [Twitter](https://twitter.com/brackendev)
## License
OMM 0000 is released under the MIT license. See the LICENSE file for more info.