Yash Pungaliya

Results 6 comments of Yash Pungaliya

Hi @teolemon we can use the **imread** function in **scipy** for flattening the images as follows- `from scipy.misc import imread ` `img = imread("imgname.jpg") ` `img.flatten()`

I have read about Wiener filters and also come across an OpenCV implementation written in C. Can we try that?

From what I understood looking at 3, this is happening because ES is called after [specialtyBot is called](https://github.com/aws-solutions/aws-qnabot/blob/main/lambda/fulfillment/lib/middleware/3_query.js#L59). I would expect [ES to be queried](https://github.com/aws-solutions/aws-qnabot/blob/main/lambda/fulfillment/lib/middleware/3_query.js#L139) first so that the specialty...

Hi @bobpskier, but wouldn't we want to directly route to the Specialty Bot sometimes in the 1st request itself? For example, user wants to enquire about food nutrition and asks...

I believe there would be use-cases where they would expect QnA bot to handle invocation in first turn itself, instead of letting specialty use-cases add an additional lambda hook, we...

@mohsenari is there a way to make the changes in our existing version until the next version update is done?