How can I integrate Prodigy UI to my web application ?

Hi , I have following use case.

We have list of articles from which we want to extract data using entities like Organization, Investors etc as shown in demo.

My question is that I want to integrate that in my angular web application.
How can I achieve that ?

Hi! This depends on the specifics of your application – the most straightforward way is probably to load Prodigy in an iframe, and have a separate REST API (e.g. using FastAPI) that starts/stops Prodigy processes by calling prodigy.serve, and that you can send requests to from your Angular app.