This repo contains different modules created for later use
This program classifies user questions into different intent categories using natural language processing (NLP) and machine learning techniques. It's designed to analyze IT support questions and categorize them into intents such as 'password', 'network', 'application', 'email', 'device', 'internet', and 'hardware'.
This program is developed for the demonstration purposes of another project "LightWeight IT Support Assistant Chatbot". The features of this demo app are :
- Filtering out out-of-domain questions
- Saving all the questions and answers in CSV file
- PDF export feature of Q%A of current session upon exit