I thought of making an agent for planning travel for this project as there is so much ambiguity around travel in today’s time .
An agent which can reply to the travellers questions on vaccination rule and travel requirements. I want to further add a booster shot recommendation (I don’t know what will be the basis ) maybe can be a continuation of my last project Baldev-19 which was in a way detecting emotions and monitoring some basic health parameters.
As I progressed on this project , I created an entity to capture plan related synonyms basis the possible user queries(training phrases).
I created another entity called vaccine to seek a reply basis sentiment analysis done in the code which can have 3 possible results basis the sentiment values defined.
Even though the firebase deployment shows complete, the code is not generating the reply .