Skip to content

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!

License

Notifications You must be signed in to change notification settings

vansh-codes/AI-Text-Summarizer-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

24 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

AI Text Summarizer

AI-Text-Summarizer-App



๐ŸŽ‰ 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
  2. Technology Stack
  3. Getting Started
  4. Web Application
  5. Usage
  6. Contributing
  7. License
  8. Contact
  9. 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: HTML5 ย  CSS5 ย  JAVASCRIPT

BackEnd: NodeJS ย  ExpressJS

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:
    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:
    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

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.
.
โ”œโ”€โ”€ 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 file for details.

๐Ÿ“žContact

For any questions or feedback, please contact vansh-codes.

- Created by Vansh Chaurasiya

Show some โค๏ธ by starring this repository !

๐Ÿ”—Links

linkedin twitter

BACK TO TOP

About

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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published