This project presents the development of a career counseling bot that utilizes Quora data to provide users with valuable insights and recommendations for their career choices
The main aim of this project is to demonstrate the effectiveness of leveraging Quora data for career counseling purposes. The Career Counseling Bot provides accurate and up-to-date guidance, assisting users in navigating the complexities of the job market. By tapping into the diverse perspectives and insights of the Quora community, the chatbot offers a valuable resource for individuals seeking career advice.
The chatbot uses natural language processing and a neural network to understand user queries and provide appropriate responses. The query is broken down into individual words and matched against stored patterns and knowledge. The model also uses a convolutional neural network to capture complex patterns and relationships within the data. The output scores are transformed into probabilities using activation functions like softmax. The model uses stochastic gradient descent during the training process to minimize loss and improve accuracy. By integrating the CNN model, the chatbot provides users with more precise and contextually relevant guidance for their career queries.
Webscrapping using selenium
Python
Machine Learning
NLP
Streamlit