Is it possible to create an in game chatbot?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rvphilip
    New Member
    • May 2021
    • 3

    Is it possible to create an in game chatbot?

    We are a chatbot company and a top US based client has asked us to create a chatbot for their game. example, the character in the game can chat with the bot, ask questions, get cheat codes etc. That's all we can say now because the project is highly confidential. Is there any way we can create an intelligent chatbot with NLP, deep learning, machine learning and AI for a game? Has anyone else done this before?
    This is a Python Project and the quickgrab.py code is as below:
    Code:
     
    
    import ImageGrab
    import os
    import time
    
    def screenGrab():
        box = ()
        im = ImageGrab.grab()
        im.save(os.getcwd() + '\\full_snap__' + str(int(time.time())) + 
    '.png', 'PNG')
    
    def main():
        screenGrab()
    
    if __name__ == '__main__':
        main()
    If any chatbot developer knows more about this, you can check the details about the project in our chatbot development services page,
Working...