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