File size: 488 Bytes
7cb3d87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # 🤗 VibeCheck-AI
VibeCheck-AI is a Hugging Face–powered NLP model that classifies text sentiment into:
- Positive
- Neutral
- Negative
Built for learning, hacking, and extending.
---
## 🚀 Setup
```bash
git clone https://github.com/yourname/vibecheck-ai
cd vibecheck-ai
pip install -r requirements.txt
```
# 🏋️ Train the Model
```
python train.py
```
Model will be saved to ./model
# 🔮 Run Inference
```
python predict.py
```
Type text and get the vibe instantly. |