A chatbot for conversing with employees.
- Asks basic questions regarding work culture and job satisfaction.
- Accepts both MCQ and open ended responses
- Stores responses in SQLite database
Tech stack : Python RASA Sqlite
- Train the model:
rasa train
- Open a second terminal window and start the action server:
rasa run actions
- Return to the first terminal window and start the assistant on the command line:
rasa shell