Skip to content

bitxsyntax/text-summarizer-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Summarizer App

A simple AI-powered app that summarizes news articles or blog posts into 3 sentences using Hugging Face Transformers.

Setup

  1. Clone the repo: git clone https://github.com/bitxsyntax/text-summarizer-app.git
  2. Create a virtual environment: python -m venv venv and activate it.
  3. Install dependencies: pip install -r requirements.txt
  4. Run the summarizer: python summarizer.py

Usage

Provide text input to the script, and it will output a 3-sentence summary.

Parts of the Project

  • Part 1: Python setup and GitHub repo.
  • Part 2: Core summarization script.
  • Part 3: Simple UI (using Streamlit) and deployment.

Dependencies

  • Python 3.9+
  • transformers
  • torch
  • streamlit (for UI)

License

MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages