Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RosiSoyYo
/
AIIA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ea989cb
AIIA
/
ml-service
/
nlp.py
RosiYo
feat[bert]: FastAPI interface
b08b610
over 1 year ago
raw
Copy download link
history
blame
Safe
131 Bytes
# nlp.py
def
sentiment_analysis
(
classifier, text
):
sentiment = classifier.get_sentiment_label_and_score(text)
return
sentiment