Our Healthcare ChatBot Example Application
This section summarizes the features of the running Healthcare ChatBox example applications. For additional information, see the project’s README
DISCLAIMER: In this guide, we develop a healthcare ChatBot example application, chosen because it is a worst case design challenge. Needless to say, but we will say it anyway, a ChatBot is notoriously difficult to implement successfully, because of the free form prompts from users and the many possible responses models can generate. A healthcare ChatBot is even more challenging because of the risk it could provide bad responses that lead to poor patient outcomes, if applied. Hence, this example is only suitable for educational purposes. It is not at all suitable for use in real healthcare applications and it must not be used in such a context. Use it at your own risk.
TODO: This section will be completed soon. For now, see the discussions about the application throughout this guide and refer to the project’s
README
.Contributions are welcome!. See the project issues, in particular #21 and #28.
Tentative Outline:
- Where each tool and process fits into the software development lifecycle.
- Integration of our new tools into existing process frameworks, e.g., running unit benchmarks integrated with PyTest and similar tools.
- Using these tools with other programming languages.
- …
Integration into the Software Development Lifecycle
…
Writing Tests During Test-Driven Development
…
Integration into Test Suites
TODO: Discuss integration into PyTest and other frameworks.
Highlights:
TODO