shanky1947
Data Science | Machine Learning | Deep Learning
Vellore Institute of TechnologyVellore, Tamil Nadu
Pinned Repositories
Amazon-Reviews-Tags-Combinator
American-Sign-Language-Recognition
Sign language prediction using deep convolutional neural network
College-Portal-Full-Stack-WebApp
Full-stack web application with pages of downloading assignment, uploading an assignment, checking plagiarism, adding information and login authentication, etc.
Dossier-Portfolio-Website-Generator
Generates portfolio website of an individual using data scraped from LinkedIn profile.
Paper-Evaluation-using-AI
It is able to recognize handwritten text, uses IAM dataset for training. CNN and RCNN architectures are used for training and CTC are used to calculate the loss.
Recgnizing-Textual-Entailment-NLP
It solves RTE (Recognizing textual entailment) problem using sentence extraction to cover semantic variation by extracting subject, predicate and object from each sentence.
Safe-Waters
Predicting the depth of water using deep convolutional neural network from flood image data.
Smart-AI-Hydroponic-Farming
This рrojеct comрrisеd of dеvеloрing of а smart Hydroрonic Рod which cаn bе usеd for growing thе vеgеtаblеs аnd fruits.
Software-Fault-Prediction
Detecting software faults using various machine learning algorithms including ensembles
XSS-Attack-on-Bank-Website
XSS (Cross Site Scripting) attack is performed on a website of Bank Management System using Kali Linux and Burp Suite
shanky1947's Repositories
shanky1947/Paper-Evaluation-using-AI
It is able to recognize handwritten text, uses IAM dataset for training. CNN and RCNN architectures are used for training and CTC are used to calculate the loss.
shanky1947/XSS-Attack-on-Bank-Website
XSS (Cross Site Scripting) attack is performed on a website of Bank Management System using Kali Linux and Burp Suite
shanky1947/Recgnizing-Textual-Entailment-NLP
It solves RTE (Recognizing textual entailment) problem using sentence extraction to cover semantic variation by extracting subject, predicate and object from each sentence.
shanky1947/Attendace-Calculator
An attendance calculator application in C++ using data structures like stack, queue etc.
shanky1947/Automation-in-Amazon
It uses selenium to automate amazon website to add items in cart automatically
shanky1947/Automation-in-Spotify
It uses selenium to automate spotify to add songs from local directly to the playlist automatically
shanky1947/Consumer-Behavior-Analytics-1
shanky1947/E-portal-for-NCC
An E-portal for NCC (National Cadet Corps) to maintain and organize their day to day activities
shanky1947/Face-Detection
Face detection using opencv, tensorflow. Face detection in some images and in an image taken through web-cam
shanky1947/Fetility-of-soil-Transfer-Learning
shanky1947/Image-Recognition-on-CIFAR10
It recognizes different images on CIFAR10 dataset using CNN architecture
shanky1947/Neural-Network-from-scratch
shanky1947/Number-prediction
Predicting number by using matplotlib, numpy and providing pixels as data to train machine. Linear Regression was used as algorithm.
shanky1947/Open-Source-Contribution
shanky1947/Project-Safe-Waters-v1
shanky1947/Python-GUI
Contains Files for the Fantasy Cricket Application created using Python
shanky1947/Sentiment-Analysis-using-LSTM
It performs sentiment analysis on IMDB dataset using LSTM neural network architecture for long range predictions
shanky1947/star-me
Star FOSSASIA Repositories on Github and Support the Community
shanky1947/Stock-Market-Prediction-using-RNN
It uses RNN (Recurrent Neural Network) to predict the stock market of S&P500, in particular the price of a stock (or index).
shanky1947/suagar10
My profile repository
shanky1947/Tensorflow-2.0
Contains small projects to brush-up deep learning concepts. Inspired from Tensorflow 2.0 course from lazy programmer of udemy.
shanky1947/Tesseract-OCR
Contains ocr word detection algorithm using Tesseract ocr engine.
shanky1947/Text-Classification-Using-CNN
It classifies news text into fixed set of categories like politics, religion, computer etc. using Convolutional Neural Network
shanky1947/Text-Summarizer
It performs text summarization using NLP
shanky1947/Tweet-Analysis-for-Fake-Disaster
It detects whether disaster related information in tweets is real or fake by using NLP techniques for preprocessing and RNN for training the model
shanky1947/Two-Digit-MNIST
Predicting two digit numbers.
shanky1947/YOLOv3-Darknet-Custom-Object-Detection
It implements yolov3 algorithm in darknet framework to detect custom objects, originally implemented by Joseph Redmon (pjreddie), improved by Alexey AB
shanky1947/YOLOv5-Pytorch
Object detection algorithm Yolov5 in Pytorch framework