Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vedbhanushali/huggingface-text-summarizer

Using hugging face ( Facebook’s “bart-large-cnn” model) this web application summarize text
https://github.com/vedbhanushali/huggingface-text-summarizer

axios expressjs huggingface nodejs vanilla-javascript vanilla-js

Last synced: about 2 hours ago
JSON representation

Using hugging face ( Facebook’s “bart-large-cnn” model) this web application summarize text

Awesome Lists containing this project

README

        

# SUMMERIZZER

https://github.com/user-attachments/assets/a19813e4-d762-4d6b-ac40-1ddac16f9da0

## What does it do ?

- User is prompted to insert text that they wish to summarize.
- The user can submit their text with a “summarize” button and receive an AI-powered summary in an output textarea.

## Tech stack
These are the tools and technologies used to build application

### API platform

- Postman
- Replit

### Back end

- Node.js
- Express
- Hugging Face Inference API

### Front end

- HTML
- CSS
- JavaScript