Open Source Contributions

Open Source Contributions #

### [SymSpellCppPy](https://github.com/viig99/SymSpellCppPy)
[![star this repo](https://img.shields.io/github/stars/viig99/SymSpellCppPy?style=flat-square)](https://github.com/viig99/SymSpellCppPy)
Python library for Spelling correction based on SymSpell written in C++ and exposed to python via pybind11.

### [Comparing Contrastive losses on Vision & NLP](https://github.com/viig99/ContrastiveLearningLossComparison)
[![star this repo](https://img.shields.io/github/stars/viig99/ContrastiveLearningLossComparison?style=flat-square)](https://github.com/viig99/ContrastiveLearningLossComparison)
Comparing performance of different InfoNCE type losses used in contrastive learning.

### [Windy Lunar Lander Env](https://github.com/viig99/rl-experiments)
[![star this repo](https://img.shields.io/github/stars/viig99/rl-experiments?style=flat-square)](https://github.com/viig99/rl-experiments)
Exploring Reinforcement Learning algorithms on customized Lunar Lander environment with dynamic realistic wind vectors by extending the gym environment.

### [Blaze](https://github.com/SABER-labs/Drogon-torch-serve)
[![star this repo](https://img.shields.io/github/stars/SABER-labs/Drogon-torch-serve?style=flat-square)](https://github.com/SABER-labs/Drogon-torch-serve)
ML inference framework for pytorch models in Asynchronous C++ which supports dynamic batching, Arrayfire, quantized model, and various optimizations written using Drogon

### [SABER](https://github.com/SABER-labs/SABERv2)
[![star this repo](https://img.shields.io/github/stars/SABER-labs/SABERv2?style=flat-square)](https://github.com/SABER-labs/SABERv2)
Easily reproducible machine learning baseline for automatic speech recognition using semi-supervised contrastive learning.

### [Epoch-Synchronous Overlap-Add (ESOLA)](https://github.com/viig99/esolafast)
[![star this repo](https://img.shields.io/github/stars/viig99/esolafast?style=flat-square)](https://github.com/viig99/esolafast)
Fast C++ implementation of ESOLA using KFRLib, can be used for online time-stretch augmentation during SpeechToText training.

### [Newman](https://github.com/postmanlabs/newman)
[![star this repo](https://img.shields.io/github/stars/postmanlabs/newman?style=flat-square)](https://github.com/postmanlabs/newman)
Initial Contributor to Newman which is a command-line collection runner for Postman.

### [Postman Interceptor](https://github.com/postmanlabs/postman-chrome-interceptor)
[![star this repo](https://img.shields.io/github/stars/postmanlabs/postman-chrome-interceptor?style=flat-square)](https://github.com/postmanlabs/postman-chrome-interceptor)
Initial Contributor to Postman Interceptor a helper extension for the Postman packaged app.