Pinned Repositories
.pde
awesome-neovim
Collections of awesome neovim plugins.
Blackjack-Console
A simple terminal console C++ implementation of a singleplayer blackjack game.
DeVi
A C++17 library implementing computer vision and deep learning techniques, with in-house multidimensional array support (No dependencies)
DSA-UCSD
My attempts (in C++, Rust, Python) at the assignments from the courses of DSA Specialization by UCSD at Coursera
Human-Tracking
Human Tracking in a video using HOG-SVM detector and a KCF tracker.
launch.nvim
:rocket: A task launcher plugin for neovim allowing dynamic task configuration per directory, with optional support for debugging
midnight.nvim
:crescent_moon: A modern black neovim theme written in Lua, with comfortable color contrast for a pleasant visual experience, with LSP and treesitter support
ripgrep.nvim
A simple directory-wide search and replace tool using ripgrep with a user-friendly UI
YOLOv7-DeepSORT-Human-Tracking
A human detector and tracker, written in python, using YOLOv7 for detection and DeepSORT for tracking the detections from YOLO.
dasupradyumna's Repositories
dasupradyumna/midnight.nvim
:crescent_moon: A modern black neovim theme written in Lua, with comfortable color contrast for a pleasant visual experience, with LSP and treesitter support
dasupradyumna/launch.nvim
:rocket: A task launcher plugin for neovim allowing dynamic task configuration per directory, with optional support for debugging
dasupradyumna/YOLOv7-DeepSORT-Human-Tracking
A human detector and tracker, written in python, using YOLOv7 for detection and DeepSORT for tracking the detections from YOLO.
dasupradyumna/Human-Tracking
Human Tracking in a video using HOG-SVM detector and a KCF tracker.
dasupradyumna/DSA-UCSD
My attempts (in C++, Rust, Python) at the assignments from the courses of DSA Specialization by UCSD at Coursera
dasupradyumna/.pde
dasupradyumna/awesome-neovim
Collections of awesome neovim plugins.
dasupradyumna/Blackjack-Console
A simple terminal console C++ implementation of a singleplayer blackjack game.
dasupradyumna/Detect
A record of the projects I worked on during my internship with Detect Tech. [ Original video dataset withheld for optical flow tracking problem. ]
dasupradyumna/DeVi
A C++17 library implementing computer vision and deep learning techniques, with in-house multidimensional array support (No dependencies)
dasupradyumna/Expression-Calculator
A console calculator app that parses mathematical expressions and evaluates the output
dasupradyumna/lang-seg
Language-Driven Semantic Segmentation
dasupradyumna/MLExpts
This repository contains the implementations of classifiers and models that most frameworks provide as prebuilt classes. The implementations are written from scratch, without using any external code reference. This is to help me understand how various classifiers and loss models work under the hood.
dasupradyumna/ripgrep.nvim
A simple directory-wide search and replace tool using ripgrep with a user-friendly UI
dasupradyumna/Misc-Cpp-Expts
This repository is just a documentation of my journey of learning C++. It contains both things that I found interesting and things that I experimented with out of curiosity.
dasupradyumna/my-dotfiles
Miscellaneous dot files
dasupradyumna/neovimcraft
website that makes it easy to find neovim plugins
dasupradyumna/NetVLAD
Fork on Nanne's PyTorch implementation of NetVLAD.
dasupradyumna/nvim-dap-ui
A UI for nvim-dap
dasupradyumna/nvim-lint
An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
dasupradyumna/nvim-notify
A fancy, configurable, notification manager for NeoVim
dasupradyumna/openscene
[CVPR'23] OpenScene: 3D Scene Understanding with Open Vocabularies
dasupradyumna/Password-Manager
A C++ password manager application, with cross-platform support and using C++17 standard. -- under development --
dasupradyumna/rord_slam
SLAM framework base on RoRD descriptors for loop closures
dasupradyumna/tabs.nvim
A simple tabpage name manager with a customizable statusline (or tabline) component
dasupradyumna/Ten-Halls
A Python console-based game experiment.
dasupradyumna/Tomato
My learning attempt to build a basic functioning game engine with C++; referencing TheCherno's Game Engine series on YouTube.