CoolFace
Apppublic

Hobson/mathtext-fastapi

sourceHugging Faceagpl-3.0updated 3y agoView on Hugging Face
1likes
CHANGELOG.md19 linesDownload Raw Back to root
1 2## [0.0.12](https://gitlab.com/tangibleai/community/mathtext-fastapi/-/tags/0.0.12)3 4Improve NLU capabilities5- Improved handling for integers (1), floats (1.0), and text numbers (one)6- Integrates fuzzy keyword matching for 'easier', 'exit', 'harder', 'hint', 'next', 'stop'7- Integrates intent classification for user messages8- Improved conversation management system9- Created a data-driven quiz prototype10 11 12## [0.0.0](https://gitlab.com/tangibleai/community/mathtext-fastapi/-/tags/0.0.0)13 14Initial release15- Basic text to integer NLU evaluation of user responses16- Basic sentiment analysis evaluation of user responses17- Prototype conversation manager using finite state machines18- Support for logging of user message data19