Ajinkya Pathak

Results 3 comments of Ajinkya Pathak

I was able to execute the following lines of code on a local machine but failed to run AWS lambda ```python from shareplum import Site from shareplum import Office365 from...

my code ------------------------------------------------------------------------------------------------------------------------------- ``` from rasa_core.interpreter import RasaNLUInterpreter from rasa_core.agent import Agent interpreter = RasaNLUInterpreter('models/current/nlu') agent = Agent.load("models/dialogue", interpreter=interpreter) from RasaHost import host host.nlu_path = r"/home/ajinkz/Desktop/RASA/rasa_DEMO_1-2-19/nlu.md" host.stories_path = r"/home/ajinkz/Desktop/RASA/rasa_DEMO_1-2-19/stories.md" host.domain_path...