absa-sentiment-app / README.md
pivalue's picture
Add metadata to README.md
1c6791e
---
title: ABSA Sentiment Analyzer
emoji: ๐Ÿ“Š
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: "4.27.0"
app_file: app.py
pinned: false
---
# ABSA Sentiment Analyzer
This web app uses a fine-tuned BERT model to perform Aspect-Based Sentiment Analysis (ABSA) on restaurant reviews. Enter a review and it will return sentiment for each aspect.
Built using Gradio, Hugging Face Spaces, and Transformers.