Aryaman Sinha (as791)

as791

Geek Repo

Company:Observe.AI

Location:Bangalore, India

Home Page:https://sites.google.com/view/as791/home

Github PK Tool:Github PK Tool


Organizations
astronomy-society-of-iit-bhubaneswar

Aryaman Sinha's starred repositories

You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.

elasticsearch

Free and Open, Distributed, RESTful Search Engine

Language:JavaLicense:NOASSERTIONStargazers:68701Issues:2685Issues:35648

segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:45734Issues:303Issues:658

airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Language:PythonLicense:Apache-2.0Stargazers:35608Issues:762Issues:9331

fairseq

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Language:PythonLicense:MITStargazers:29872Issues:424Issues:4173

mongo

The MongoDB Database

Language:C++License:NOASSERTIONStargazers:25842Issues:1243Issues:0

CLIP

CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image

Language:Jupyter NotebookLicense:MITStargazers:23810Issues:317Issues:388

PRML

PRML algorithms implemented in Python

Language:Jupyter NotebookLicense:MITStargazers:11348Issues:419Issues:24

flashlight

A C++ standalone library for machine learning

stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation

Language:PythonLicense:NOASSERTIONStargazers:4017Issues:51Issues:262

llm-attacks

Universal and Transferable Attacks on Aligned Language Models

Language:PythonLicense:MITStargazers:3127Issues:34Issues:89

qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.

Language:OpenQASMLicense:Apache-2.0Stargazers:3036Issues:89Issues:528

KAIR

Image Restoration Toolbox (PyTorch). Training and testing codes for DPIR, USRNet, DnCNN, FFDNet, SRMD, DPSR, BSRGAN, SwinIR

Language:PythonLicense:MITStargazers:2821Issues:47Issues:162

qiskit-tutorials

A collection of Jupyter notebooks showing how to use the Qiskit SDK

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:2289Issues:130Issues:405

Chaos

Visualizations of the connections between chaos theory and fractals through the logistic map; made for Veritasium YouTube video

Language:PythonLicense:MITStargazers:1824Issues:73Issues:48

Low-Level-Design

Useful Resources for Low Level System Design

Language:JavaStargazers:1040Issues:40Issues:0

design-patterns-java

Design Pattern Examples in Java

Language:JavaLicense:NOASSERTIONStargazers:904Issues:37Issues:2

madgrad

MADGRAD Optimization Method

Language:PythonLicense:MITStargazers:798Issues:18Issues:10

Nonlinear_Face_3DMM

Source code for "Nonlinear 3D Face Morphable Model"

Language:PythonLicense:Apache-2.0Stargazers:672Issues:35Issues:67

GANFit

Project Page of 'GANFIT: Generative Adversarial Network Fitting for High Fidelity 3D Face Reconstruction' [CVPR2019]

Language:PythonLicense:GPL-3.0Stargazers:625Issues:50Issues:21

Low-Level-Design

Low Level Designs of common data structures. These designs keep concurrency control, latency and throughput in mind. We use design patterns where applicable to make the code readable, extensible and testable.

INSTA

INSTA - Instant Volumetric Head Avatars [CVPR2023]

Language:CLicense:NOASSERTIONStargazers:422Issues:20Issues:42

avir

High-quality pro HDR image resizing / scaling C++ library, including a very fast, precise, SIMD Lanczos resizer (header-only C++)

Language:C++License:MITStargazers:405Issues:23Issues:24

CLIP-featurevis

code for reproducing some of the diagrams in the paper "Multimodal Neurons in Artificial Neural Networks"

eos-model-viewer

3D model viewer for the eos Morphable Model library

Language:C++License:Apache-2.0Stargazers:143Issues:14Issues:18

microservices-core

This repo uses three simple services to illustrate how most distributed microservice architecture systems work. We use Go for creating a reverse proxy and Java for service discovery and registering profiles. The services use heartbeats to stay registered. We use the MySQL database in service registry and profile.

Language:JavaStargazers:85Issues:7Issues:0

fast-feature-fool

Data independent universal adversarial perturbations

Language:PythonLicense:MITStargazers:61Issues:6Issues:7

system-design-notes

A repo for system design notes by various authors