Spaces:
Sleeping
Sleeping
| title: KSI Version 1.1 β Subtitle KIS | |
| emoji: π¬ | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: docker | |
| pinned: false | |
| license: mit | |
| # Subtitle KIS (KSI v1.1) | |
| GPU-accelerated subtitle search & summarize (SBERT + FAISS + DistilBART + punctuation). | |
| ## How to run locally | |
| ```bash | |
| pip install -r requirements.txt | |
| export PORT=7860 | |
| python backend/app.py | |
| # open http://localhost:7860 | |