Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vedbhanushali/huggingface-text-summarizer
- Owner: Vedbhanushali
- Created: 2024-03-20T11:22:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T12:04:48.000Z (2 months ago)
- Last Synced: 2024-11-06T02:44:22.165Z (about 2 months ago)
- Topics: axios, expressjs, huggingface, nodejs, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage: https://replit.com/@VedBhanushali/AI-Text-Summarizer-App-Starter-Template
- Size: 3.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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