Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# SentimentAnalyzerAI This is a simple AI-powered sentiment analyzer using Hugging Face Transformers and Streamlit. Deployed on Streamlit Cloud. ## Features - Enter any text and get its sentiment (positive/negative). - Powered by BERT-based sentiment analysis model. ## How to Run Locally ```bash pip install -r requirements.txt streamlit run app.py