Energetic and passionate student pursuing a BS in Computer Science degree at National University of Computer & Emerging Sciences (NUCES). I aim to apply my knowledge and skills of programming and debugging to meet the job requirements at your company.
CGPA: 2.72
This is an industry based project made for Hiring Recruiters. Recruiter will post a job description and on the basis of that job description the system will search amongst the pool of candidates created from parsing their CVs and an algorithm will be implemented to rank these candidates profiles and come up with a score assigned to each candidate profile. The higher the score the most suitable the candidate is for the job.
Made this project in python which predicted the sales of the Big Mart according to the dataset given about the mart. The project was done on Jupyter Notebook. Linear Regression, Ridge Regression and Decision Tree models were used to predict the sales. Each model’s RMSE, Cross Validation score and Accuracy was printed along with Model Coefficient Bar graph.
This project is a web based software application that has been developed to facilitate the Information Security Team for managing the Vulnerability Register through a graphical interface. The Application provides different panels and dashboards for management of vulnerabilities existing within an information system and report generation. The Vulnerability Manager is a tool, which will help in maintaining the vulnerability register and producing the cyber security Incident Reports in a time efficient manner on a prescribed format.
This project is a python based personal assistant to execute bash commands/scripts from voice. It uses Google Speech-To-Text (GSTT) and Google Text-To-Speech (GTTS) libraries in order to decode our voice commands, change them into scripts and vice versa. It can perform various tasks such as informing the user of the time & date, changing directories, shutting the machine down etc.
This project is made in C Language. This project provides the user to create, update or remove any existing account. It also provides the user to debit or credit amount accordingly for transaction. All the data is saved through filing in record.dat file.
This project is made in Unity3D. It is a First Person Camera escape room game. You as a character have to collect memory fragments to get out of an coma.
This project is made in Unity3D. It is Tank Shooting game with an isometric perspective gameplay.
This project is a B-Tree (self balancing tree) Data Structure made in Java that maintains sorted data. It also allows searches, sequential access, insertions and deletions in logarithmic time. This type of data structure is commonly used in databases and file systems.
This project is a Solution to N-Queen Problem. This problem is solved using Backtracking and Genetic Algorithm. The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens threaten each other; thus, a solution requires that no two queens share the same row, column, or diagonal.