Closed oserikov closed 2 years ago
@Abhishek-1Bhatt hey! see the updated coding challenge here!
@Abhishek-1Bhatt yeah, Valentine's is great starting point! You could actually start with simply migrating Valentine's day logic onto the GO-bot framework of DeepPavlov: this will give you an intuition on how things are organized in both Agent and Library.
@oserikov hey!! as now i understood to build a Go-bot which perform naive weather communication. we need to provide Go-Bot framework with a dataset (in RASA v1 or DSTC2 formats). and for now only three essential files stories.md, nlu.md, domain.yml are supported by the DeepPavlov Go-Bot Framework..
am i going in the right direction??
We're starting regular review sessions of your application proposals drafts.
Every Thursday you can submit Google doc with your proposal (remember the limit of 3 final proposals in total), enable commenter access in the provided link. You won't have to re-submit your proposal(s) if the link stays the same.
Proposals should follow our released template
Our mentors will review them and provide feedback on a weekly basis.
GForm for proposals review: https://forms.gle/2PoHAgv9rjR1fuug7
@Abhishek-1Bhatt yeah, I will post some suggestions later today.
@arya2910 yes, you got it absolutely right
@arya2910 yes, you got it absolutely right
thanks @oserikov so should i start working on this coding challenge before GSOC proposal.
@Abhishek-1Bhatt wow great! Now the next step is to migrate this RASA app to deeppavlov RASA-compatible GO-bot (if API will be a problem, temporarily mock with some default response, I will then suggest the further step)
hey mentor!!@oserikov i am trying to build weather communication bot in deeppavlov RASA-compatible GO-bot and i got this error. can you please tell me how to resolve it?
@oserikov hey mentor!! i have read about get_weather snip dataset . any way you suggest to work on that. and yeah i build the weather communication bot using dp rasa framework but getting some error .I already asked above and some more errors i am getting. will you please help with that?
@arya2910 , could you please provide a link to your code for me to take a closer look? Now it looks like some paths are missing
@Abhishek-1Bhatt thx! I will review later today or tomorrow
@oserikov hey!! i have read many docs deeppavlov and deeppavlov agent and learned to make alexa skill. but its all get messed up in my mind that what are the components that are really need to make weather communication in deeppavlov framework and how to put all that together for development. can you please help me with this??
difficulty: medium mentor: @oserikov, @dilyararimovna requirements: python useful links: Alexa Prize DREAM report DP Agent
We're proud to rely onto our own stack while competing the Alexa Prize.
Though the challenge is sometimes so intense that our team reinvents the wheels without any complaints.
An inevitable technical debt arose: the components of our multiskill solution should be refactored and made open-source so that everyone could use our best findings
coding challenge
Build a GO-bot able to perform naive weather communication. It should consist of slotfiller to properly detect entities in texts and query either a DB or external API to respond with weather info. This is similar to our Alexa components.