Pinned Repositories
8-Puzzle-by-A-Star-Search
This python file solves 8 Puzzle using A* Search with Manhattan Distance
AdWords-Placement-Problem-via-Online-Bipartite-Graph-Matching
Adwords Placement
Ethereum-Blockhain-Secure-E-voting-Decentralised-Application
Ethereum Smart Contract based Voting Decentralized Application
expertiza
Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
Image-Classification-by-Keras-and-Tensorflow
Image Classification using Keras as well as Tensorflow.
Rohan-Pillai-Blog-Files
This repository contains all the files I have written a tutorial about in my blog.
Sentence-Similarity-based-on-Semantic-Nets-and-Corpus-Statistics
This is a full implementation of the paper written by Yuhua Li, David McLean, Zuhair A. Bandar, James D. O’Shea, and Keeley Crockett
Student-Progress-Card-App
This is an Android application which helps students access their marks of Mid-Terms and Semester End Examinations in real time. It uses Gmail API & Graph API among various other tools for basic functionalities.
Table-Extractor-From-Image
This repository contains the code that extracts a table from an image and exports it to an Excel.
Web-Based-Graphical-Password-Authentication-System
Web Based Graphical Password Authentication System is a web based application that can be used in any system to allow users to sign up and log in using a different model other than the static passwords. In normal authentication systems, static passwords are used by users to get in the system but it is a known fact that static passwords are very easy to hack. Thus in this system, a user can select certain points in an image and use them as their password. They are immune to basic hacking techniques like brute force attack & dictionary attacks.
rohanpillai20's Repositories
rohanpillai20/Image-Classification-by-Keras-and-Tensorflow
Image Classification using Keras as well as Tensorflow.
rohanpillai20/Table-Extractor-From-Image
This repository contains the code that extracts a table from an image and exports it to an Excel.
rohanpillai20/Web-Based-Graphical-Password-Authentication-System
Web Based Graphical Password Authentication System is a web based application that can be used in any system to allow users to sign up and log in using a different model other than the static passwords. In normal authentication systems, static passwords are used by users to get in the system but it is a known fact that static passwords are very easy to hack. Thus in this system, a user can select certain points in an image and use them as their password. They are immune to basic hacking techniques like brute force attack & dictionary attacks.
rohanpillai20/Sentence-Similarity-based-on-Semantic-Nets-and-Corpus-Statistics
This is a full implementation of the paper written by Yuhua Li, David McLean, Zuhair A. Bandar, James D. O’Shea, and Keeley Crockett
rohanpillai20/Ethereum-Blockhain-Secure-E-voting-Decentralised-Application
Ethereum Smart Contract based Voting Decentralized Application
rohanpillai20/Rohan-Pillai-Blog-Files
This repository contains all the files I have written a tutorial about in my blog.
rohanpillai20/8-Puzzle-by-A-Star-Search
This python file solves 8 Puzzle using A* Search with Manhattan Distance
rohanpillai20/Student-Progress-Card-App
This is an Android application which helps students access their marks of Mid-Terms and Semester End Examinations in real time. It uses Gmail API & Graph API among various other tools for basic functionalities.
rohanpillai20/AdWords-Placement-Problem-via-Online-Bipartite-Graph-Matching
Adwords Placement
rohanpillai20/expertiza
Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
rohanpillai20/go-coverage-report
Github action that publishes the Go Coverage report as a comment in the Pull Request
rohanpillai20/NCSU_CSC-510_SE_P1_GROUP-4
Group 4's Repository for CSC 510 Software Engineering Project 1
rohanpillai20/rohanpillai20
rohanpillai20/SGD-for-Linear-Regression-with-L2-Regularization
Code for Stochastic Gradient Descent for Linear Regression with L2 Regularization
rohanpillai20/Wikipedia_Article_Count_Words
Query https://en.wikipedia.org/w/api.php?action=parse§ion=0&prop=text&format=json&page=[topic] to get the [topic] Wikipedia article, and then count how many times the string [topic] appears in the article's text field.