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

para to summarize.png I want to summarize coin.description into short length of text.

api calling for coin data.png
This is my API calling having GET request. So how could I achieve the summarization ?

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?

Sign up or log in to comment