cuda-support
There are 65 repositories under cuda-support topic.
coreylowman/dfdx
Deep learning in Rust, with shape checked tensors and neural networks
kartikmadan11/MetaTraderForecast
RNN based Forecasting App for Meta Trader and similar trading platforms
jdermody/brightwire
Bright Wire is an open source machine learning library for .NET with GPU support (via CUDA)
cansik/deep-vision-processing
Deep computer-vision algorithms for the Processing framework.
elftausend/custos
A minimal OpenCL, CUDA, Vulkan and host CPU array manipulation engine / framework.
mikeroyal/CUDA-Guide
CUDA Guide
Valian/docker-python-opencv-ffmpeg
Repository for clean Dockerfile containing ffmpeg, opencv3 and python2/3, based on Ubuntu
FahimFBA/CUDA-WSL2-Ubuntu
Install CUDA on Windows11 using WSL2
keerah/SendTo_FFmpeg
Zero-dependency FFmpeg-based batch framework for repetitive and bulk high-quality transcoding in one click
GabrielSCabrera/nBody
GPU-accelerated N-Body particle simulator with visualizer.
alessiosavi/PyRecognizer
"A neural network to rule them all, a neural network to find them, a neural network to bring them all and verify if is you !!" (Face recognition tool)
sashacmc/face-rec-tools
Media library face recognition tools
karthikeyann/cuda-calculator
HTML/JS port of CUDA Occupancy Calculator
OMEGAMAX10/Face-Mask-Detection-Using-YOLOv4
Because of the COVID-19 pandemic of 2020, more and more people are concerned with protecting themselves using masks, thus the need of software capable of monitoring whether the people are wearing masks or not. That is why I created a Python application using OpenCV (with CUDA support) based on the YOLOv4 algorithm, capable of monitoring the safety level of a space with video surveillance.
ZL-Su/Matrice
A portable modern C++ primitive performance library for 3D Vision & Photo-Mechanics.
imsanjoykb/CUDA-Bootcamp
CUDA Programming Practices
xiaoyao9184/docker-marker
Docker implementation of the Marker pdf to markdown
ShawnZhong/CUDA-Programming-Starter-Kit
CUDA Programming Starter Kit for VSCode and CLion
LuluW8071/Automatic-Speech-Recognition-with-PyTorch
Real-Time ASR with CNN-BiLSTM: End-to-End Live Streaming Using PyTorch Lightning⚡
BjoernHaefner/mweCmakeMexCppCuda
Minimal working example (MWE) on how to use CMake, CUDA, MEX, C++ and library support at once
apreddyy/LaneDetectionNvidiaJetson
Lane Detection and Departure warning.
xiaoyao9184/docker-surya
Docker implementation of the Surya OCR
joaomlneto/cpds-heat
Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013
OMEGAMAX10/Face-Mask-Detector-for-Jetson-Nano
Because of the COVID-19 pandemic of 2020, more and more people are concerned with protecting themselves using masks, thus the need of software capable of monitoring whether the people are wearing masks or not. That is why I created a Python application using OpenCV (with CUDA support) based on the YOLOv4 algorithm, more precisely the tiny option, capable of monitoring the safety level of a space with video surveillance. This is the Jetson Nano version of the application.
ruoyuGao/scikit-opt-gpu
We implemented our own sequential version of GA, PSO, SA and ACA using C++ (some using Eigen3 as matrix operation backend) and the parallelized version with CUDA support. All of them are much faster than the popular lib scikit-opt.
asujaykk/Stereo-Camera-Depth-Estimation-And-3D-visulaization-on-jetson-nano
Stereo camera depth estimation with opencv and visualization in Open3D on jetson nano with CUDA support
DavorDobrota/C-Coil
A library for calculations with circular coils
Jorgedavyd/nsight.nvim
A developer oriented Neovim framework for CUDA performance profiling and analysis.
notvolks/SulfurAI-1.3
AI platform that lets you predict trends, identify outliers in your userbase and predict individual user activity. Trained with a custom model that was developed by VolksHub.
asujaykk/Install-Opencv-and-open3D-in-Jetson-nano-with-cuda-support
how Install Opencv and Open3d in jetson nano with cuda support
bartossh/hebbian_mirror
Low level http service for image recognition. Written in rust with CUDA support.
canokaue/eel7513
Projeto final da disciplina EEL7513/EEL7514/EEL510417 - Introdução ao Aprendizado de Máquina.
KnowledgePending/Swift-TensorFlow-with-CUDA-Docker
🐳 🐦Docker environment for Swift GPU Accelerated Machine Learning
Shikha-code36/CUDA-Programming-Beginner-Guide
A beginner's guide to CUDA programming
xiaoyao9184/docker-omni
Docker implementation of the OmniParser screen parsing tool
yinengy/CUDA-Data-Race-Detector
A dynamic data race detector for CUDA programs