We are currently working with something like this:
user intent is to have information about their status
bot utters message asking for their ID image
they take a picture/send it
image gets sent to an API - custom action
bot utters an answer / returns user information
I was wondering if there is possible to recognize an user sent message like that (image)? (or in other words how to make it possible to use that message/image to make that next custom action?)
I’m aware that rasa works with NLU and not image recognition, but I’m stuck in finding an solution to make that example above work while still working with rasa. Could anyone help with ideas?
Hey, right now I think we just ignore that input. You’d have to customise the relevant connector for the messaging platform to actually receive that image. Something like this in the telegram connector for example: rasa_core/telegram.py at master · RasaHQ/rasa_core · GitHub
I am working on similar Rasa chat bot which has to take a picture of the document the user presents, and the bot has to click a picture via the webcam. I am new to Rasa and do not know how to work around with custom actions, if there are any implementations I can use for reference, it would be of great help.
Hi , i have similar requirement. I have created a beauty bot. Now i want to add one feature where can upload his/her image. is there any solution where image can be captured irrespective of any device ?
I want help regarding getting image from user by chatbot and applying algorithm on that image. After processing send characteristic of that image to user through chat or send image to user