A conversational AI weather assistant built with Rasa.
👉 READ 00_START_HERE.txt FIRST! It has complete setup instructions.
Quick version:
- Run
python test_setup.py(checks everything) - Run
pip install -r requirements.txt - Run
rasa run actions(Terminal 1) - Run
rasa shell(Terminal 2)
Note: API key is hardcoded in the code - no setup needed!
- 00_START_HERE.txt - Complete instructions (READ THIS FIRST!)
- PROJECT_ABSTRACT.md - Academic paper/abstract
- presentation.pdf - Presentation slides
- test_setup.py - Diagnostic tool
✓ NLU with Rasa DIET classifier ✓ Real-time weather data ✓ Context-aware conversations ✓ Outfit recommendations ✓ 100% test pass rate
Repository: https://github.com/krishna8399/WeatherBot