This web app allows users to summarize text using AI-powered models from Hugging Face. It is built using a combination of front-end and back-end technologies.
- Summarizes user-provided text using an AI model from Hugging Face.
- Built with the bart-large-cnn model developed by Facebook for summarizing content.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- API: Hugging Face API (bart-large-cnn model)
- User enters text into a form on the web app.
- The backend sends this text to the Hugging Face API, which uses the bart-large-cnn model to summarize the text.
- The summarized version is then displayed to the user.