Pinned Repositories
amcs1729.github.io
Portfolio Website hosted on Github Pages
Attention-Guided-Low-light-Image-Enhancement
A model based on Multi Branch Convolution and Upconvolution to convert a low light image to an enhanced bright image
Distributed-Hash-Table
Implemented a Highly Scale-able and Fault Tolerant Distributed Hash Table using Chord as underlying algorithm
Distributed-Systems
Replicated Key-Value Storage and Simple DHT based on chord, Group Messenger with Total and FIFO Ordering Guarantees
Image_to_Paragraph
Creating captions from images and extrapolating them to build a 100 word Paragraph
LeetCode-3
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
LeetCode-Questions-CompanyWise
Contains Company Wise Questions sorted based on Frequency and all time
Predicting-cloud-CPU-usage-on-Azure-data
Forecasting future CPU Usage in Azure VM using Deep Learning Models. Compares LSTM , GRU and IndRNN
siraj-make-money-with-machine-learning-midterm-tng-scriptgen
This repository contains my midterm project of Make Money with Machine Learning Course by Siraj Raval. For this assignment, I decided to develop a MVP for a text generation webtool which lets users generate episode scripts for a television show, in this particular case for "Star Trek: The Next Generation".
steganography
An improvement over traditional steganography that uses a better technique to embed the cipher text.
amcs1729's Repositories
amcs1729/steganography
An improvement over traditional steganography that uses a better technique to embed the cipher text.
amcs1729/LeetCode-3
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
amcs1729/system-design-in-practice
Learn how to design a system from tech company blogs
amcs1729/amcs1729.github.io
Portfolio Website hosted on Github Pages
amcs1729/automerge-classic
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
amcs1729/B_Chain
Understanding B_Chains
amcs1729/coding-recipies
Recipies for good coding practices
amcs1729/Data_Structure
Prac
amcs1729/distsys-class
Class materials for a distributed systems lecture series
amcs1729/grokking-the-object-oriented-design-interview
amcs1729/Interview_DS_Algo
Super Repository for Coding Interview Preperation
amcs1729/leetcode-compensation
Compensation analysis of leetcode.com/discuss/compensation
amcs1729/leetcode-patterns
A curated list of 170 leetcode questions grouped by their common patterns
amcs1729/lld-parking-lot
Repository for low level design solution of parking lot
amcs1729/LLD-Practice
Solving Various Low-Level Problems using SOLID, DRY, and KISS principles.
amcs1729/low-level-design-messaging-queue-pub-sub
We have to design a message queue supporting publisher-subscriber model.
amcs1729/nsepy
Python Library to get publicly available data on NSE website ie. stock quotes, historical data, live indices
amcs1729/nsetools
Realtime Data From National Stock Exchange (India)
amcs1729/portfolio_websire
amcs1729/SDE-Interview-Questions
Most comprehensive list :clipboard: of tech interview questions :blue_book: of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.
amcs1729/sktime
A unified framework for machine learning with time series
amcs1729/snake-and-ladder
Snakes and Ladders
amcs1729/social_news_feed
amcs1729/system-design
System Design Interview Preparation
amcs1729/System-Design-1
System Design Bytes for Software Enthusiasts❤️. How is modern software designed? 🤔 Some design-level considerations for scalability, maintainability eventual consistency, availability & reliability. 👨💻 Interview Prep. 👨💻
amcs1729/system-design-algorithms
Advanced data structure and algorithm for system design
amcs1729/system-design-interview
System design interview for IT companies
amcs1729/system-design-questions
Problem statements on System Design and Software Architecture as part of Arpit's System Design Masterclass
amcs1729/Version-Control-System-
Work in progress
amcs1729/volume_approximation
Practical volume computation and sampling in high dimensions