This is a simple AI text summarizer app that uses the Hugging Face Inference API to summarize text. The app is built using the Node.js, Express.js. The app uses the Hugging Face Inference API to generate the summaries. This project is part of the AI Text Summarizer App course on the Postman Academy.
To use the app, simply enter the text you want to summarize in the text box and click the "Summarize" button. The app will then generate a summary of the text.
To install the required libraries, run the following command:
npm installTo run the app, use the following command:
npm run start