amansharma2910
Python dev by profession; hack enthusiast and tech blogger by passion
Python Developer @ScaleGenAI | ex-Product Engineer Intern @qoohoo-app
Pinned Repositories
DeepLearning-SceneClassificationCNN
In this project, originally hosted on Kaggle, I have worked on a Deep Learning model based on the powerful CNN algorithm, capable of detecting the scene in an input image.
MachineLearning-CO2_emission_prediction
MachineLearning-HeartDiseasePrediction
In this project, I have coded an MLR model from scratch that can be used to predict the presence(and severity) of heart disease in a patient.
MachineLearning-PolyReg_using_PyTorch
The repo contains the Jupyter notebook for my project where I created a polynomial regression model from scratch using PyTorch.
PythonWeek-SpotifyAir
Hackathon submission for TPW.
sian
Here to make travel more rewarding.
StayFit
MLOps for Good Hackathon Submission
ChamberOfSecrets-Backend
Sprint 2 Project for MLH Fellowship made by Aman Sharma, Suhani Chawla, Saumya Gandhi.
Tic-Tac-Chain
A Blockchain-based TicTacToe game where people can bet and win real Ether.
torchblaze
A CLI-based python package that provides a suite of functionalities to perform end-to-end ML using PyTorch.
amansharma2910's Repositories
amansharma2910/MachineLearning-HeartDiseasePrediction
In this project, I have coded an MLR model from scratch that can be used to predict the presence(and severity) of heart disease in a patient.
amansharma2910/MachineLearning-PolyReg_using_PyTorch
The repo contains the Jupyter notebook for my project where I created a polynomial regression model from scratch using PyTorch.
amansharma2910/MachineLearning-CO2_emission_prediction
amansharma2910/DeepLearning-SceneClassificationCNN
In this project, originally hosted on Kaggle, I have worked on a Deep Learning model based on the powerful CNN algorithm, capable of detecting the scene in an input image.
amansharma2910/MachineLearning-BreastCancerPredictor
This machine learning model uses KNN algorithm to predict whether a breast tumor is cancerous or non-cancerous with as high as 97% accuracy! The features used to predict the data can be obtained by a mere MRI/CT-scan of the patient.
amansharma2910/Python3Tutorials
This repository contains all the practice codes that I used while learning Python. Anyone learning Python from scratch can use these codes as a reference. I have heavily commented the code to make it easy for even beginners to understand the various components in the code.
amansharma2910/TSFInternshipProjects
This repository contains the projects that I have worked on for my internship at TSF.
amansharma2910/awesome-public-datasets
A topic-centric list of HQ open datasets.
amansharma2910/basicJavaTutorialCodes
This repository contains beginner-level JAVA codes. Anyone learning JAVA can feel free to work around with this code in order to learn and practice some JAVA skills. It can also be used as a reference to teach students how to code in JAVA.
amansharma2910/CheatSheets
Repository for everything I look up more than twice
amansharma2910/Complex-YOLOv3
PyTorch implementation of Complex-YOLO paper with YoloV3
amansharma2910/course-v3
The 3rd edition of course.fast.ai
amansharma2910/data-science
:bar_chart: Path to a free self-taught education in Data Science!
amansharma2910/DataAnalysisProjects
This repository contains various data analysis projects I have worked on.
amansharma2910/Deep-Learning
amansharma2910/flutter_modularization
This repo will introduce you how to mastering your app with implementation Flutter Modularization in several ways
amansharma2910/HackerRankSolutions
In this repo, I'll be sharing my HackerRank solutions for problem solving.
amansharma2910/im2recipe-Pytorch
im2recipe Pytorch implementation
amansharma2910/JavaWorkshop
This repository contains all the practice codes and sample applications I learned making on a 4 day Java Workshop I attended.
amansharma2910/KITTI-2d-object-detection
The goal of this project is to detect objects from a number of object classes in realistic scenes for the KITTI 2D dataset.
amansharma2910/KITTI-distance-estimation
Estimating distance to objects in the scene using detection information
amansharma2910/machine-learning-cheat-sheet
Classical equations and diagrams in machine learning
amansharma2910/MachineLearning-tumorDiagnosis
amansharma2910/minGPT
A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
amansharma2910/mit-deep-learning-book-pdf
MIT Deep Learning Book in PDF format (complete and parts) by Ian Goodfellow, Yoshua Bengio and Aaron Courville
amansharma2910/MonoDepth-PyTorch
Unofficial implementation of Unsupervised Monocular Depth Estimation neural network MonoDepth in PyTorch
amansharma2910/Object-detection-using-yolov2-and-distance-estimation
Object detection using yolov2 and estimation of object from the camera lens
amansharma2910/pythonAutomation_TempMailGenerator
Used web-scrapping, web-driving and file I/O operations to create a fully automated tempmail generating Python script as a part of a fun automation project
amansharma2910/PyTorch-YOLOv3-kitti
use yolov3 pytorch to train kitti
amansharma2910/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.