VibeCheck-AI / README.md
ajm19826's picture
Create README.md
7cb3d87 verified

๐Ÿค— 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

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.