How I can integrate facebook / bart-large-cnn model to summarize a long paragraph of text with a frontend react.js based web application ?
#35
by
aach-mls
- opened
I guess you'd have to host the model on your backend and expose an endpoint where you send the text and get the summary.
Hi Aarush Choubey,
Were you able to integrate the model into your JS frontend? I am trying to do this too so could you help me out?