[Unreal]NPC Dialogue generation using Bloom AI
contact me at [email protected] link Buy me a coffee! https://ko-fi.com/thinkingdarusik I finally did it! BigScience Bloom in Unreal! And also Python 3.10 in UE5! To achieve this, I decided to use Python, HuggingFace Transformers, and Bloom AI model to create an NPC that could understand and respond to user input. However, Unreal Engine 5 is based on C++, so using Python can be a bit tricky. Unreal Engine 5 does not natively support the latest version of Python, which meant that I had to make some changes in the source code to get everything working. ...