Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Abhay Padavi, Nikhil Birajdar, Rahul Raut, Suzanne Shaikh, Pratima Patil
DOI Link: https://doi.org/10.22214/ijraset.2023.53366
Certificate: View Certificate
This research paper presents the development of a web portal for the Training and Placement Cell of the college, aiming to enhance the efficiency and effectiveness of the placement process. The web portal automates various activities, including student registration, job postings, resume submissions, and interview scheduling. The project adopts a Waterfall SDLC model for sequential development and incorporates performance, safety, security, and software quality requirements. The results demonstrate improved communication, streamlined processes, and increased accessibility to job opportunities for students. The developed web portal offers a centralized platform for students, recruiters, and TPC administrators, facilitating efficient placement management and data analytics. This research contributes to the advancement of placement processes in educational institutions, improving the student experience and strengthening industry connections.
I. INTRODUCTION
The existing manual systems employed by TPCs lack the scalability and agility required to meet the evolving demands of the placement process. Tedious paperwork, data redundancy, and reliance on physical communication methods hinder the ability to efficiently manage large volumes of student information and effectively collaborate with recruiters.
The proposed web portal will address these issues by offering a centralized and automated platform for all placement-related activities. It will eliminate the need for manual data entry, reduce paperwork, and enhance data accuracy and integrity. The portal's features will include student registration, job posting, resume submission, interview scheduling, and result announcements, all accessible through a secure and user-friendly interface.
By developing this web portal, we aim to revolutionize the way our college's Training and Placement Cell operates. The portal will not only improve the efficiency and effectiveness of the placement process but also provide valuable insights and analytics for informed decision-making. Furthermore, it will enhance communication and collaboration between students, recruiters, and TPC administrators, fostering a dynamic ecosystem that nurtures successful placements and long-lasting industry-academic partnerships.
II. LITERATURE SURVEY
A. Placement Cell Android Application and Admin Portal
The paper discusses that with the development of cloud technology, android, and web applications, auto-scaling the servers is made simpler, which could result in more efficient ways to host and store data. Students may easily apply to any organization with a few clicks. Thanks to Android applications. The administrator can concurrently broadcast announcements via remote access using an admin panel. All of this is done using web applications using Firebase as the database on the administrator’s end and an Android application for the students.
B. Review on Training & Placement Cell System
The primary goal of this paper is to convey placement information appropriately. It features a variety of modules, including student, administrative and company modules. By utilising this module, TPO can manage student profile information with ease while acting as an admin module.
With the use of this technology, students and industry institutes may communicate intelligently. Additionally, it features databases, a common method of organising student data. It takes a lot of time to construct databases of student information using paperwork in various institutions. A variety of technologies, including Python, Java, Android, .NET, and Android, are used to handle all of these issues, including online systems, Android-based applications, and Web-based systems.
C. A Real-Time Application to Predict Student Placement Status
This paper suggests a methodology for recommendations that predicts students’ placement status. This strategy helps a company’s placement department find potential students while also focusing on and enhancing their technical and interpersonal skills. They will therefore be able to work harder to be hired by more prestigious organisations. This approach offers a framework for suggestions for predicting students’ placement status. Data science approaches are utilised to forecast student placement, and the system uses the most effective algorithms, like the Naive Bayes algorithm and the KNN algorithm. The C programming language is used to create both algorithms. After comparing the findings, the system chooses the more effective algorithm, with 85 percentage the Naive Bayes algorithm and 95 per cent for the KNN approach our system produced fantastic results. KNN technique outperforms the Naive Bayes algorithm in terms of output.
D. Campus Recruitment Management (Online) System
The paper offers three logs in the campus recruitment management system’s registration option for students, businesses, and Training Placement Officers. Students can register by entering their information into the system, and then they can apply for campus drives. Additionally, it enables businesses to post job openings and other relevant information about incoming drives. The Training Placement Officer (TPO) is granted complete authority to view all information regarding the number of companies that have registered and the number of students that have registered or not. He may also post advertisements for students that include information about workshops, study materials, and other topics that will help students and employers establish strong communication. It makes it simpler for the placement officer to view or manage student data. Additionally, we offer a single point of contact option so that users can easily post their inquiries.
III. MODULES
A. Admin Module
The TPO is the administrator of the system. TPO views student and company details and communicates with them. The TPO also sends notifications regarding upcoming activities.
IV. ALGORITHMS
A. K-Nearest Neighbours
B. Naïve Bayes Classifier
A correlation matrix heat map is a visual representation of the correlation between different variables or features in a dataset related to student information. It helps to identify relationships and patterns among the variables and provides insights into how they are interconnected. The heat map is colour-coded to represent the strength and direction of the correlation. Typically, a gradient of colours ranging from cool to warm is used. Strong positive correlations are shown in warmer colours, while strong negative correlations are shown in cooler colours.
The cells in the heat map display the correlation coefficients between pairs of variables. The correlation coefficient ranges from -1 to +1, where -1 indicates a perfect negative correlation, +1 indicates a perfect positive correlation, and 0 indicates no correlation. When two variables have a positive correlation, it means that as one variable increases, the other tends to increase as well. In the heat map, you will see warmer colours for such pairs of variables. When two variables have a negative correlation, it means that as one variable increases, the other tends to decrease, and vice versa. In the heat map, you will see cooler colours for such pairs of variables. The intensity of the colour in the heat map indicates the strength of the correlation. Darker or more intense colours represent a stronger correlation, while lighter or more faded colours indicate a weaker correlation. By examining the heat map, you can identify clusters or groups of variables that are strongly correlated. Variables that have a high positive correlation might indicate dependencies or relationships between different aspects of student information. Similarly, variables with a high negative correlation may indicate opposing factors or trade-offs. The heat map can help identify highly correlated variables. If two variables have a very high positive or negative correlation, it suggests redundancy in the data. In such cases, you might consider removing one of the variables to avoid multicollinearity or improve model interpretability.
Our job prediction project successfully utilized Naive Bayes and K-Nearest Neighbors (KNN) algorithms for the classification. Through this project, we aimed to assist students in identifying potential job opportunities based on their skills and interests. By applying these machine learning techniques, we were able to build models that effectively classified job types, providing valuable insights and recommendations. Naive Bayes, a probabilistic classifier, demonstrated its effectiveness in this project. It assumes independence among the features and calculates the probability of getting the job based on the occurrence of different feature values. The Naive Bayes algorithm efficiently processed and learned from our training dataset, allowing it to make accurate predictions on new data. Its simplicity, speed, and scalability made it an ideal choice for our job classification task. Additionally, we employed the K-Nearest Neighbors (KNN) algorithm, which classifies unknown data points based on their similarity to neighbouring data points. KNN utilizes a distance metric to determine the K nearest data points and assigns the class label based on the majority vote. By leveraging this algorithm, we considered the characteristics of similar job profiles to predict the job type for a given student. KNN\'s flexibility and ability to handle non-linear relationships made it a suitable choice for our project. Our evaluation metrics indicated that both Naive Bayes and KNN performed well in predicting job types for students. The accuracy, precision, and recall values were 87.04, 0.84, and 0.95, respectively, indicating the model’s ability to classify job types with a reasonable level of confidence. In summary, our student job prediction project successfully utilized Naive Bayes and KNN algorithms for the classification of job types. These machine learning techniques, along with thorough data analysis and feature engineering, enabled us to provide valuable insights and recommendations to students seeking suitable job opportunities. As the field of machine learning continues to evolve, further advancements and improvements can be made to enhance the accuracy and reliability of job predictions for the benefit of students and job seekers alike.
[1] ”Placement Cell Android Application and Admin Portal”,Assistant Professor, Department of Computer Science and Engineering, The National Institute of Engineering, Mysuru, Karnataka, India [2] Godawari Chouhan , Monika Devi , Prof. Teshu Gaurav Singh , Nitin R.Shinde”Review on Training and Placement Cell System”,,Interntional Journal of Latest Technology in Engineering, Management Applied Science (IJLTEMAS) Volume VII, Issue III, March 2018 — ISSN 2278-2540 [3] ”Training and Placement Cell Application”,International Research Journal of Engineering and Technology (IRJET) [4] MOHAMMED SHAMAIL FARHANr“A Real Time Application to Predict Student Placement Status”.© 2021 JETIR July 2021, Volume 8, Issue 7 ,www.jetir.org (ISSN-2349-5162) [5] Mrunali Mehar*1, Simran Dhoke*2, Aparna Chahande*3 , Mrunal Lambat*4 Prof. Sagar Tete*5 ”Campus Recruitment Management (Online) System”,www.jetir.org (ISSN-2349-5162) [6] Mr. Puneshkumar U. Tembhare1, Anand Khobragade, Rushabh Pachare, Sanjeev Sharma Chaitanya Ramteke , Vaibhav Patil, ”Training and Placement Cell Android Application”, Ihttp:// ijesc.org/ [7] Bhumi Godiwala, Yash Doshi, Bhavya Vora, Anuja Odhekar ”TRAINING AND PLACEMENT CELL ANDROID APPLICATION: https://ssrn.com/abstract=3565457ON ”,: https://ssrn.com/abstract=3565457 [8] https://www.analyticsvidhya.com/blog/2021/04/simple-understanding-andimplementation-of-knn-algorithm/ [9] Mrs. B. Sathyabama1; Mr. S. Mohamed Salahudeen2; Mr. Z. Mohamed Sohail3;Mr. P.S. Mohamed Asarutheen4 Development for Placement Drive and Recruitment Process, International Journal of Computer Science and Mobile Computing, October 2019.24 Training and Placement Portal [10] Megha Yaligar1, Archana V Korlahalli2, Dixita Mahaveer Patil3, Pavitra P Danappagoudar4, Android Application for Training and Placement Cell, International Research Journal of Engineering and Technology (IRJET), 05 — May 2019.. [11] Saiteja N1, Shafia Mahedi1, Tarun V Gujjar, Viraj Bhujang Shetty1, Suhas S2 Placement Cell Android *Application and Admin Portal, International Journal of Scientific Research in Computer Science, Engineering and Information Technology, June 2021. [12] Mr. Puneshkumar U. Tembhare1, Anand Khobragade2, Rushabh Pachare3, Sanjeev Sharma4 ,Chaitanya Ramteke5 , Vaibhav Patil 6 1Assistant Professor International Journal of Innovations in Engineering and Science, www.ijies.net 20 Training and Placement Cell Android Application 1Assistant Professor, Department of Computer Technology, PCE Mar – 2022 [13] Chunnu Khawas, Pritam Shah - June 2018 – Application of Firebase in Android App Development-A Study [14] Anjali, Jeyalakshmi.PR, Anbubala.R, SriMathura devi.G, Ranjini.V”Web Based Placement Management System”, International Journal of Computer Science and he Information Technologies, Vol. 7 (2), 760-763, 2016. [15] Rupali Komatwar, Swapnil Kamble, Mihir Khedekar, KishorWalzade, ”Placement Support System International Journal of Advanced Research in Computer and Communication Engineering, Vol. 5, Issue 1, January 2016 Vol. 5, Issue 1, January 2016 [16] Mulla Kajal, Mahadik Awanti, Pandharpatte Sonali,Kalantre Rashmi, Bansod Swapnali, “Online Training and Placement System” International Research Journal of Engineering and Technology (IRJET), 2016. [17] Anjali.V, Jeyalakshmi.PR, Anbubala.R, SriMathura devi.G, Ranjini.V, ”Web Based Placement Management System”, International Journal of Computer Science and Information Technologies, Vol. 7 (2), 760-763, 2016 [18] Ayodele O.A. and Absalom E.E“Design and Implementation of Students’ Information System for Tertiary Institutions using Neural Networks: An Open Source Approach”, International Journal of Green Computing, Vol. 1, No. 1, pp. 1-15(2010) 25 Training and Placement Portal [19] Srikant Patnai1, Khushboo Kumari Singh, Rashmi Ranjan3, Niki Kumari, International Research Journal of Engineering and Technology, Volume: 03, Issue:05, May-2016 [20] t,“An Interactive Online Training and Placement System”,International Journal of Advanced Research in Computer Science and Software Engineering, Vol.3, Issue 12,2013. [21] “ A study paper on college collaboration portal with training and Placement””International Journal of Research In Science Engineering”, 3Department of Computer Science Engineering, SSIPMT, Raipur, Chhattisgarh, India [22] Training and Placement Cell Android Application, Proceedings of the 3rd International Conference on Advances In Science Technology (Icast) 2020, 3 Apr 2020.Bharati Vidyapeeth College of Engineering, Navi Mumbai [23] International Journal of Advanced Research in Computer and Communication Engineering, vol. 2, issue 6, pp. 2342-2348, 2013.N. Rathod, S. Shah, and K.Shirsat [24] Mr. P.S. Mohamed Asarutheen4, App Development for Placement Drive and Recruitment Process, International Journal of Computer Science and Mobile Computing, October 2019.
Copyright © 2023 Abhay Padavi, Nikhil Birajdar, Rahul Raut, Suzanne Shaikh, Pratima Patil. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET53366
Publish Date : 2023-05-30
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here