Skip to content

RawAtCode/AI-Text-Summarizer-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Text Summarizer App

This is an AI-powered text summarization application that uses Hugging Face's BART CNN model to generate concise summaries from lengthy input texts.

Features

  • Summarize long text in seconds.
  • Hosted on Replit for easy access.
  • API powered by Hugging Face.

Tech Stack

  • Backend: Hugging Face Inference API
  • Frontend: Replit
  • Testing: Postman

How to Use

  1. Enter or paste text into the input box.
  2. Click the "Summarize" button.
  3. View the concise summary generated by the AI model.