Spaces:
Sleeping
Sleeping
Commit
·
deda593
1
Parent(s):
d0a31d6
Add Hugging Face Space config header
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Text-Sentiment-Classifier-API
|
2 |
This project is a simple REST API for sentiment analysis built with FastAPI and HuggingFace Transformers. It uses the distilbert-base-uncased-finetuned-sst-2-english model to classify English text as positive, negative or (rarely) neutral, and it returns a confidence score.
|
3 |
|
|
|
1 |
+
---
|
2 |
+
title: Text Sentiment Classifier
|
3 |
+
emoji: 🧠
|
4 |
+
sdk: gradio
|
5 |
+
app_file: app.py
|
6 |
+
---
|
7 |
+
|
8 |
# Text-Sentiment-Classifier-API
|
9 |
This project is a simple REST API for sentiment analysis built with FastAPI and HuggingFace Transformers. It uses the distilbert-base-uncased-finetuned-sst-2-english model to classify English text as positive, negative or (rarely) neutral, and it returns a confidence score.
|
10 |
|