Rushirajsinh Parmar's repositories
COVID-19-Drug-Designing-using-Deep-Learning
This Repo contains our methodology and solution to predict / Synthesise potential Antidotes/Cure using AI solutions for the current pandemic
Deep-Reinforcement-Learning-Based-Quadcopter-controller
Deep Reinforcement Learning Based Quadcopter controller
TCS-HumAIn---Taxonomy-Classification
This repo contains my implementation of the Taxonomy Classification problem for TCS HumAIn Idea submission round
best-of-ml-python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
deploy-models-with-grpc-pytorch-asyncio
Article about deploying machine learning models using grpc, pytorch and asyncio
OpenAI-NLP-Hackathon-Symbiosis-University
This repository is made in lieu of submission towards the solution of problem statement 2 of the OPEN AI NLP hackathon. The objective here is to classify the voice recordings of a call center proceeding by treating them as consumer complaints into the said categories of the automotive industry
Python-Data-Structures-Algorithms
My implementation of various Data Structures and Algorithms in Python
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
advice
A repository of links with advice related to grad school applications, research, phd etc
awesome-fastai
A curated list of awesome fastai projects/blog posts/tutorials/etc.
Best-README-Template
An awesome README template to jumpstart your projects!
Deep-Learning-In-Production-1
Develop production ready deep learning code, deploy it and scale it
EVA8-Assignments
This repository contains solutions to assignments of the EVA 8 course of The School of AI.
Face_Pytorch
face recognition algorithms in pytorch framework, including arcface, cosface, sphereface and so on
hand-gesture-recognition-mediapipe
This is a sample program that recognizes hand signs and finger gestures with a simple MLP using the detected key points. Handpose is estimated using MediaPipe.
Knowledge-Distillation-Zoo
Pytorch implementation of various Knowledge Distillation (KD) methods.
NLP-Interview-Notes
本项目是作者们根据个人面试和经验总结出的自然语言处理(NLP)面试准备的学习笔记与资料,该资料目前包含 自然语言处理各领域的 面试题积累。
openai-whisper
Robust Speech Recognition via Large-Scale Weak Supervision
pml-book
"Probabilistic Machine Learning" - a book series by Kevin Murphy
PyTorch-DistributedTraining
Distributed Data Parallel (DDP) training using PyTorch and other PyTorch based libraries
PyTorch_image_classifier
Image classification: efficientnet/resnest/seresnext/.....
PyTorchVideoCompression
PyTorch implementation and benchmark of Video Compression
rushi-the-neural-arch
Config files for my GitHub profile.
SegmentationWorkshop
PyTorch implementation for Semnatic Segmentation example
SLAM-Resources-for-Beginner
Highly recommended resources for SLAM newbies (Lecture, Reviewed paper, Books, Tutorial, etc)
Transformers4Vision
A summarization of Transformer-based architectures for CV tasks, including image classification, object detection, segmentation, and Few-shot Learning. Keep updated frequently.
vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch