deepset-ai / COVID-QA

API & Webapp to answer questions about COVID-19. Using NLP (Question Answering) and trusted data sources.
Apache License 2.0
344 stars 121 forks source link

How to use front-end #113

Open tide90 opened 3 years ago

tide90 commented 3 years ago

Hey,

how can I use the front-end? When you bot was online I tested it, and want to use the telegram front-end. But I am little bit off since there is no description how to do that.

Thanks in advance!

tide90 commented 3 years ago

I am still interested in that. How would I just use the telegram front end UI for my own model?

tholor commented 3 years ago

The Telegram Bot was implemented by @theapache64. Maybe he can help you here ...

theapache64 commented 3 years ago

@tide90 Here's the telegram-bot source which shows the API interface I've created to access deepset-ai

Link : https://github.com/teamxenox/CoDoc19/blob/master/scholar-api/src/main/kotlin/com/teamxenox/scholar/Scholar.kt

tide90 commented 3 years ago

@theapache64 Thank you. Is this the right link? Where do you have the connection to NLP and sending possible responses?

The interface was a little bit larger and different window size. Now, this UI as this typical Catbot UI?