Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lourduradjou/ai-text-summarizer-app
https://github.com/lourduradjou/ai-text-summarizer-app
api expressjs huggingface postmanapi text-summarization
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lourduradjou/ai-text-summarizer-app
- Owner: lourduradjou
- Created: 2024-08-29T08:26:29.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T18:40:54.000Z (3 months ago)
- Last Synced: 2024-11-09T03:12:24.737Z (7 days ago)
- Topics: api, expressjs, huggingface, postmanapi, text-summarization
- Language: JavaScript
- Homepage: https://ai-text-summarizer-app-ten.vercel.app
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Text Summarization App
Welcome to the AI Text Summarization App! This application leverages advanced machine learning models to generate concise summaries of long texts. It's designed to help you quickly understand the core ideas of any document without having to read through the entire content.
## I hope this link work in replit: 👉 [Click here](https://d3800d19-b872-47fb-92b4-919df57486a9-00-2dz3qz7tzre3v.sisko.replit.dev/)
## Images:
![demo image for the AI summarization webapp](./img/demo1.png)
## Features
- **Automatic Text Summarization:** Easily summarize any text by pasting it into the app.
- **User-Friendly Interface:** Simple and intuitive design for seamless user experience.
- **Fast and Efficient:** Get summaries in seconds, saving you time and effort.## How It Works
1. **Input:** Paste the text you want to summarize into the input field.
2. **Processing:** The AI model analyzes the text, identifies key points, and generates a summary.
3. **Output:** The summarized text is displayed on the screen.## Installation
To run this app locally:
1. Clone the repository:
```bash
git clone https://github.com/lourduradjou/ai-text-summarization-app.git2. Change the directory:
```bash
cd ai-text-summarization-app3. Install the required packages:
```bash
npm install4. **Sign up** in **Hugging Face** and connect via api access token , using the **Facebook-bart-cnn** (This model is used in this repo)
Clone The repo and make contribution and open a pull request , i will check it and merge.
Further Improvements: Adding more interactivity, Changint the UI/UX , or adding a image generation also (I tried still not works well at my case)