pintowar's Stars
vuejs/vue
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
ibraheemdev/modern-unix
A collection of modern/faster/saner alternatives to common unix commands.
roboflow/supervision
We write your reusable computer vision tools. 💜
openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
eriklindernoren/Keras-GAN
Keras implementations of Generative Adversarial Networks.
mxgmn/MarkovJunior
Probabilistic language based on pattern matching and constraint propagation, 153 examples
kotest/kotest
Powerful, elegant and flexible test framework for Kotlin with assertions, property testing and data driven tests.
borisbanushev/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
mlc-ai/web-stable-diffusion
Bringing stable diffusion models to web browsers. Everything runs inside the browser with no server support.
tchiotludo/akhq
Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
anmol098/waka-readme-stats
This GitHub action helps to add cool dev metrics to your github profile Readme
lensesio/fast-data-dev
Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors
restatedev/restate
Restate is the platform for building resilient applications that tolerate all infrastructure faults w/o the need for a PhD.
kaz-Anova/StackNet
StackNet is a computational, scalable and analytical Meta modelling framework
Georift/install-jellyfin-tizen
Install Jellyfin on your Samsung TV
breandan/kotlingrad
🧩 Shape-Safe Symbolic Differentiation with Algebraic Data Types
anmol098/npx_card
use npx anmol to connect with me
Farama-Foundation/SuperSuit
A collection of wrappers for Gymnasium and PettingZoo environments (being merged into gymnasium.wrappers and pettingzoo.wrappers
khanhnamle1994/movielens
4 different recommendation engines for the MovieLens dataset.
anmol098/anmolsingh.me
This is my personal website here I keep updating changes which cannot be summed up in my Resume
Rachnog/Deep-Portfolio-Management
Source code for the blog post on the evolution of the asset allocation methods
afourmy/pyTSP
A 2D/3D visualization of the Traveling Salesman Problem main heuristics
geffy/kaggle-malware
Kaggle 'Microsoft Malware Classification Challenge' 3rd place solution
aredier/trelawney
General Interpretability Package
hongshibao/gpu-monitoring-docker-compose
Docker compose file to set up NVIDIA GPU monitoring on a single server
otavio-s-s/lerMicrodados
riferrei/the-song-is
'The Song Is' Streaming Application to Showcase Confluent Cloud, Connect, and KSQL
jfpuget/Kaggle_Santa_2019
Solution for Kaggle Sant competition https://www.kaggle.com/c/santa-workshop-tour-2019/overview
jfpuget/kaggle_santa_21
Solution to Kaggle Santa 2021 Challenge
paulk-asert/groovy-constraint-programming
Three common programming paradigms or styles are the imperative (OO & procedural), functional, and logic (or constraint) styles. This repo shows examples of the latter using the Apache Groovy programming language and other (mostly JVM) languages which support this style of programming (often using libraries).