Projects
English Alphabet Classifications using Hand Signs
Developed a convolutional neural network model to classify alphabet from image of hand signs.This model was developed on American Sign Language Dataset.This model was developed as part of Pattern Recognition course project.
Circuit Activity Factor Calculator
Developed an application which calculates the activity factor of all the components of a circuit in python as part of VLSI System Design course project.Given the circuit verilog module(.v file) the application calculated the activity factor of all the components and also gave the structure of the input circuit. The application works for all the ISCAS85 benchmark files.
Reddit Image Scrapper
Developed a python script to scrape images from any sub reddit using PRAW. Can be used for data science projects for data fetching.