Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixon-voxell/unityrasa
Rasa Tree Flow Graph in Unity.
https://github.com/nixon-voxell/unityrasa
Last synced: about 2 months ago
JSON representation
Rasa Tree Flow Graph in Unity.
- Host: GitHub
- URL: https://github.com/nixon-voxell/unityrasa
- Owner: nixon-voxell
- License: apache-2.0
- Archived: true
- Created: 2021-08-29T14:00:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-02T10:25:35.000Z (about 3 years ago)
- Last Synced: 2024-11-13T01:38:34.621Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 328 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Unity Rasa
This package provides easier access to NLP tools by exposing it via graph nodes. The goal of this project is to provide a complete suite of NLP tools directly through the Rasa Tree Flow Graph.
![RasaTreeSimpleExample](Pictures~/RasaTreeSimpleExample.png)
- [Unity Rasa](#unity-rasa)
- [Installation](#installation)
- [Support the project!](#support-the-project)
- [Join the community!](#join-the-community)
- [License](#license)
- [References](#references)## Installation
External dependencies:
- VX Util ([UnityUtil](https://github.com/voxell-tech/UnityUtil))
- VX AI ([UnityAI](https://github.com/voxell-tech/UnityAI))
- VX NLP ([UnityNLP](https://github.com/voxell-tech/UnityNLP))1. Clone the [UnityUtil](https://github.com/voxell-tech/UnityUtil) repository into your project's `Packages` folder.
2. Clone the [UnityAI](https://github.com/voxell-tech/UnityAI) repository into your project's `Packages` folder.
3. Clone the [UnityNLP](https://github.com/voxell-tech/UnityNLP) repository into your project's `Packages` folder.
4. Clone this repository into your project's `Packages` folder.
5. And you are ready to go!## Support the project!
## Join the community!
## License
This repository as a whole is licensed under the Apache License 2.0. Individual files may have a different, but compatible license.
See [license file](./LICENSE) for details.
## References
- https://www.youtube.com/watch?v=nKpM98I7PeM