Skip to content

added new project story teller #590

Open
AVEEJG wants to merge 5 commits into
blockseblock-labs:mainfrom
AVEEJG:AWESstylefix
Open

added new project story teller #590
AVEEJG wants to merge 5 commits into
blockseblock-labs:mainfrom
AVEEJG:AWESstylefix

Conversation

@AVEEJG

@AVEEJG AVEEJG commented Sep 2, 2025

Copy link
Copy Markdown

📝 AI Content Summarizer

A simple web app that summarizes long articles into short, clear summaries using Hugging Face transformers.

🚀 Setup & Run

  1. Clone this repo or copy the files into a folder:

content-summarizer/ ├── app.py ├── index.html ├── requirements.txt └── README.md

  1. Install dependencies:
pip install -r requirements.txt

3. Run the backend:

python app.py


4. Open index.html in your browser (just double-click or drag into browser).

Paste some text → click Summarize → get results instantly.

⚡ Notes

The backend runs on http://127.0.0.1:5000/summarize.

The frontend (index.html) calls the backend via fetch().

Make sure your backend is running before testing the frontend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant