Skip to content

A simple web app for sentiment analysis using Hugging Face Transformers and Gradio. It classifies input text as positive or negative in real time.

License

Notifications You must be signed in to change notification settings

Armin-ar79/sentiment-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis App with Transformers and Gradio

This is a simple web app that uses a pretrained sentiment analysis model from Hugging Face (DistilBERT) and the Gradio library to classify user input as positive or negative.

Features

  • English sentiment classification
  • Simple Gradio interface
  • Deployed via Hugging Face Spaces

Demo

👉 Try the app here

How to Run Locally

git clone https://huggingface.co/spaces/your-username/your-space-name
cd your-space-name
pip install -r requirements.txt
python app.py

About

A simple web app for sentiment analysis using Hugging Face Transformers and Gradio. It classifies input text as positive or negative in real time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published