--- 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.