Skip to content

ammarvellous/AI-Text-Summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Text Summarizer

image

Overview

The AI Text Summarizer is a web application built with Node.js. It leverages the Postman API and the HuggingFace model for backend processing to generate concise summaries of long texts.

Technologies Used

  • Languages:
    • CSS: 41.4%
    • JavaScript: 39%
    • HTML: 19.6%
  • Backend:
    • Node.js
    • Postman API
    • HuggingFace Model

Features

  • Summarizes long texts into shorter, concise summaries.
  • Integrates with the HuggingFace model for advanced text summarization.
  • User-friendly interface with a clean design.

Installation

  1. Clone the repository:
    git clone https://github.com/Md-Ammar/AI-Text-Summarizer.git
  2. Navigate to the project directory:
    cd AI-Text-Summarizer
  3. Install the dependencies:
    npm install

Usage

  1. Start the application:
    npm start
  2. Open your browser and navigate to http://localhost:3000.

API Endpoints

  • POST /summarize: Summarizes the provided text.
    • Request: JSON object containing the text to be summarized.
    • Response: JSON object containing the summarized text.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

License

This project is licensed under the MIT License.


Feel free to customize it further as per your requirements!

About

Summarizer tool in streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published