Spaces:
Sleeping
Sleeping
zykrix commited on
Commit ·
a7fed31
1
Parent(s): 6944052
Ready for Hugging Face Spaces deployment
Browse files- README.md +11 -0
- requirements.txt +0 -2
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🤖 NLP Assistant
|
| 2 |
|
| 3 |
A lightweight NLP-powered assistant that provides **summarization**, **news classification**, and **event detection** from text, PDF uploads, or article URLs. Built using `Transformers`, `KeyBERT`, `Streamlit`, and `pdfplumber`.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "NLP-Assistant"
|
| 3 |
+
emoji: "🧠"
|
| 4 |
+
colorFrom: "blue"
|
| 5 |
+
colorTo: "purple"
|
| 6 |
+
sdk: "gradio"
|
| 7 |
+
sdk_version: "4.16.0"
|
| 8 |
+
app_file: "app.py"
|
| 9 |
+
license: "mit"
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# 🤖 NLP Assistant
|
| 13 |
|
| 14 |
A lightweight NLP-powered assistant that provides **summarization**, **news classification**, and **event detection** from text, PDF uploads, or article URLs. Built using `Transformers`, `KeyBERT`, `Streamlit`, and `pdfplumber`.
|
requirements.txt
CHANGED
|
@@ -13,7 +13,5 @@ torch==2.6.0
|
|
| 13 |
numpy==1.26.4
|
| 14 |
lxml_html_clean==0.1.1
|
| 15 |
lxml==5.3.1
|
| 16 |
-
flask==2.3.3
|
| 17 |
beautifulsoup4
|
| 18 |
requests
|
| 19 |
-
gunicorn==21.2.0
|
|
|
|
| 13 |
numpy==1.26.4
|
| 14 |
lxml_html_clean==0.1.1
|
| 15 |
lxml==5.3.1
|
|
|
|
| 16 |
beautifulsoup4
|
| 17 |
requests
|
|
|