https://github.com/vansh-codes/ai-text-summarizer-app
AI Text Summarizer App - Quickly generate concise summaries of lengthy articles, research papers, and other documents using advanced AI technology. Improve your productivity and save time with our easy-to-use summarization tool. Perfect for students, researchers, and professionals. Try it now!
https://github.com/vansh-codes/ai-text-summarizer-app
ai-text-summarizer-app api facebook-bart-api hugging-face-api nodejs postman postman-api text-summarizer
Last synced: 10 months ago
JSON representation
AI Text Summarizer App - Quickly generate concise summaries of lengthy articles, research papers, and other documents using advanced AI technology. Improve your productivity and save time with our easy-to-use summarization tool. Perfect for students, researchers, and professionals. Try it now!
- Host: GitHub
- URL: https://github.com/vansh-codes/ai-text-summarizer-app
- Owner: vansh-codes
- License: mit
- Created: 2024-07-30T13:10:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T17:24:26.000Z (about 2 years ago)
- Last Synced: 2025-01-20T02:03:05.883Z (over 1 year ago)
- Topics: ai-text-summarizer-app, api, facebook-bart-api, hugging-face-api, nodejs, postman, postman-api, text-summarizer
- Language: JavaScript
- Homepage: https://ai-text-summarizer-app-gold.vercel.app
- Size: 619 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AI Text Summarizer


π Welcome to the AI Text Summarizer Web App repository! This application leverages the power of artificial intelligence to provide concise summaries of long texts. Whether you have a lengthy article, research paper, or any other text document that you want to summarize quickly, this app can assist you.
## πTable of Contents
1. [Features](#Features)
2. [Technology Stack](#Technology-Stack)
3. [Getting Started](#Getting-Started)
4. [Web Application](#Web-Application)
5. [Usage](#Usage)
6. [Contributing](#Contributing)
7. [License](#License)
8. [Contact](#Contact)
9. [Links](#Links)
## β¨Features
- **Text Summarization**: Paste any text into the text area and get a concise summary.
- **Default Text**: Use the default text button to add dummy text for testing.
- **Responsive Design**: The app is responsive and works well on various devices.
- **Loading State**: The submit button shows a loading spinner while the text is being summarized.
## π»Technology Stack
### **FrontEnd:**  Β  Β 
### **BackEnd:**  Β 
### **API:** Hugging Face BART model for text summarization
## Getting Started
### Prerequisites
- Node.js and npm installed on your machine
- Hugging Face API token
### Getting Started
1. Clone the repository:
```bash
git clone https://github.com/vansh-codes/AI-Text-Summarizer-App.git
```
2. Create a `.env` file in the root directory and add your Hugging Face API token:
```bash
ACCESS_TOKEN=your_hugging_face_api_token
```
3. run `node index.js`
4. Open `localhost:3000` in your web browser to start using the application.
## πWeb Application
1. Access here: [AI-Text-Summarizer](https://ai-text-summarizer-app-gold.vercel.app/)
## Usage
1. Open the application in your browser.
2. Paste your text into the "Paste in some text to summarize" text area. Ensure that the text length is between 200 and 100,000 characters.
3. Click the "Summarize" button to get a concise summary of the text.
4. Optionally, click the "Add Default Text" button to insert dummy text into the text area for testing purposes.
```bash
.
βββ public
β βββ index.html # HTML for the app
β βββ stylesheet.css # CSS styles for the app
β βββ script.js # script for the app
βββ index.js
βββ summarize.js
βββ .env # Environment variables (not committed to version control)
βββ .gitignore # Files and directories to ignore in git
βββ package.json # Project dependencies and scripts
βββ README.md # Project documentation
```
### **API Integration**
The app uses the Hugging Face BART model for text summarization. The API call is made using the `axios` library in the `script.js` file. Ensure that your Hugging Face API token is set correctly in the `.env` file.
## Contributing
Contributions are welcome! Please create a issue and wait until assigned. When assigned fork the repository and submit a pull request for any enhancements or bug fixes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## πContact
For any questions or feedback, please contact [vansh-codes](https://github.com/vansh-codes).
### - Created by **Vansh Chaurasiya**
Show some β€οΈ by starring this repository !
## πLinks
[](https://www.linkedin.com/in/vanshchaurasiya24)
[](https://www.twitter.com/vanshchaurasiy4)