AniKar's Stars
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Lightning-AI/pytorch-lightning
Pretrain, finetune ANY AI model of ANY size on multiple GPUs, TPUs with zero code changes.
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
HumanSignal/labelImg
LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
magenta/magenta
Magenta: Music and Art Generation with Machine Intelligence
zalandoresearch/fashion-mnist
A MNIST-like fashion product database. Benchmark :point_down:
NVIDIA/vid2vid
Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
hyperopt/hyperopt
Distributed Asynchronous Hyperparameter Optimization in Python
wang-xinyu/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
tensorflow/nmt
TensorFlow Neural Machine Translation Tutorial
richzhang/PerceptualSimilarity
LPIPS metric. pip install lpips
szagoruyko/pytorchviz
A small package to create visualizations of PyTorch execution graphs
davidtvs/pytorch-lr-finder
A learning rate range test implementation in PyTorch
akzare/Algorithms
Algorithm and Data Structures
alteryx/evalml
EvalML is an AutoML library written in python.
Zeleni9/pytorch-wgan
Pytorch implementation of DCGAN, WGAN-CP, WGAN-GP
alankbi/detecto
Build fully-functioning computer vision models with PyTorch
courao/ocr.pytorch
A pure pytorch implemented ocr project including text detection and recognition
EdisonLeeeee/GraphGallery
GraphGallery is a gallery for benchmarking Graph Neural Networks, From InplusLab.
1nfinityLoop/Sudoku-Solver-AI
I made a real time Sudoku solver using the camera, it looks for the edges of the Sudoku in the frame, extracts it, solves it and overlays the solution on the puzzle itself. For the digit recognition, I used a CNN, trained using Keras with printed characters from the different ubuntu fonts. For the image processing part, I used OpenCV for the edge detection.
Image-Py/sknw
build net work from skeleton image (2D-3D)
jthsieh/DDPAE-video-prediction
Learning to Decompose and Disentangle Representations for Video Prediction, NIPS 2018
tychovdo/MovingMNIST
Moving MNIST as PyTorch Dataset
fraunhofer-iais/language-recognition
This project shows how to train a language-recognizer from scratch that is able to distinguish between German and English, robustly.
YerevaNN/PARASITE
🪱 PARASITE || A parallel sentence data preprocessing toolkit. Originally developed as a part of the `en-ru` winner submission of WMT20 Biomedical Translation Task.
fseiffarth/LatexBeamerThemeUniBonnStyle
Latex beamer template in Uni Bonn style.
YerevaNN/word2vec-armenian-wiki
Testing word2vec on Armenian Wikipedia
AIS-Bonn/LocDepVideoPrediction
Location Dependency in Video Prediction
razmikTovmas/GameOfLife
The implementation of Conway's Game of Life