SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2325
An Intelligent Career Counselling Bot
A System for counselling
Archana Parab1; Siddhesh Palkar2; Satish Maurya3; Sonal Balpande4
4HOD, Assistant Professor
1-3B.E. Students
Department of Computer Engineering,
K.C. College of Engineering & Management Studies & Research,
Kopri, Thane(E)-400 603, India.
Abstract - Chatbots are computer programs that simulate intelligent human conversation. The development and
creation of new applications has been possible because of the design and production of interactive chatbots that help in a
better way for the progress of the people. This paper will describe current efforts in the development of an intelligent
Career Counselling Bot. Career Counselling project is built using artificial intelligence algorithms that are used for
analysing user’s queries and understand user’s message. It provides some valid result to the query of the user. The User
can query any career related query through the system. The user does not have to personally go to career counsellor for
the same. The System analyses the question and than answers to the query as if it is answered by the counsellor.
This system helps the user to choose the right career that they should follow according to their interests and
capabilities.
Keywords: Chatbots, NLP, Knowledge base, Artificial intelligence.
1. INTRODUCTION
Chatbots are the new generation computer programs that perform intelligent human conversation. Every chatbot has
typically three parts. The first one is typed or spoken input from the user in natural language, second is the typed or
spoken output from the chatbot and then the process of passing the input through the program so that an understandable
output is produced. This whole process is repeated until the end of the conversation is reached.
The Career counselling bot is a system designed for users where they can ask any career related questions like best
field to chose, latest trending course, etc. Even if the user does not frame sentence properly system will understands the
query and answer accordingly. The user doesn’t need to follow any specific format to ask questions. NLP(Natural
Language Processing) concept has been used that is concerned with programming computers so that natural language is
processed and used in order to get output to user.
The purpose of a chat bot system is to simulate a human conversation; the chat bot architecture integrates a
computational algorithm and language model to emulate information chat communication between a human user and a
computer using natural language. With the improvement of data-mining and machine-learning techniques, better decision-
making capabilities, availability of corpora, robust linguistic annotations/processing tools standards like XML and its
applications, chat bots have become more practical in daily life applications such as help desk tools, information retrieval
tools, automatic telephone answering systems, advertising, tools to aid in education, business and Ecommerce. In E-
commerce, chat bot helps in information retrieval tasks, such as for searching and browsing, as menu based navigation
poses difficulties in locating the appropriate information[1].The dialogue system provides additional information on
products and simplify decision making process to find a product that satisfy customer’s requirements[2].
According to Dr. Wallace, perhaps, the biggest market of chat bot is Entertainment Markets, in which, we can imagine
that chat bots can act as a talking book for children and provide foreign language instruction or can be a tutor in Intelligent
Tutoring system. One such study used an ALICE system to help Chinese university students practice their conversational
English skills. The study was qualitative in nature and used pre-existing conversational English skills[3].The study focused
more on user attitudes rather than on chatter bot efficiency. It was discovered that 62% of users chatted for 10 lines or
less, and that 8.5% of the time ALICE bot has no specific pattern to match the given input and had to rely on rootlevel
generic responses. In all of these conversational entities, one thing is common; and that is, they are having the difficulty of
maintaining dialogue for sustainable period of time[4].
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2326
2. LITERATURE SURVEY
2.1 Existing System
There are various chatbots in the market day to day that provide different types of services to the user using different
methods. Till date there is no such chatbot that helps users in choosing their careers. Applications have been developed
that help the students in choosing their career by asking some questions to find out the best career to chose. Chatbots have
been developed with similar features but for some other application that help the user in their day to day activities with
ease. These bots use Natural Language processing and various artificial intelligence algorithm that help them work in a
better way to serve the user.
2.2 Natural Language Processing
Natural language processing (NLP) is related to artificial intelligence, computer science which is concerned with the
interactions between computers and human (natural) languages and, in particular, concerned with programming
computers that is used for processing large natural language corpora. Various aspects in natural language processing
frequently involve natural language understanding, natural language generation, connecting language and machine
perception, managing human-computer dialog systems, or some combination thereof.[6]
Fig -1 Natural Language Processing.
2.3 Knowledge Base
A knowledge base (KB) is a technology used by a computer system to store complex structured and unstructured
information. The initially it was used in connection with expert systems which were the first knowledge-based systems.
The knowledge base is an important part of a chatbot. All the important data that the chatbot processes and requires in
order to interact with the user is kept in the knowledge base of that chatbot.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2327
3. PROPOSED SYSTEM
The aim of career counselling bot is to carry out a conversation between both human and machine. Some knowledge
has been embedded into the machine so that it identifies the sentences and making a decision itself as response to answer
a question. The response principle is to extract the tokens from the sentence process on that find the goal of sentence by
matching the input sentence from user.
This system can be used by any user who is confused about choosing the future career or anyone who wants to know
what career they should choose that would be beneficial for them in future. The bot will help the users who have passed
SSC and HSC to select their field of interest or a field that would be best for them in order to build up their future.
Advantages
 This system will help the user by answering the career related queries.
 User does not have to follow standard format while asking any queries.
 The built in artificial intelligence system will carry out all the processing to give suitable answers to the user.
 System uses a graphical representation of a person speaking while giving answers as a real person would do.
 In future reference we are trying to implement our system that will cover all the career fields.
4. METHODOLOGY
4.1 Algorithm
 First system will take input from user either in text or speech or voice format.
 The Voice format will be converted to the text format and the text format will be considered as it is.
 Process the received queries using the response generation module which makes use of a data repository.
 Search in Database appropriate answer.
 Display result in Speech as well as in Text.
4.2 Module
1. Bot Chat
Users can chat with the bot as if talking to a real career counsellor. This part is the core part of our chat bot system. The
artificial intelligence technology is new as well as it will help us to create various interactive system. The same program
can be used to build similar concept bots in future.
It is very difficult to make decision on user’s query but it is become easier because of the intelligent system. This part of
the bot processing accepts the input in text form and process the result and then it will reply back to the user.
2. Text to Speech
The bot also speaks out the answer. Our system will also give output in both format text as well as in voice. Main benefit
of audio output is, it is more understandable to user rather than read output[5].
3. The Processing
User ask question get process according to bot knowledge database first and suggest the best field according to user
abilities, scope of that field, activity or suggestion to improve your ability .
The Android platform provides interface between user and bot that let you input your questions and provides data. It is
just like a chatting application we can give the input through voice and by typing too, Output also on both ways. This
application work is very simpler because the knowledge already programmed in advance. One of methods used in this
application is to match the pattern (pattern-matching). The bot would match the input sentence from the speaker or user
with pattern that has existed on the knowledge. Each pattern paired with the knowledge of bot which taken from various
sources. The input sentence prepared as the materials of chat pattern. The chat patterns modelled in the pattern-template
stored in a relational database management system (RDBMS) tables. Sentence similarity measurement scores are used for
pattern matching.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2328
Fig -2 Core Function.
4.3 Flowchart
Fig -3 Working Flow.
INPUT
RESPON
E
MATCHER LOGGE
R
NORMALIZE
R
KEYWOR
D
PATTER
N
Spellchecker LOG
CORE PROGRAMS
TABLE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2329
The working of the Career Counselling bot is explained in the fig. 4.1. The chatbot works on the user data to give output
to the user using various artificial intelligence algorithms and scan the knowledge base of the chatbot so that an
appropriate output is given to the user as the user needs it.
The career counselling bot is basically a bot the helps users in deciding their career for their future. This chatbot user
interface looks as a basic chat application. This bot processes the user queries. Firstly the chat bot tries to get basic
information from the user which include their qualification, their interest, hobbies with the help of which the bot asks
questions from the question sets that are defined in the knowledge base of the chatbot. If the chatbot get appropriate
answer to the question then the further processing in that question set and its related other question sets are used to ask
questions to the user, or else other sets are referred till the bot gets the appropriate career to the user. These question sets
are designed in the form of a career chart that shows how that particular career can be chosen following the interest of the
user.
5. CONCLUSION
This research paper proposes an intelligent chat bot system for career counselling, which will help user in choosing the
right career by giving an appropriate response to user’s query. It is an intelligent system that will think like human beings.
This system will be helpful in reducing stress of the students. Due to an accurate knowledge base, quick answers will be
given to user. ICCB system will take both voice or text as an input.
Acknowledgment
This work is a part of graduation project done by students of Computer Engineering. We thank everyone who supported
and motivated us. And special thanks to our guide Mrs. Sonal Balpande.
REFERENCES
[1] J. Chai and J.Lin, “The role of natural language conversational interface in online sales: a case study,”International
Journal of Speech Technology., vol. 4, pp. 285295, Nov. 2001.
[2] J. Chai, Horvath V., Nicolov, N., Stys, N., K., Zadrozny, W., Melville,P”Natural Lanuage Assistant: A dialogue system for
online product recommendation” AI Magazine; ProQuestzScience Jounals.J Summer 2002; 23, 2, pp 63-75.
[3] J. Jia, “The Study of the Application of a keywords based Chatbot System on the Teaching of Foreign Languages.”.
[4] R. Moore, G. Gibbs, “Emile:Using a Chatbot Conversation to enhance the learning of Social Theory” Univ. of
Huddersfield, Huddersfield, England,(2002)Ausburg, Germany, University of Ausburg. 2002.
[5] International Journal of Emerging Trends & Technology in Computer Science (IJETTCS)Volume 4, Issue 5(2),
September - October 2015 ISSN 2278-6856 “Intelligent Chat Bot for Banking System”.
[6] Wikipedia- https://en.wikipedia.org/wiki/Natural_language_processing
BIOGRAPHIES
Archana S. Parab
Bachelor Of Engineering
Department Of Computer Engineering
K.C. College OF Engineering Management Studies & Research
Siddhesh Palkar
Bachelor Of Engineering
Department Of Computer Engineering
K.C. College OF Engineering Management Studies & Research
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056
Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2330
Satish Maurya
Bachelor Of Engineering
Department Of Computer Engineering
K.C. College OF Engineering Management Studies & Research
H.O.D, Asst. Prof. Sonal Balpande
B.E(Computer Engineering), M.E(Computer Engineering)
Department Of Information Technology
K.C. College OF Engineering Management Studies & Research

More Related Content

What's hot

IRJET- Artificial Intelligence Based Chat-Bot
IRJET-  	  Artificial Intelligence Based Chat-BotIRJET-  	  Artificial Intelligence Based Chat-Bot
IRJET- Artificial Intelligence Based Chat-BotIRJET Journal
 
IRJET- Information Chatbot for an Educational Institute
IRJET- Information Chatbot for an Educational InstituteIRJET- Information Chatbot for an Educational Institute
IRJET- Information Chatbot for an Educational InstituteIRJET Journal
 
IRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi LanguageIRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi LanguageIRJET Journal
 
IRJET- Review of Chatbot System in Hindi Language
IRJET-  	  Review of Chatbot System in Hindi LanguageIRJET-  	  Review of Chatbot System in Hindi Language
IRJET- Review of Chatbot System in Hindi LanguageIRJET Journal
 
IRJET- NEEV: An Education Informational Chatbot
IRJET-  	  NEEV: An Education Informational ChatbotIRJET-  	  NEEV: An Education Informational Chatbot
IRJET- NEEV: An Education Informational ChatbotIRJET Journal
 
IRJET- College Enquiry Chatbot System(DMCE)
IRJET-  	  College Enquiry Chatbot System(DMCE)IRJET-  	  College Enquiry Chatbot System(DMCE)
IRJET- College Enquiry Chatbot System(DMCE)IRJET Journal
 
IRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment AnalysisIRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment AnalysisIRJET Journal
 
IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...
IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...
IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...IRJET Journal
 
IRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET Journal
 
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_StudentsNLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_StudentsHimanshu kandwal
 
IRJET- An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...
IRJET-  	  An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...IRJET-  	  An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...
IRJET- An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...IRJET Journal
 
IRJET - College Enquiry Chatbot
IRJET - College Enquiry ChatbotIRJET - College Enquiry Chatbot
IRJET - College Enquiry ChatbotIRJET Journal
 
IRJET - Chatbot for HR Department using AIML and LSA
IRJET - Chatbot for HR Department using AIML and LSAIRJET - Chatbot for HR Department using AIML and LSA
IRJET - Chatbot for HR Department using AIML and LSAIRJET Journal
 
IRJET - Mobile Chatbot for Information Search
 IRJET - Mobile Chatbot for Information Search IRJET - Mobile Chatbot for Information Search
IRJET - Mobile Chatbot for Information SearchIRJET Journal
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008Journal For Research
 
Banking botreport
Banking botreportBanking botreport
Banking botreportusha raj
 
IRJET - Development of Chatbot Automation Application – DGCT CSE ALEXA
IRJET -  	  Development of Chatbot Automation Application – DGCT CSE ALEXAIRJET -  	  Development of Chatbot Automation Application – DGCT CSE ALEXA
IRJET - Development of Chatbot Automation Application – DGCT CSE ALEXAIRJET Journal
 
A prior case study of natural language processing on different domain
A prior case study of natural language processing  on different domain A prior case study of natural language processing  on different domain
A prior case study of natural language processing on different domain IJECEIAES
 
Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...
Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...
Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...PhD Assistance
 
IRJET- My Buddy App: Communications between Smart Devices through Voice A...
IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...
IRJET- My Buddy App: Communications between Smart Devices through Voice A...IRJET Journal
 

What's hot (20)

IRJET- Artificial Intelligence Based Chat-Bot
IRJET-  	  Artificial Intelligence Based Chat-BotIRJET-  	  Artificial Intelligence Based Chat-Bot
IRJET- Artificial Intelligence Based Chat-Bot
 
IRJET- Information Chatbot for an Educational Institute
IRJET- Information Chatbot for an Educational InstituteIRJET- Information Chatbot for an Educational Institute
IRJET- Information Chatbot for an Educational Institute
 
IRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi LanguageIRJET- Review of Chatbot System in Marathi Language
IRJET- Review of Chatbot System in Marathi Language
 
IRJET- Review of Chatbot System in Hindi Language
IRJET-  	  Review of Chatbot System in Hindi LanguageIRJET-  	  Review of Chatbot System in Hindi Language
IRJET- Review of Chatbot System in Hindi Language
 
IRJET- NEEV: An Education Informational Chatbot
IRJET-  	  NEEV: An Education Informational ChatbotIRJET-  	  NEEV: An Education Informational Chatbot
IRJET- NEEV: An Education Informational Chatbot
 
IRJET- College Enquiry Chatbot System(DMCE)
IRJET-  	  College Enquiry Chatbot System(DMCE)IRJET-  	  College Enquiry Chatbot System(DMCE)
IRJET- College Enquiry Chatbot System(DMCE)
 
IRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment AnalysisIRJET- Conversational Assistant based on Sentiment Analysis
IRJET- Conversational Assistant based on Sentiment Analysis
 
IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...
IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...
IRJET- A Survey to Chatbot System with Knowledge Base Database by using Artif...
 
IRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using SnatchbotIRJET- Development of College Enquiry Chatbot using Snatchbot
IRJET- Development of College Enquiry Chatbot using Snatchbot
 
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_StudentsNLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
NLP_A Chat-Bot_answering_queries_of_UT-Dallas_Students
 
IRJET- An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...
IRJET-  	  An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...IRJET-  	  An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...
IRJET- An Intelligent Behaviour Shown by Chatbot System for Banking in Ve...
 
IRJET - College Enquiry Chatbot
IRJET - College Enquiry ChatbotIRJET - College Enquiry Chatbot
IRJET - College Enquiry Chatbot
 
IRJET - Chatbot for HR Department using AIML and LSA
IRJET - Chatbot for HR Department using AIML and LSAIRJET - Chatbot for HR Department using AIML and LSA
IRJET - Chatbot for HR Department using AIML and LSA
 
IRJET - Mobile Chatbot for Information Search
 IRJET - Mobile Chatbot for Information Search IRJET - Mobile Chatbot for Information Search
IRJET - Mobile Chatbot for Information Search
 
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
CHATBOT FOR COLLEGE RELATED QUERIES | J4RV4I1008
 
Banking botreport
Banking botreportBanking botreport
Banking botreport
 
IRJET - Development of Chatbot Automation Application – DGCT CSE ALEXA
IRJET -  	  Development of Chatbot Automation Application – DGCT CSE ALEXAIRJET -  	  Development of Chatbot Automation Application – DGCT CSE ALEXA
IRJET - Development of Chatbot Automation Application – DGCT CSE ALEXA
 
A prior case study of natural language processing on different domain
A prior case study of natural language processing  on different domain A prior case study of natural language processing  on different domain
A prior case study of natural language processing on different domain
 
Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...
Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...
Conversational AI:An Overview of Techniques, Applications & Future Scope - Ph...
 
IRJET- My Buddy App: Communications between Smart Devices through Voice A...
IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...IRJET-  	  My Buddy App: Communications between Smart Devices through Voice A...
IRJET- My Buddy App: Communications between Smart Devices through Voice A...
 

Similar to An Intelligent Career Counselling Bot A System for Counselling

AI CHAT BOT USING SHAN ALGORITHM
AI CHAT BOT USING SHAN ALGORITHMAI CHAT BOT USING SHAN ALGORITHM
AI CHAT BOT USING SHAN ALGORITHMIRJET Journal
 
VOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial IntelligenceVOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial IntelligenceIRJET Journal
 
IRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on ChatbotsIRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on ChatbotsIRJET Journal
 
A Survey Paper On Chatbots
A Survey Paper On ChatbotsA Survey Paper On Chatbots
A Survey Paper On ChatbotsKristen Flores
 
Chatbot
ChatbotChatbot
Chatbotijtsrd
 
A Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOT
A Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOTA Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOT
A Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOTIRJET Journal
 
IRJET- Multimedia Chatbot using Classification
IRJET- Multimedia Chatbot using ClassificationIRJET- Multimedia Chatbot using Classification
IRJET- Multimedia Chatbot using ClassificationIRJET Journal
 
Survey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesSurvey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesIRJET Journal
 
INTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEM
INTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEMINTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEM
INTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEMIRJET Journal
 
Design of Chatbot using Deep Learning
Design of Chatbot using Deep LearningDesign of Chatbot using Deep Learning
Design of Chatbot using Deep LearningIRJET Journal
 
A Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine LearningA Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine LearningEmily Smith
 
Automated information retrieval and services of graduate school using chatbo...
Automated information retrieval and services of graduate  school using chatbo...Automated information retrieval and services of graduate  school using chatbo...
Automated information retrieval and services of graduate school using chatbo...IJECEIAES
 
A Review Comparative Analysis On Various Chatbots Design
A Review   Comparative Analysis On Various Chatbots DesignA Review   Comparative Analysis On Various Chatbots Design
A Review Comparative Analysis On Various Chatbots DesignCourtney Esco
 
ChatGPT Deck.pptx
ChatGPT Deck.pptxChatGPT Deck.pptx
ChatGPT Deck.pptxomornahid1
 
Chatbot for chattint getting requirments and analysis all the tools
Chatbot for chattint getting requirments and analysis all the toolsChatbot for chattint getting requirments and analysis all the tools
Chatbot for chattint getting requirments and analysis all the toolsSongs24
 
WHATSAPP CHATBOT FOR CAREER GUIDANCE
WHATSAPP CHATBOT FOR CAREER GUIDANCEWHATSAPP CHATBOT FOR CAREER GUIDANCE
WHATSAPP CHATBOT FOR CAREER GUIDANCEIRJET Journal
 
Voice Assistant Using Python and AI
Voice Assistant Using Python and AIVoice Assistant Using Python and AI
Voice Assistant Using Python and AIIRJET Journal
 

Similar to An Intelligent Career Counselling Bot A System for Counselling (20)

AI CHAT BOT USING SHAN ALGORITHM
AI CHAT BOT USING SHAN ALGORITHMAI CHAT BOT USING SHAN ALGORITHM
AI CHAT BOT USING SHAN ALGORITHM
 
VOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial IntelligenceVOCAL- Voice Command Application using Artificial Intelligence
VOCAL- Voice Command Application using Artificial Intelligence
 
CHATBOT PPT-2.pptx
CHATBOT PPT-2.pptxCHATBOT PPT-2.pptx
CHATBOT PPT-2.pptx
 
IRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on ChatbotsIRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on Chatbots
 
A Survey Paper On Chatbots
A Survey Paper On ChatbotsA Survey Paper On Chatbots
A Survey Paper On Chatbots
 
Chatbot
ChatbotChatbot
Chatbot
 
A Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOT
A Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOTA Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOT
A Research Paper on HUMAN MACHINE CONVERSATION USING CHATBOT
 
IRJET- Multimedia Chatbot using Classification
IRJET- Multimedia Chatbot using ClassificationIRJET- Multimedia Chatbot using Classification
IRJET- Multimedia Chatbot using Classification
 
IRJET-V7I51160.pdf
IRJET-V7I51160.pdfIRJET-V7I51160.pdf
IRJET-V7I51160.pdf
 
Survey on Chatbot Classification and Technologies
Survey on Chatbot Classification and TechnologiesSurvey on Chatbot Classification and Technologies
Survey on Chatbot Classification and Technologies
 
INTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEM
INTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEMINTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEM
INTELLIGENT CHATBOT FOR COLLEGE ENQUIRY SYSTEM
 
Design of Chatbot using Deep Learning
Design of Chatbot using Deep LearningDesign of Chatbot using Deep Learning
Design of Chatbot using Deep Learning
 
A Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine LearningA Voice Based Assistant Using Google Dialogflow And Machine Learning
A Voice Based Assistant Using Google Dialogflow And Machine Learning
 
Automated information retrieval and services of graduate school using chatbo...
Automated information retrieval and services of graduate  school using chatbo...Automated information retrieval and services of graduate  school using chatbo...
Automated information retrieval and services of graduate school using chatbo...
 
A Review Comparative Analysis On Various Chatbots Design
A Review   Comparative Analysis On Various Chatbots DesignA Review   Comparative Analysis On Various Chatbots Design
A Review Comparative Analysis On Various Chatbots Design
 
ChatGPT Deck.pptx
ChatGPT Deck.pptxChatGPT Deck.pptx
ChatGPT Deck.pptx
 
Chatbot for chattint getting requirments and analysis all the tools
Chatbot for chattint getting requirments and analysis all the toolsChatbot for chattint getting requirments and analysis all the tools
Chatbot for chattint getting requirments and analysis all the tools
 
WHATSAPP CHATBOT FOR CAREER GUIDANCE
WHATSAPP CHATBOT FOR CAREER GUIDANCEWHATSAPP CHATBOT FOR CAREER GUIDANCE
WHATSAPP CHATBOT FOR CAREER GUIDANCE
 
ijeter35852020.pdf
ijeter35852020.pdfijeter35852020.pdf
ijeter35852020.pdf
 
Voice Assistant Using Python and AI
Voice Assistant Using Python and AIVoice Assistant Using Python and AI
Voice Assistant Using Python and AI
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

An Intelligent Career Counselling Bot A System for Counselling

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2325 An Intelligent Career Counselling Bot A System for counselling Archana Parab1; Siddhesh Palkar2; Satish Maurya3; Sonal Balpande4 4HOD, Assistant Professor 1-3B.E. Students Department of Computer Engineering, K.C. College of Engineering & Management Studies & Research, Kopri, Thane(E)-400 603, India. Abstract - Chatbots are computer programs that simulate intelligent human conversation. The development and creation of new applications has been possible because of the design and production of interactive chatbots that help in a better way for the progress of the people. This paper will describe current efforts in the development of an intelligent Career Counselling Bot. Career Counselling project is built using artificial intelligence algorithms that are used for analysing user’s queries and understand user’s message. It provides some valid result to the query of the user. The User can query any career related query through the system. The user does not have to personally go to career counsellor for the same. The System analyses the question and than answers to the query as if it is answered by the counsellor. This system helps the user to choose the right career that they should follow according to their interests and capabilities. Keywords: Chatbots, NLP, Knowledge base, Artificial intelligence. 1. INTRODUCTION Chatbots are the new generation computer programs that perform intelligent human conversation. Every chatbot has typically three parts. The first one is typed or spoken input from the user in natural language, second is the typed or spoken output from the chatbot and then the process of passing the input through the program so that an understandable output is produced. This whole process is repeated until the end of the conversation is reached. The Career counselling bot is a system designed for users where they can ask any career related questions like best field to chose, latest trending course, etc. Even if the user does not frame sentence properly system will understands the query and answer accordingly. The user doesn’t need to follow any specific format to ask questions. NLP(Natural Language Processing) concept has been used that is concerned with programming computers so that natural language is processed and used in order to get output to user. The purpose of a chat bot system is to simulate a human conversation; the chat bot architecture integrates a computational algorithm and language model to emulate information chat communication between a human user and a computer using natural language. With the improvement of data-mining and machine-learning techniques, better decision- making capabilities, availability of corpora, robust linguistic annotations/processing tools standards like XML and its applications, chat bots have become more practical in daily life applications such as help desk tools, information retrieval tools, automatic telephone answering systems, advertising, tools to aid in education, business and Ecommerce. In E- commerce, chat bot helps in information retrieval tasks, such as for searching and browsing, as menu based navigation poses difficulties in locating the appropriate information[1].The dialogue system provides additional information on products and simplify decision making process to find a product that satisfy customer’s requirements[2]. According to Dr. Wallace, perhaps, the biggest market of chat bot is Entertainment Markets, in which, we can imagine that chat bots can act as a talking book for children and provide foreign language instruction or can be a tutor in Intelligent Tutoring system. One such study used an ALICE system to help Chinese university students practice their conversational English skills. The study was qualitative in nature and used pre-existing conversational English skills[3].The study focused more on user attitudes rather than on chatter bot efficiency. It was discovered that 62% of users chatted for 10 lines or less, and that 8.5% of the time ALICE bot has no specific pattern to match the given input and had to rely on rootlevel generic responses. In all of these conversational entities, one thing is common; and that is, they are having the difficulty of maintaining dialogue for sustainable period of time[4].
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2326 2. LITERATURE SURVEY 2.1 Existing System There are various chatbots in the market day to day that provide different types of services to the user using different methods. Till date there is no such chatbot that helps users in choosing their careers. Applications have been developed that help the students in choosing their career by asking some questions to find out the best career to chose. Chatbots have been developed with similar features but for some other application that help the user in their day to day activities with ease. These bots use Natural Language processing and various artificial intelligence algorithm that help them work in a better way to serve the user. 2.2 Natural Language Processing Natural language processing (NLP) is related to artificial intelligence, computer science which is concerned with the interactions between computers and human (natural) languages and, in particular, concerned with programming computers that is used for processing large natural language corpora. Various aspects in natural language processing frequently involve natural language understanding, natural language generation, connecting language and machine perception, managing human-computer dialog systems, or some combination thereof.[6] Fig -1 Natural Language Processing. 2.3 Knowledge Base A knowledge base (KB) is a technology used by a computer system to store complex structured and unstructured information. The initially it was used in connection with expert systems which were the first knowledge-based systems. The knowledge base is an important part of a chatbot. All the important data that the chatbot processes and requires in order to interact with the user is kept in the knowledge base of that chatbot.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2327 3. PROPOSED SYSTEM The aim of career counselling bot is to carry out a conversation between both human and machine. Some knowledge has been embedded into the machine so that it identifies the sentences and making a decision itself as response to answer a question. The response principle is to extract the tokens from the sentence process on that find the goal of sentence by matching the input sentence from user. This system can be used by any user who is confused about choosing the future career or anyone who wants to know what career they should choose that would be beneficial for them in future. The bot will help the users who have passed SSC and HSC to select their field of interest or a field that would be best for them in order to build up their future. Advantages  This system will help the user by answering the career related queries.  User does not have to follow standard format while asking any queries.  The built in artificial intelligence system will carry out all the processing to give suitable answers to the user.  System uses a graphical representation of a person speaking while giving answers as a real person would do.  In future reference we are trying to implement our system that will cover all the career fields. 4. METHODOLOGY 4.1 Algorithm  First system will take input from user either in text or speech or voice format.  The Voice format will be converted to the text format and the text format will be considered as it is.  Process the received queries using the response generation module which makes use of a data repository.  Search in Database appropriate answer.  Display result in Speech as well as in Text. 4.2 Module 1. Bot Chat Users can chat with the bot as if talking to a real career counsellor. This part is the core part of our chat bot system. The artificial intelligence technology is new as well as it will help us to create various interactive system. The same program can be used to build similar concept bots in future. It is very difficult to make decision on user’s query but it is become easier because of the intelligent system. This part of the bot processing accepts the input in text form and process the result and then it will reply back to the user. 2. Text to Speech The bot also speaks out the answer. Our system will also give output in both format text as well as in voice. Main benefit of audio output is, it is more understandable to user rather than read output[5]. 3. The Processing User ask question get process according to bot knowledge database first and suggest the best field according to user abilities, scope of that field, activity or suggestion to improve your ability . The Android platform provides interface between user and bot that let you input your questions and provides data. It is just like a chatting application we can give the input through voice and by typing too, Output also on both ways. This application work is very simpler because the knowledge already programmed in advance. One of methods used in this application is to match the pattern (pattern-matching). The bot would match the input sentence from the speaker or user with pattern that has existed on the knowledge. Each pattern paired with the knowledge of bot which taken from various sources. The input sentence prepared as the materials of chat pattern. The chat patterns modelled in the pattern-template stored in a relational database management system (RDBMS) tables. Sentence similarity measurement scores are used for pattern matching.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2328 Fig -2 Core Function. 4.3 Flowchart Fig -3 Working Flow. INPUT RESPON E MATCHER LOGGE R NORMALIZE R KEYWOR D PATTER N Spellchecker LOG CORE PROGRAMS TABLE
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2329 The working of the Career Counselling bot is explained in the fig. 4.1. The chatbot works on the user data to give output to the user using various artificial intelligence algorithms and scan the knowledge base of the chatbot so that an appropriate output is given to the user as the user needs it. The career counselling bot is basically a bot the helps users in deciding their career for their future. This chatbot user interface looks as a basic chat application. This bot processes the user queries. Firstly the chat bot tries to get basic information from the user which include their qualification, their interest, hobbies with the help of which the bot asks questions from the question sets that are defined in the knowledge base of the chatbot. If the chatbot get appropriate answer to the question then the further processing in that question set and its related other question sets are used to ask questions to the user, or else other sets are referred till the bot gets the appropriate career to the user. These question sets are designed in the form of a career chart that shows how that particular career can be chosen following the interest of the user. 5. CONCLUSION This research paper proposes an intelligent chat bot system for career counselling, which will help user in choosing the right career by giving an appropriate response to user’s query. It is an intelligent system that will think like human beings. This system will be helpful in reducing stress of the students. Due to an accurate knowledge base, quick answers will be given to user. ICCB system will take both voice or text as an input. Acknowledgment This work is a part of graduation project done by students of Computer Engineering. We thank everyone who supported and motivated us. And special thanks to our guide Mrs. Sonal Balpande. REFERENCES [1] J. Chai and J.Lin, “The role of natural language conversational interface in online sales: a case study,”International Journal of Speech Technology., vol. 4, pp. 285295, Nov. 2001. [2] J. Chai, Horvath V., Nicolov, N., Stys, N., K., Zadrozny, W., Melville,P”Natural Lanuage Assistant: A dialogue system for online product recommendation” AI Magazine; ProQuestzScience Jounals.J Summer 2002; 23, 2, pp 63-75. [3] J. Jia, “The Study of the Application of a keywords based Chatbot System on the Teaching of Foreign Languages.”. [4] R. Moore, G. Gibbs, “Emile:Using a Chatbot Conversation to enhance the learning of Social Theory” Univ. of Huddersfield, Huddersfield, England,(2002)Ausburg, Germany, University of Ausburg. 2002. [5] International Journal of Emerging Trends & Technology in Computer Science (IJETTCS)Volume 4, Issue 5(2), September - October 2015 ISSN 2278-6856 “Intelligent Chat Bot for Banking System”. [6] Wikipedia- https://en.wikipedia.org/wiki/Natural_language_processing BIOGRAPHIES Archana S. Parab Bachelor Of Engineering Department Of Computer Engineering K.C. College OF Engineering Management Studies & Research Siddhesh Palkar Bachelor Of Engineering Department Of Computer Engineering K.C. College OF Engineering Management Studies & Research
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395 -0056 Volume: 04 Issue: 03 | Mar -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2330 Satish Maurya Bachelor Of Engineering Department Of Computer Engineering K.C. College OF Engineering Management Studies & Research H.O.D, Asst. Prof. Sonal Balpande B.E(Computer Engineering), M.E(Computer Engineering) Department Of Information Technology K.C. College OF Engineering Management Studies & Research