Send Image in Request - Getting Started with Rasa / Tutorials, Resources & Videos - Rasa Community Forum
👋 Introducing the Rasa Playground
Send Image in Request
post by haneef on Jan 16, 2020
Can anyone tell me how we can send and manage image file as a request. like when user will send the image to our chatbot then how to get that image and manage?
post by matias18233 on Jan 16, 2020
Hi @haneef!
I think you should using forms and combine it with custom actions:
With forms can enter any type of input, then be analyzed and processed with python through custom actions.
post by haneef on Jan 26, 2020
@matias18233 in forms i am not able to train our bot because my image is in blob format so each time new data occurs. So what i did is i handle image things in front-end and it works well.
post by matias18233 on Jan 26, 2020
great!
post by baval on Jan 5, 2021
is there any repository maintained, where you have implemented?