EduTech Portal: An AI-Powered Student Assistant Chatbot
EduTech Portal: An AI-Powered Student Assistant Chatbot
Abstract: The increasing number of queries concerning admissions in engineering and polytechnic institutions under the
Department of Technical Education has highlighted the limitations of traditional response methods. To ensure smoother
communication and timely dissemination of information, deploying a centralized AI-powered chatbot emerges as an
efficient and scalable solution. Functioning as a virtual assistant, this intelligent system can autonomously manage
frequently asked questions about eligibility, available programs, fee details, scholarship opportunities, hostel facilities, and
placement timelines. Operating 24/7, the chatbot alleviates the pressure on administrative staff, improves user satisfaction,
and provides valuable data for continuous service optimization. Through machine learning, it evolves by learning from
interactions, enhancing the precision and contextual relevance of its responses. The system not only expedites query
resolution but also reduces the dependency on manual efforts for routine tasks. Additionally, its integration within the
academic framework ensures consistent and fair information delivery. With built-in Natural Language Processing (NLP)
capabilities, the chatbot supports multilingual communication, expanding access and enabling students and their families
to make well-informed decisions.
Keywords: AI-Powered Chatbot, Virtual Assistant for Education, Admission Support System, Automated Query Handling, NLP,
Machine Learning, 24/7 Student Support, Centralized Communication, Digital Education Assistant, Smart Education Technology.
How to Cite: Ms. Smita S. Bhosale; Tejas Kothawade; Viraj Kharade; Adinath Khose; Suraj Mitake (2025). EduTech Portal:
An AI-Powered Student Assistant Chatbot. International Journal of Innovative Science and
Research Technology, 10(5), 122-133. https://doi.org/10.38124/ijisrt/25may390
Uses predefined logic and learning models to generate B. K-Nearest Neighbors (KNN) for Query Suggestion :
relevant responses.
Steps:
Data Integration:
Extract feature vectors from incoming user queries.
Pulls necessary data from APIs and Databases to enrich Store feature vectors and corresponding responses from
the response. past queries.
Ensures dynamic, real-time information like admission Calculate the similarity between the new query and
deadlines, fee updates, or placement stats. stored vectors.
Retrieve the K most similar queries based on similarity
FAQ Retrieval System: calculation.
Return the best matching response from the retrieved
For straightforward queries, the dialog system accesses a queries.
Set of FAQs to provide quick, relevant answers.
Explanation:
Document Search Module: KNN is a memory-based algorithm that identifies the
most similar past queries to suggest responses. By
For complex queries, the system uses a search module to comparing feature vectors, it retrieves the most contextually
retrieve information from structured Documents or similar queries and their responses, ensuring relevant
Webpages. suggestions for the user.
Response Generation and Delivery: Model Capabilities:
KNN is a simple, instance-based learning algorithm
The system formulates the final response and delivers it that identifies similar queries by calculating the distance
back to the user via the chat interface. between feature vectors. It is flexible and requires minimal
training, making it suitable for real-time query suggestions.
V. PROPOSED ALGORITHMS
Impact on the System:
A. BERT for Natural Language Processing (NLP) : KNN improves response efficiency and accuracy by
suggesting relevant past queries, reducing ambiguity and
Steps: speeding up response time. It enhances the chatbot’s ability
to provide quick, relevant suggestions based on historical
Preprocess the input query (tokenization, cleaning). data.
Fine-tune BERT on domain-specific datasets related to
college admissions. C. Text-to-Speech (TTS) for Voice Responses :
Feed the query into the BERT model to generate
contextual embeddings. Steps:
Use embeddings to detect user intent and extract relevant
information. Generate a text-based response to the user query.
Generate a context-aware response based on detected Convert the text response into phonetic units.
intent. Synthesize the speech from the phonetic units using a
TTS engine.
Explanation: Output the synthesized speech as an audio response.
BERT is a powerful NLP model that captures deep
contextual relationships within a sentence by considering Explanation:
both preceding and succeeding words. Fine-tuning it on The TTS system converts the text-based response into
admission-specific data allows it to understand complex, spoken language, enhancing accessibility and interactivity.
domain-specific queries with high accuracy. By using natural-sounding speech synthesis, it ensures that
The AI-powered student assistant chatbot website boasts an intuitive and user-centric interface, ensuring seamless navigation
through essential features such as secure login, a customized dashboard, and an up-to-date college listing. Additionally, it includes
a tailored recommendation system, comprehensive scholarship details, and a responsive chatbot to offer real-time assistance
throughout the admission journey. Designed to streamline the decision-making process, the platform leverages natural language
processing and data-driven insights to enhance accessibility and student engagement.
Fig 7 Scholarships
Fig 8 Contact
Fig 9 FAQ
REFERENCES