VibeCheck is a simple AI-powered web app to analyze text sentiment as Positive β or Negative β with confidence scores. Color-coded output makes it easy to understand the sentiment at a glance! π¨
- Detects Positive β / Negative β sentiment
- Color-coded output:
- Green β β Positive
- Red β β Negative
- Easy to run locally and deploy online π
- Handles text up to 1000 characters β¨οΈ
- Python 3.10+ π
- Streamlit for UI
- Transformers for sentiment analysis
- PyTorch backend π₯
- Clone the repo:
git clone https://github.com/<your-username>/vibecheck.git cd vibecheck
- Install required packages: pip install streamlit transformers torch sentencepiece
- Run the app: streamlit run app.py
- Open browser at http://localhost:8501 β type text β Positive / Negative sentiment output β β π Usage
-Type any text into the input box βοΈ
-Click Analyze π
-See sentiment with confidence score and color-coded output π―