Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 992 Bytes

AI Text Summarizer App

This is an AI-powered text summarizer application built using Node.js, Replit, the Hugging Face Inference API, and Postman to explore APIs and generate code.

Features:

  • Summarizes large text documents or articles efficiently.
  • Provides both extractive and abstractive summary options.
  • Simple and user-friendly interface.
  • Customizable summary length and level of detail.

Tech Stack:

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express, Hugging Face Inference API
  • API platform: Postman
  • Code Editor/Deployment tool: Replit

Usage:

  1. Clone the repository.
  2. Install the required dependencies.
  3. Run the application locally or deploy it on a cloud platform.

Future Enhancements:

  • Ability to summarize PDFs and other file types.
  • Integrating more advanced NLP models for higher accuracy.
  • Adding a mobile version for ease of use.

SAMPLE