Pinned Repositories
Deployments-and-Certifications
I thought it would be a good idea to share my certificates here in the fields of Data Science, Full Stack, CI/CD & Version Control, and everything in between and around the Computer Science and Technology.
Node-App-CICD-with-Terraform-AWS-Docker-GithubActions
We will build a sample app, build Docker Image out of it, provision AWS resources (EC2s, ECR, etc.) using Terraform, set up Github secrets and credentials necessary for CI/CD pipeline that we define in GitHub Actions.
Pixel-Image-Recognition
these codes read the image file in the form of a 3D array containing rows, columns, and the pixel as the dimensions and store the color values in an array of the form [R,G,B,alpha] where alpha is for transparency.
Tinder-Clone-RNative-Auth-Tailwind-StackNav
Fully Functional Tinder Clone, Create Account using Google, update Profile, Swipe, Match, and Chat!
Whatsapp-Clone-ReactJs-MongoDB-SocketIO-NodeJS
react
The library for web and native user interfaces.
hey
Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
hardhat
Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
tape
an open media-sharing platform.
wagmi
Reactive primitives for Ethereum apps
abhiram11's Repositories
abhiram11/Pixel-Image-Recognition
these codes read the image file in the form of a 3D array containing rows, columns, and the pixel as the dimensions and store the color values in an array of the form [R,G,B,alpha] where alpha is for transparency.
abhiram11/Analysis-on-Dog-Data
Analysis on data of various breeds of dogs with the information of their weights, characteristics and obey rate.. data imported from data.world website.
abhiram11/Credit-Card-Fraud-Detector
A simple credit card fraud detection algorithm, data set downloaded from kaggle. Mainly shows the difference between Accuracy of the model and the precision/validation value.
abhiram11/FinAdvisor
This repository contains the details and progress of the final year project made by Anuj Yadav, Rohit Bhasin and Abhiram Satpute.
abhiram11/FPS-Game
A First Person Shooting Game created on UNITY3D and developed using C#.
abhiram11/FPS-Game-on-UNITY
A First Person Shooting Game created on UNITY3D and developed in C#.
abhiram11/IRIS-with-multiple-Classifiers
Applying multiple classifiers on the IRIS dataset and evaluating their scores with bar graph visualization as well as comparing with their numeric values.
abhiram11/KNN-Wine-with-Different-Neighbors
Applying KNeighborsClassifier on sklearn's wine data and comparing what number of neighbors produce best accuracy for the given dataset.
abhiram11/Math-equation-trainer
ML is applied to determine the value of variables to match the values in the given math equation of three variables.
abhiram11/NLP-and-Multi-Layered-Neural
Understanding movie reviews by reading from txt file and applying NLP and Deep neural network on the files and creating pickle and using this in training the data and calculation of accuracy from it.
abhiram11/SVM-and-KNN-for-breast-cancer
application of SVM and K Nearest Neighbor classifiers on the data for breast cancer data (melignant or benign) in Wisconsin and calculation of their accuracy to determine the better classifier for this case.
abhiram11/tensorflow-neural
contains the codes and the data that I learned from sentdex consisting of defining the neural network and passing the data through it for the output prediction.