Chat bot using TensorFlow

I’m in the need of creating a virtual chat bot. The bot should be multilingual and be able to interact with its user with text as well as voice.
Need to incorporate in an android device.
Can this be implemented completely using TensorFlow?
Any idea/suggestions would be very helpful!
Thanks.

Yes but you need to build up many things around TF to create a chatbot service.

I suggest you take an overview to:

So you can figure out how a real E2E chatbot system is working

There are also other videos at:

If you want to experiment a little bit with a specialized library check:

1 Like

Thank you @Bhack for the resources. :slightly_smiling_face: