nadhiffh's picture
Fix: Add config block for Hugging Face Spaces
1767b23

A newer version of the Streamlit SDK is available: 1.45.1

Upgrade
metadata
title: Indonesian News Summarizer ๐Ÿ‡ฎ๐Ÿ‡ฉ
emoji: ๐Ÿ“ฐ
colorFrom: indigo
colorTo: blue
sdk: streamlit
sdk_version: 1.32.0
app_file: app.py
pinned: false

Indonesian News Summarizer

This is a Streamlit web app that summarizes Indonesian news articles using the cahya/t5-base-indonesian-summarization-cased model from Hugging Face.

Features

  • Input a news article URL (e.g., from Detik.com)
  • Extracts full article text using newspaper3k
  • Summarizes using a fine-tuned T5 model

Setup & Run

pip install -r requirements.txt
streamlit run app.py

Deployment on Hugging Face Spaces

  1. Create a new Space (SDK: Streamlit)
  2. Clone the Hugging Face repo
  3. Push this project into the repo
git add .
git commit -m "Upload summarizer app"
git push