pavanraval05's Stars
OpenZeppelin/openzeppelin-contracts-upgradeable
Upgradeable variant of OpenZeppelin Contracts, meant for use in upgradeable contracts.
abhinavdc/cowin-pinger
Get notified on your phone when there is a vaccine slot available at your location, by running a script on your computer. Uses Cowin portal's public API.
kishanpatel22/xv6-kernel-threads
Design and Implementation of kernel level threads for xv6 operating system. Adding system call related to threading environment in xv6 along with userland threading library with one to one mapping and semaphore implementation as synchronisation primitive
levindabhi/ACGPN
"Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR 2020. (Modified from original with fixes for inference)
kishanpatel22/IRON-shell
IRON Shell : command-line-interface for executing various UNIX commands with pipes, redirection, signals handling and most of the builtin shell commands. Similar to shells like bash, zsh, etc
pavanraval05/Prediction-Using-Supervised-Machine-Learning-
/* In this task we have to predict the percentage of an student based on the no. of study hours. In the given task we have to use 2 variables where the 1st feature is no of hours studied and the target value is the percentage score. This given task can be solved using Simple Linear regression */
23rajshah/Prediction-Using-Supervised-Machine-Learning-Task-1