The DEC112 Semantic Container is a chatbot to be used in the DEC112 system (official website: https://www.dec112.at/en). A ready to use Docker image is available on Dockerhub: https://hub.docker.com/r/semcon/sc-dec112
Special features include:
- Chatbot: either Eliza (Wikipedia) or deaf emergency chat training
- Multi language support: currently text available for English, German, Spanish, French, Romanian
- Consent Management: if a user consents to using chat texts and a DID featuring a service endpoint for hosting consent information (e.g., OwnYourData Data Vault, https://data-vault.eu/en) is available, then this consent information is shared (including requesting information and consent revocation)
Semantic Containers enable secure and traceable data exchange between multiple parties.
more infos and documentation: https://ownyourdata.eu/en/semcon Semantic Container images: https://hub.docker.com/u/semcon
Please report bugs and suggestions for new features using the GitHub Issue-Tracker and follow the Contributor Guidelines.
If you want to contribute, please follow these steps:
- Fork it!
- Create a feature branch:
git checkout -b my-new-feature
- Commit changes:
git commit -am 'Add some feature'
- Push into branch:
git push origin my-new-feature
- Send a Pull Request