Abstract: BANKING CHATBOT USING NLP AND SUPPORT VECTOR MACHINE The present invention presents a Banking Chatbot designed to transform customer service in the financial sector through the integration of Python Flask, PHP, and PyTorch. Flask is utilized for backend development and seamless API communication, while PHP supports enhanced web functionalities to improve user experience. PyTorch powers the chatbot’s Natural Language Processing (NLP) capabilities, enabling context-aware and accurate responses. Additionally, Support Vector Machines (SVM) are employed for intent classification, further refining response precision. This multi-technology approach delivers efficient, personalized, and 24/7 customer support, enhancing user satisfaction and operational effectiveness. The chatbot exemplifies a forward-thinking digital banking solution, emphasizing innovation and customer-centricity. Index Terms—Banking Chatbot, Python Flask, PHP, PyTorch, Natural Language Processing, NLP, Support Vector Machines, SVM, Customer Service, API Integration, Web Functionality, Operational Efficiency, Digital Banking, Intelligent Systems.
Description:FIELD OF THE INVENTION
The present invention relates to the field of artificial intelligence and machine learning, specifically to intelligent customer support systems in digital banking. It particularly pertains to a chatbot system that uses Natural Language Processing (NLP) and Support Vector Machine (SVM) for automated, personalized customer interaction.
BACKGROUND OF THE INVENTION
In the era of digital banking, the demand for efficient and effective customer support services is paramount. Traditional methods often fall short in providing timely resolutions to customer queries and concerns, leading to dissatisfaction and inefficiencies. Recognizing this, the Banking Chatbot project aims to address these challenges by implementing a chatbot solution that streamlines customer issue resolution and enhances user experience.
The primary problem lies in the need for a robust support system that can promptly and effectively address customer queries. Existing methods lack the agility and responsiveness required to meet modern banking demands. Additionally, manual handling of inquiries burdens support staff and may result in inconsistencies in service delivery.
To tackle these issues, the project leverages innovative technologies such as Nlp And Support Vector Machine, Python Flask for API serving, PHP for website integration, and Pytorch for machine learning capabilities. By deploying a chatbot powered by these technologies, the project aims to automate query resolution, optimize operational efficiency, and provide personalized assistance to customers. Overall, the problem statement revolves around the imperative for the banking industry to adopt modern solutions that enhance customer support services, improve operational efficiency, and meet the evolving needs of digital banking customers.
Traditionally, banking customer support relied on human agents, phone support, email, and automated systems. Human agents, constrained by specific working hours, caused delays in addressing customer queries. Phone support often subjected customers to prolonged wait times, diminishing satisfaction. Email correspondence, though asynchronous, suffered from sluggish response rates. Automated systems, while attempting to streamline processes, lacked the personal touch necessary for effective customer service. Moreover, these methods imposed significant operational costs and frequently yielded inconsistent responses due to varying agent expertise. Scaling these approaches to meet growing customer demands presented formidable challenges, prompting the need for innovative solutions. Recognizing these shortcomings, the banking industry has increasingly turned to technologies such as chat bots to revolutionize customer support. By offering round-the-clock assistance, instantaneous responses, and personalized interactions, chat bots address the limitations of traditional methods, thereby enhancing overall customer satisfaction and operational efficiency. This shift towards automated support systems signifies a strategic evolution in banking customer service, driven by the imperative to adapt to changing consumer expectations and technological advancements.
Recent studies highlight AI chatbots' transformative potential in banking, emphasizing NLP and machine learning to enhance customer service. Research [1] reveals chatbots streamline operations through personalized interactions, with future advancements expected via sophisticated ML algorithms. Studies note AI's role in simplifying complex banking tasks while improving interface efficiency.
Enterprise applications [2] demonstrate how crowd computing augments chatbot training, combining human expertise with AI to handle nuanced queries. This hybrid approach boosts response accuracy while maintaining personalization—critical for financial services requiring contextual understanding.
Complementary research [3] on mobile crowdsourcing identifies optimized notification strategies that improve task completion rates and employee engagement. These findings suggest parallel applications in chatbot systems, where intelligent alert mechanisms could enhance user interactions.
Collectively, the literature underscores AI chatbots' capacity to reduce operational costs, improve scalability, and deliver 24/7 support. However, successful implementation requires balancing automation with human oversight, particularly in sensitive domains like banking. Emerging trends point to adaptive AI models and crowd-augmented training as key drivers for next-generation chatbot solutions.
S.NO Feature Existing System Proposed System
1 Availability Limited to working hours 24/7 automated support
2 Response Time Slow Instantaneous responses
3 Personalization Limited Context-aware, tailored responses via NLP
4 Accuracy Inconsistent intent classification accuracy (SVM)
5 Scalability Costly to scale Easily scalable
6 Operational Cost High Low
7 Technology Stack Basic IVR, call centers, email systems PyTorch (NLP), SVM, Flask API, PHP frontend
8 User Experience Frustrating (long waits, repetitive queries) Seamless (natural language interactions)
9 Data Security Manual processes risk human errors Encrypted API calls, secure backend integration
10 Adaptability Rigid (rule-based scripts) Learns from interactions (ML-powered improvements)
OBJECTIVES OF THE INVENTION
Main objective of the present invention is to develop an intelligent banking chatbot capable of understanding and processing natural language queries from users using Natural Language Processing (NLP) techniques.
Another objective of the present invention is to implement a Support Vector Machine (SVM) model for accurate classification and prediction of user intents in various banking-related queries.
Another objective of the present invention is to provide 24/7 automated customer support for common banking services such as balance inquiry, transaction history, and fund transfer assistance.
Another objective of the present invention is to enhance user experience and reduce response time through a conversational interface that mimics human interaction.
Another objective of the present invention is to ensure secure handling of sensitive user data while maintaining scalability and integration with existing banking infrastructure.
SUMMARY OF THE INVENTION
This summary is provided to introduce a selection of concepts, in a simplified format, that are further described in the detailed description of the invention.
This summary is neither intended to identify key or essential inventive concepts of the invention and nor is it intended for determining the scope of the invention.
To further clarify advantages and features of the present invention, a more particular description of the invention will be rendered by reference to specific embodiments thereof, which is illustrated in the appended drawings. It is appreciated that these drawings depict only typical embodiments of the invention and are therefore not to be considered limiting of its scope. The invention will be described and explained with additional specificity and detail with the accompanying drawings.
The project "BANKING CHATBOT using NLP and SVM" aims to revolutionize banking customer service by leveraging innovative technologies in today’s dynamic digital landscape. Powered by Python Flask for API serving, PHP for website integration, and PyTorch for intelligent data processing, the chatbot represents a strategic effort to enhance customer interactions. Python Flask enables seamless communication with backend systems, accessing real-time customer data for personalized responses, thereby enhancing trust and satisfaction. PHP's integration facilitates a user-friendly interface, enabling direct engagement through the bank’s website. PyTorch employs deep learning algorithms to refine responses over time, ensuring adaptability to customer needs. The chatbot automates routine inquiries, reducing the workload of the workload of human agents and improving response efficiency. It also aggregates data insights to refine products aligned with customer preferences. Deploying the Banking Chatbot demonstrates forward-thinking digital transformation, setting industry standards, and ensuring competitiveness. This strategic adoption underscores the bank's commitment to technological advancement and customer-centric service delivery, establishing it as a leader in modern banking.
Herein enclosed a system for implementing a Banking Chatbot using Natural Language Processing (NLP) and Support Vector Machine (SVM) for customer service in digital banking, comprising:
a customer-facing Banking Chatbot website configured to allow user interaction through a graphical interface;
a chatbot interface developed using Python Flask API, serving as a communication layer between the user and the backend;
a PHP integration module on the website to enable dynamic content generation and interactive user experience;
a backend system comprising machine learning algorithms implemented in PyTorch for natural language understanding and processing;
a Support Vector Machine (SVM) classifier for accurately determining user intent;
a data and knowledge base configured to support the chatbot in providing relevant responses to user queries;
wherein the backend communicates with the frontend via REST APIs, enabling real-time query handling and personalized customer support.
A method for implementing the system comprising the steps of:
initializing chatbot integration via Python Flask for API deployment;
integrating PHP for dynamic website functionality;
designing and deploying a user interface for chatbot interaction;
training the chatbot using PyTorch-based NLP algorithms and SVM classifiers;
deploying the trained chatbot to interact with users and fetch data from the knowledge base;
evaluating system performance based on customer satisfaction and accuracy metrics.
The machine learning algorithms are configured to process financial domain-specific queries with a recognition accuracy of up to 96%.
The chatbot functionality includes query resolution, issue resolution, and provision of personalized recommendations by accessing the bank’s backend systems.
The chatbot backend infrastructure is a multi-tiered architecture comprising a machine learning layer and a data/knowledge base layer for efficient and scalable performance.
The PHP integration ensures seamless content rendering and user engagement directly on the banking website.
BRIEF DESCRIPTION OF THE DRAWINGS
The illustrated embodiments of the subject matter will be understood by reference to the drawings, wherein like parts are designated by like numerals throughout. The following description is intended only by way of example, and simply illustrates certain selected embodiments of devices, systems, and methods that are consistent with the subject matter as claimed herein, wherein:
FIGURE 1: SYSTEM ARCHITECTURE
FIGURE 2: USE CASE DIAGRAM
FIGURE 3: SEQUENCE DIAGRAM
FIGURE 4: ACTIVITY DIAGRAM
The figures depict embodiments of the present subject matter for the purposes of illustration only. A person skilled in the art will easily recognize from the following description that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles of the disclosure described herein.
DETAILED DESCRIPTION OF THE INVENTION
The detailed description of various exemplary embodiments of the disclosure is described herein with reference to the accompanying drawings. It should be noted that the embodiments are described herein in such details as to clearly communicate the disclosure. However, the amount of details provided herein is not intended to limit the anticipated variations of embodiments; on the contrary, the intention is to cover all modifications, equivalents, and alternatives falling within the scope of the present disclosure as defined by the appended claims.
It is also to be understood that various arrangements may be devised that, although not explicitly described or shown herein, embody the principles of the present disclosure. Moreover, all statements herein reciting principles, aspects, and embodiments of the present disclosure, as well as specific examples, are intended to encompass equivalents thereof.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of example embodiments. As used herein, the singular forms “a",” “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises,” “comprising,” “includes” and/or “including,” when used herein, specify the presence of stated features, integers, steps, operations, elements and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and/or groups thereof.
It should also be noted that in some alternative implementations, the functions/acts noted may occur out of the order noted in the figures. For example, two figures shown in succession may, in fact, be executed concurrently or may sometimes be executed in the reverse order, depending upon the functionality/acts involved.
In addition, the descriptions of "first", "second", “third”, and the like in the present invention are used for the purpose of description only, and are not to be construed as indicating or implying their relative importance or implicitly indicating the number of technical features indicated. Thus, features defining "first" and "second" may include at least one of the features, either explicitly or implicitly.
Unless otherwise defined, all terms (including technical and scientific terms) used herein have the same meaning as commonly understood by one of ordinary skill in the art to which example embodiments belong. It will be further understood that terms, e.g., those defined in commonly used dictionaries, should be interpreted as having a meaning that is consistent with their meaning in the context of the relevant art and will not be interpreted in an idealized or overly formal sense unless expressly so defined herein.
The project "BANKING CHATBOT using NLP and SVM" aims to revolutionize banking customer service by leveraging innovative technologies in today’s dynamic digital landscape. Powered by Python Flask for API serving, PHP for website integration, and PyTorch for intelligent data processing, the chatbot represents a strategic effort to enhance customer interactions. Python Flask enables seamless communication with backend systems, accessing real-time customer data for personalized responses, thereby enhancing trust and satisfaction. PHP's integration facilitates a user-friendly interface, enabling direct engagement through the bank’s website. PyTorch employs deep learning algorithms to refine responses over time, ensuring adaptability to customer needs. The chatbot automates routine inquiries, reducing the workload of the workload of human agents and improving response efficiency. It also aggregates data insights to refine products aligned with customer preferences. Deploying the Banking Chatbot demonstrates forward-thinking digital transformation, setting industry standards, and ensuring competitiveness. This strategic adoption underscores the bank's commitment to technological advancement and customer-centric service delivery, establishing it as a leader in modern banking.
The Banking Chatbot leverages a mix of Python Flask, PHP, and PyTorch to revolutionize customer service in banking. Flask develops the chatbot’s backend, enabling API interactions, while PHP enhances web functionality for better user experiences. PyTorch powers the chatbot's Natural Language Processing (NLP), allowing for precise, contextual responses. Support Vector Machines (SVM) classify user intents, enhancing response accuracy. This integration offers personalized, efficient customer interactions around the clock, significantly boosting satisfaction and operational efficiency. This chatbot sets a new standard in digital banking, showcasing a commitment to advanced, customer-first technology solutions.
The proposed invention introduces an AI-powered banking chatbot designed to revolutionize customer service through advanced Natural Language Processing (NLP) and Support Vector Machine (SVM) technologies. The system features a three-tier architecture: a PHP-based frontend for intuitive user interactions, a Python Flask backend for seamless API integration with banking systems, and an AI layer combining PyTorch for NLP and SVM for intent classification. The NLP component enables contextual understanding of customer queries, while the SVM model achieves exceptional accuracy in categorizing banking intents such as balance inquiries and loan requests.
This integration allows for 24/7 automated support, reducing operational costs while improving response efficiency. The chatbot leverages real-time data processing to deliver personalized assistance, ensuring high customer satisfaction. Deployed via XAMPP for web services and Anaconda for machine learning environments, the solution demonstrates robust performance with measurable metrics including precision, recall, and classification accuracy. By automating routine banking queries, the system significantly enhances operational productivity while maintaining data security and user privacy standards. This innovative approach sets a new benchmark for intelligent banking assistants in the financial technology sector
Herein enclosed a system for implementing a Banking Chatbot using Natural Language Processing (NLP) and Support Vector Machine (SVM) for customer service in digital banking, comprising:
a customer-facing Banking Chatbot website configured to allow user interaction through a graphical interface;
a chatbot interface developed using Python Flask API, serving as a communication layer between the user and the backend;
a PHP integration module on the website to enable dynamic content generation and interactive user experience;
a backend system comprising machine learning algorithms implemented in PyTorch for natural language understanding and processing;
a Support Vector Machine (SVM) classifier for accurately determining user intent;
a data and knowledge base configured to support the chatbot in providing relevant responses to user queries;
wherein the backend communicates with the frontend via REST APIs, enabling real-time query handling and personalized customer support.
A method for implementing the system comprising the steps of:
initializing chatbot integration via Python Flask for API deployment;
integrating PHP for dynamic website functionality;
designing and deploying a user interface for chatbot interaction;
training the chatbot using PyTorch-based NLP algorithms and SVM classifiers;
deploying the trained chatbot to interact with users and fetch data from the knowledge base;
evaluating system performance based on customer satisfaction and accuracy metrics.
The machine learning algorithms are configured to process financial domain-specific queries with a recognition accuracy of up to 96%.
The chatbot functionality includes query resolution, issue resolution, and provision of personalized recommendations by accessing the bank’s backend systems.
The chatbot backend infrastructure is a multi-tiered architecture comprising a machine learning layer and a data/knowledge base layer for efficient and scalable performance.
The PHP integration ensures seamless content rendering and user engagement directly on the banking website.
EXAMPLE 1
BEST METHOD
SYSTEM ARCHITECTURE
1. Banking Chatbot Website: This is the customer-facing website of Banking Chatbot where customers can access the chat bot for support.
2. Chat Bot (Python Flask API): The chat bot is implemented using Python Flask, a lightweight web application framework, to serve APIs. It interacts with customers, processes their queries, and communicates with the bank’s backend systems.
3. PHP Integration: PHP is integrated into the bank’s website to facilitate the dynamic generation of content and provide interactive engagement between customers and the chat bot directly on the website.
4. Banking Chatbot Backend: This is the backend infrastructure of Banking Chatbot where all the business logic and data reside.
5. Machine Learning Algorithms(PyTorch): The chat bot utilizes machine learning algorithms to understand customer intents and provide accurate and relevant responses.
6. Data and Knowledge Base: The chat bot leverages the bank’s extensive data and knowledge base to address a wide variety of customer queries effectively.
This architecture enables seamless communication between the chat bot and the bank’s backend systems, ensuring prompt and reliable assistance to customers directly through the bank’s website.
NOVELTY:
The banking chatbot introduces novel innovation by uniquely integrating PyTorch-based NLP with SVM classification in a three-tier architecture, achieving unprecedented 96% intent recognition accuracy for financial queries. Unlike conventional chatbots using rule-based systems or single ML approaches, our solution combines deep learning's contextual understanding with SVM's precision in intent classification, specifically optimized for banking domain challenges. The hybrid AI layer processes natural language with human-like comprehension while maintaining explainable decision-making through SVM - a critical requirement for financial institutions. This architecture enables real-time personalization by connecting to core banking systems via Flask APIs, while PHP ensures seamless web integration, setting new benchmarks in secure, responsive digital banking assistance.
The use case diagram illustrates the essential interactions within the Banking Chatbot system. Customers engage with the chatbot by initiating queries, seeking assistance, and receiving responses tailored to their inquiries. Meanwhile, administrators, represented as admins, access the system to perform tasks such as logging in, managing customer data, and configuring system settings. Each use case encapsulates critical functionalities within the system, including user interaction and administrative control. This diagram effectively showcases the system's core features, delineating the roles and actions of both customers and administrators in utilizing and managing the Banking Chatbot platform.
The sequence diagram depicts a user accessing a banking website, logging in, and interacting with a chatbot. Upon login, the website verifies user credentials with the database. If valid, the website redirects to the user dashboard; otherwise, it displays an error message. The user interacts with the chatbot interface, sending queries to the Chatbot API. The API communicates with the database to fetch relevant data. The Chatbot API then sends the response back to the website, which displays it to the user. Additionally, an admin action is shown where the user adds a customer. This involves accessing the admin panel, requesting customer addition, database confirmation, and displaying a success message to the user.
The activity diagram outlines the integration process of a chatbot into a website. Initially, the integration process begins with initializing the chatbot integration. Python Flask is implemented to serve APIs for the chatbot, facilitating communication with the website. Simultaneously, PHP integration enables dynamic content generation on the website. The design phase follows, focusing on creating an elegant user interface (UI) for seamless interaction. Subsequently, chatbot functionality is developed, including query resolution, issue resolution, and personalized recommendations. Finally, the impact of the integration is measured to assess its effectiveness, concluding the integration process.
In conclusion, the integration of Python Flask NLP, SVM, PHP, and PyTorch has revolutionized customer support in banking through Banking Chatbots. This innovative blend of technologies enhances user experiences and establishes new benchmarks in digital banking. The dynamic features of the chatbot improve query resolution, issue handling, and personalized recommendations, resulting in heightened customer satisfaction and operational efficiency. With an impressive accuracy rate of 96%, Banking Chatbots pioneer the use of chatbot technology to elevate the customer experience, highlighting the significance of digital solutions for sustainable growth and competitiveness in the banking sector.
NON PATENT REFERENCES
[1] Banking Chatbot Using NLP and Machine Learning Algorithms B. Divija1, M. Pushpa Pavani2, S. Asrita Reddy3, Ms. Aruna Kumari4 May (2023)
https://www.irjet.net/archives/V10/i5/IRJET-V10I575.pdf
[2] Banking Assistant Kiner B. Shah Department of Computer Engineering, K. J. Somaiya College of Engineering, Mumbai, India Mohit S. Shetty Department of Computer Engineering, K. J. Somaiah College of Engineering, Mumbai, India Darshan P. Shah, Department of Computer Building, Approaches to Engineering K. J. Somaiah College of Engineering, Mumbai, India Rajani Pamnani, Assistant Professor, Department of Computer Engineering, K. J. Somaiah College of Engineering, Mumbai, India May (2017)
https://www.ijcaonline.org/archives/volume166/number11/shah-2017-ijca-914140.pdf
[3] Conversation Automation in Banking through Chatbots Using Artificial Machine Intelligence Language (September 2020) Sasha Fatimasuhel; Vinod Kumar Shukla; Sonali Vyas; Ved Prakash Mishra
[4] BankingChatBot (B-Bot) April (2021) Dr. C. Puneetha Devi, Dr. S. Geetab, N. Nagalakshmi, S. Karthigad, and V. Suveda https://www.turcomat.org/index.php /turkbilmat/article/view/5394/4501
[5] A Review of Chatbots in the Banking Sector Authors: Shashank Bairi R., Rashmi R. June (2021)
https://www.ijert.org/a-review-of-chatbots-in-the-banking-sector
[6] AI Banking Bot Project by Sridhar (2010).
https://www.scribd.com/document/372910178/P002
[7] International Journal of New Technology and Research (IJNTR) ISSN: 2454-4116, Volume-4, Issue-7, July 2018, Banking Bot Khavya.
[8] Artificial Intelligence-Powered Banking Chatbot K. Satish Kumar, S. Tamilselvan, B. Ibrahim Shah, and S. Harish, Assistant Professor, BE Student, Department of Computer Science and Engineering, University College of Engineering, Thirukkuvalai, India, 2018.
[9] Intelligent Chat Bot for Banking Sector, W. P. B. G. Varnakulasurya University of Colombo School of Computing, November 2021
https://dl.ucsc.cmb.ac.lk/jspui/bitstream/123456789/4643/1/2018%20MCS%20095.pdf
[10] Banking Inquiry Chat Bot Aarti A. Dobaria, Student Department of Engineering, Alpha College of Engineering & Technology, India, Prof. Ajay Kumar T. Shah, Head of Computer Engineering, Alpha College of Engineering & Technology, India January 2019. https://www.scribd. com/document/671231791/banking-inquiry-chat-bot
[11] Banking Chat Bot Using Artificial Intelligence Reethuja Mohite, Sankrishna Shivarkar, Pradnya Shirpale, and Pooja Ghodke Students, Department of Information Technology, Rajarshi Shahu College of Engineering, Pune, India, June 2021.
https://ijarsct.co.in/A1505.pdf
, Claims:1. A system for implementing a Banking Chatbot using Natural Language Processing (NLP) and Support Vector Machine (SVM) for customer service in digital banking, comprising:
a customer-facing Banking Chatbot website configured to allow user interaction through a graphical interface;
a chatbot interface developed using Python Flask API, serving as a communication layer between the user and the backend;
a PHP integration module on the website to enable dynamic content generation and interactive user experience;
a backend system comprising machine learning algorithms implemented in PyTorch for natural language understanding and processing;
a Support Vector Machine (SVM) classifier for accurately determining user intent;
a data and knowledge base configured to support the chatbot in providing relevant responses to user queries;
wherein the backend communicates with the frontend via REST APIs, enabling real-time query handling and personalized customer support.
2. A method for implementing the system as claimed in claim 1, comprising the steps of:
a) initializing chatbot integration via Python Flask for API deployment;
b) integrating PHP for dynamic website functionality;
c) designing and deploying a user interface for chatbot interaction;
d) training the chatbot using PyTorch-based NLP algorithms and SVM classifiers;
e) deploying the trained chatbot to interact with users and fetch data from the knowledge base;
f) evaluating system performance based on customer satisfaction and accuracy metrics.
3. The method as claimed in claim 2, wherein the machine learning algorithms are configured to process financial domain-specific queries with a recognition accuracy of up to 96%.
4. The method as claimed in claim 2, wherein the chatbot functionality includes query resolution, issue resolution, and provision of personalized recommendations by accessing the bank’s backend systems.
5. The method as claimed in claim 2, wherein the chatbot backend infrastructure is a multi-tiered architecture comprising a machine learning layer and a data/knowledge base layer for efficient and scalable performance.
6. The method as claimed in claim 2, wherein the PHP integration ensures seamless content rendering and user engagement directly on the banking website.
| # | Name | Date |
|---|---|---|
| 1 | 202541046937-STATEMENT OF UNDERTAKING (FORM 3) [15-05-2025(online)].pdf | 2025-05-15 |
| 2 | 202541046937-REQUEST FOR EARLY PUBLICATION(FORM-9) [15-05-2025(online)].pdf | 2025-05-15 |
| 3 | 202541046937-POWER OF AUTHORITY [15-05-2025(online)].pdf | 2025-05-15 |
| 4 | 202541046937-FORM-9 [15-05-2025(online)].pdf | 2025-05-15 |
| 5 | 202541046937-FORM FOR SMALL ENTITY(FORM-28) [15-05-2025(online)].pdf | 2025-05-15 |
| 6 | 202541046937-FORM 1 [15-05-2025(online)].pdf | 2025-05-15 |
| 7 | 202541046937-EVIDENCE FOR REGISTRATION UNDER SSI(FORM-28) [15-05-2025(online)].pdf | 2025-05-15 |
| 8 | 202541046937-EVIDENCE FOR REGISTRATION UNDER SSI [15-05-2025(online)].pdf | 2025-05-15 |
| 9 | 202541046937-EDUCATIONAL INSTITUTION(S) [15-05-2025(online)].pdf | 2025-05-15 |
| 10 | 202541046937-DRAWINGS [15-05-2025(online)].pdf | 2025-05-15 |
| 11 | 202541046937-DECLARATION OF INVENTORSHIP (FORM 5) [15-05-2025(online)].pdf | 2025-05-15 |
| 12 | 202541046937-COMPLETE SPECIFICATION [15-05-2025(online)].pdf | 2025-05-15 |