Pinned Repositories
api_in_python
Expose python machine learning project as REST API
api_in_r
expose R machine learning project as REST API
api_seq2seq
REST API for training and prediction of seq2seq model
coding_interview
practice for coding interview
datascience_bestpractices
Best Practices for improving data science journey
ganTutorial
Learn GAN
image_caption_gen
This repo aims to implement Image Caption Generation using Deep Learning. It's implemented using CNN-RNN architecture.
pytorch_seq2seq_model_nlproc
web_api_for_computer_vision
Simple bootstarp based general web api for computer vision work
msank00's Repositories
msank00/image_caption_gen
This repo aims to implement Image Caption Generation using Deep Learning. It's implemented using CNN-RNN architecture.
msank00/api_in_python
Expose python machine learning project as REST API
msank00/api_in_r
expose R machine learning project as REST API
msank00/miniTransformer
Create pytorch transformer from scratch
msank00/pysank
Python utility for data science work
msank00/ganTutorial
Learn GAN
msank00/pytorch_seq2seq_model_nlproc
msank00/web_api_for_computer_vision
Simple bootstarp based general web api for computer vision work
msank00/attention-is-all-you-need-pytorch
A PyTorch implementation of the Transformer model in "Attention is All You Need".
msank00/BERT_Spam_Classification
Text classification using BERT model fine tuning
msank00/best-of-ml-python
🏆 A ranked list of awesome machine learning Python libraries. Updated weekly.
msank00/cowin-vaccination-slot-availability
Script to check the available slots for Covid-19 Vaccination Centers from CoWIN API in India
msank00/cs329s-ml-deployment-tutorial
Code and files to go along with CS329s machine learning model deployment tutorial.
msank00/data_wrangling
data eda code snippet
msank00/featscan
Feature analysis using statistical tests
msank00/fullstackdl
Full Stack Deep Learning - Spring 2021 https://fullstackdeeplearning.com/spring2021/#week-1-fundamentals
msank00/gitignore
A collection of useful .gitignore templates
msank00/kaggle-birdclef2021-2nd-place
great example code of how to create python experiment, run and maintain using .py config file
msank00/Kaggle_202101_Quora_Duplicate_Questions
Kaggle competition
msank00/ml_algo_from_scratch
Write ML algo from scratch for better understanding
msank00/ml_system_design
Curate best courses, blogs, best practices here
msank00/msank00
msank00/msank00.github.io
msank00/paper-blog-book-to-read
List of papers, blogs, books to read
msank00/papersummary
msank00/pytorch-transformer
Attention is all you need implementation
msank00/SimCLR
PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
msank00/simple_ner_model
Simple NER model
msank00/simplepypkg
A simple structure on how to create and run python package in a modular way
msank00/web_api_nlp
Create Sentence Similarity and expose them as web api