Hello Narasimha,
You have done an awesome job of creating this python port. I have been trying to find ways to run the model on desktop since two days and had no luck. This worked perfectly.
This is not really an issue but a few queries -
-
The model seems to be working "fine" and not as good as it works on the android, do you think that they use a much more advanced version? If yes, how can we improve this?
-
Their model sends some fallback responses if it couldn't suggest anything (Ok ,yes , no (y), :), etc.)
Have you added any conditions to avoid that? your code doesnt reply anything when it cant find something.
-
Do you know what the numbers mean? They definitely do not look like probabilities as it is going above 1.
What would be a good condition to ignore a suggestion. (Maybe ignore all the suggestions less than 0.5 score?, what do you think )

-
Since this model was published in 2019, it is bit outdated. Do you know any other latest research/model that is readily available for use?
Appreciate your help! Thanks again for your great work.
Hello Narasimha,
You have done an awesome job of creating this python port. I have been trying to find ways to run the model on desktop since two days and had no luck. This worked perfectly.
This is not really an issue but a few queries -
The model seems to be working "fine" and not as good as it works on the android, do you think that they use a much more advanced version? If yes, how can we improve this?
Their model sends some fallback responses if it couldn't suggest anything (Ok ,yes , no (y), :), etc.)
Have you added any conditions to avoid that? your code doesnt reply anything when it cant find something.
Do you know what the numbers mean? They definitely do not look like probabilities as it is going above 1.

What would be a good condition to ignore a suggestion. (Maybe ignore all the suggestions less than 0.5 score?, what do you think )
Since this model was published in 2019, it is bit outdated. Do you know any other latest research/model that is readily available for use?
Appreciate your help! Thanks again for your great work.