You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe he can create an API for this data? As far as I understood him he collects the sources manually as well (there are csv files on official German sites with statistics...)
Maybe he can create an API for this data? As far as I understood him he collects the sources manually as well (there are csv files on official German sites with statistics...)
Yeah, that's definitely more detailed. An API would be great!
Maybe he can create an API for this data? As far as I understood him he collects the sources manually as well (there are csv files on official German sites with statistics...)
Many people have specific information needs, which may not be answered in FAQs (e.g. "How many people are infected with Corona in Berlin?").
A possible first step would be to classify the intent of the question (w/ Rasa or DeepPavlov).
Afterwards, slot filling can be used to extract semantic concepts (w/ Rasa or DeepPavlov).
The information can then be converted into database queries (e.g. COVID-19, Coronavirus Tracker API, Coronazaehler).
Extra: The result may be formatted for different intents.
Similar projects:
Rasa project for answering simple COVID-19 questions.
https://github.com/LuisMossburger/CoronaBibliothekar/tree/rasa-init
Combined COVID-19 cases database (RKI, JHU, ECDC)
https://github.com/swildermann/COVID-19
The text was updated successfully, but these errors were encountered: