Spaces:
Runtime error
Runtime error
Numan sheikh
commited on
Commit
·
2e338d1
1
Parent(s):
7fb74eb
Add Hugging Face Space metadata to README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Sentilyze App
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: blue
|
6 |
+
sdk: docker
|
7 |
+
app_file: frontend/app.py
|
8 |
+
pinned: false
|
9 |
+
---
|
10 |
+
|
11 |
+
# Sentilyze App - Sentiment and Sarcasm Analyzer
|
12 |
+
|
13 |
+
This is your Streamlit application deployed on Hugging Face Spaces.
|
14 |
+
|
15 |
+
## Features:
|
16 |
+
* Analyzes sentiment of text
|
17 |
+
* Detects sarcasm in text
|
18 |
+
* Processes CSV files for bulk analysis
|
19 |
+
|
20 |
+
## How to Use:
|
21 |
+
(Add instructions on how to use your app here)
|