Pankaj Panwar (itzpankajpanwar)

itzpankajpanwar

Geek Repo

Location:Jodhpur, Rajasthan

Github PK Tool:Github PK Tool

Pankaj Panwar's starred repositories

UNIX-File-System

It supports operations such as mounting the disk, creating files and directories, writing to and reading from files,renaming and deleting files and directories, moving through directories and sub-directories . Developed inC++for both Normal console mode and command mode

Language:C++License:MITStargazers:3Issues:0Issues:0
Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Simple-Mail-Transfer-Protocol

CSE 331 Computer Networks Lab Project

Language:CStargazers:2Issues:0Issues:0

Face-detection-and-Emotion-recognition-system

In this project, we take into account different approaches like Eigenfaces, Principal Component Analysis(PCA), Support Vector Machines(SVM), Artificial Neural Networks(ANN), Convolutional Neural Networks(CNN), K-Nearest Neighbour(KNN) for the problem of face recognition and compare all the approaches on the basis of different performance metrics such as Accuracy, Number of Iterations and Error Rate to see which technique is more feasible in real life. Then after we also recognize emotions in a face using the Support Vector Machines(SVM) and the Convolutional Neural Networks(CNN). The approaches we have considered treats Face Recognition and Emotions Recognition problem as two-dimensional recognition problem, the advantage being faces can be described by a small set of 2-D characteristics views. The dataset used is collected from the whole class where each student was asked to upload their selfies in six different emotions.

Language:Jupyter NotebookStargazers:3Issues:0Issues:0

Point-of-Sale-Terminal-using-socket-programming

Server is handling multiple clients at a same times to do this we are using threads hence to run the server compile with : g++ server.cpp -lpthread To compile client type : g++ client.cpp First run the server and pass two arguments first one being IP address and second is Port number. Then run client similarly.

Language:C++Stargazers:2Issues:0Issues:0

Speech-based-Vowel-recognition-system

Created an application which can predict the vowel based on it's phonetic sound using both live and pre recorded voice note. Cepstral coefficients are used to represent the speech signal, LBG algorithm to make a codebook, Tokhura distance to find the closest vowel.

Language:C++Stargazers:2Issues:0Issues:0

Political-Alliance-Prediction

Prediction of party to party alliance and politician to party alliance using the twitter data of last two years of Indian politicians. Gephi to visualize complex and dense Mention and Retweet network. Conventional algorithms on Retweet network to find politician to party alliance. Deep learning algorithms to find party to party alliance.

Language:C++Stargazers:2Issues:0Issues:0

iMagine

Web Application made usingFlaskthat manipulate digital images, or videos, in order to adopt the appearance orvisual style of another image . Implementation of "A Neural Algorithm of Artistic Style"

Language:Jupyter NotebookLicense:MITStargazers:3Issues:0Issues:0
License:Apache-2.0Stargazers:1Issues:0Issues:0

Leetcode

This repository contians all my leetcode submission . Exact description of question with example test cases and my accepted solution . Solution can be either in c++ or python language .

Language:C++License:MITStargazers:3Issues:0Issues:0

FakeNewsPropagation

Extracted structural temporal and linguistic features and developed various ML models on top of it and Designed Graph convolution network for unsupervised learning

Language:Jupyter NotebookLicense:MITStargazers:1Issues:0Issues:0

Ds-Lab

My attempt for Data Structures Lab Assignments at IIT Guwahati . All assignments done in C++ language

Language:C++Stargazers:1Issues:0Issues:0