An open API service indexing awesome lists of open source software.

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

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.