OMM_0000

Description

OMM 0000

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Created
Oct. 29, 2020
Updated
April 2, 2023
Topics
artificial-intelligence chatbot eliza eliza-chatbot english natural-language-processing pharo smalltalk

Categories

System / OS

README excerpt

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.
← Back to results