Pinned Repositories
ai-agents
a Rust library designed for building and managing generative AI agents, leveraging the capabilities of large language models (LLMs)
async-log-watch
"A simple Rust library to monitor log files and trigger an async callback when a new line is added.
async-task-executor
A lightweight Rust library for building extensible asynchronous task executors, designed for handling large-scale multitasking in server environments.
ctrader-fix
a Rust implementation of the FIX API for the cTrader trading platform
generative_models
showcases my work on various generative models
Lib-miqs
audio processing library
mb_melgan
This project is a PyTorch implementation of the MB-MelGAN from originalk paper
my-rust-side-projects
A collection of Rust side projects for personal use
nerf-impl
NeRF using PyTorch with an aim to understand
ParallelComputeLab
an exploration into parallel computing using OpenCL and wgpu across C++ and Rust.
geminik23's Repositories
geminik23/ai-agents
a Rust library designed for building and managing generative AI agents, leveraging the capabilities of large language models (LLMs)
geminik23/ctrader-fix
a Rust implementation of the FIX API for the cTrader trading platform
geminik23/async-task-executor
A lightweight Rust library for building extensible asynchronous task executors, designed for handling large-scale multitasking in server environments.
geminik23/mb_melgan
This project is a PyTorch implementation of the MB-MelGAN from originalk paper
geminik23/async-log-watch
"A simple Rust library to monitor log files and trigger an async callback when a new line is added.
geminik23/__generative_models
this toy project is for the study of generative models.
geminik23/generative_models
showcases my work on various generative models
geminik23/my-rust-side-projects
A collection of Rust side projects for personal use
geminik23/nerf-impl
NeRF using PyTorch with an aim to understand
geminik23/ParallelComputeLab
an exploration into parallel computing using OpenCL and wgpu across C++ and Rust.
geminik23/bevy_playground
bevy game engine playground
geminik23/bithum-rest-api
Bithumb REST client in Rust
geminik23/cv_transfer_learning_with_resnet
Transfer Learning with Resnet using PyTorch
geminik23/digit-bevy
digit recognition using onnx models within a Bevy game engine environment
geminik23/digit_selection
This is the toy project that selects the largest or smallest digit from randomly chosen digits.
geminik23/local-img-hosting
A simple and efficient image hosting program based on local disk storage
geminik23/neural_machine_translation_nn_nlp
project for neural network and nlp
geminik23/np-port
원격 데이터 전송을 위한 포트
geminik23/Quant-Suite
Aimed at creating tools for auto-trading, back-testing, and market analysis. (Currently in its early stages)
geminik23/risk-calculator
Simple Risk Calculator.
geminik23/rl_study
implementation for reinforcement learning with pytorch
geminik23/run-onnx
run onnx model in rust
geminik23/rust-ncnn
ncnn Rust API.
geminik23/SpeakerRecognitionFromScratch
Project for the Speaker Recognition course on Udemy
geminik23/srcnn_dl_cv
1st coursework for deep learning and computer vision
geminik23/text_classification_nn_and_nlp
project for neural network and nlp
geminik23/umsg-port
simple message port to receive and send through AMQP (lapin)
geminik23/wavegan
A PyTorch implementation of the WaveGan
geminik23/waveglow
A PyTorch implementation of WaveGlow from original paper
geminik23/wavenet-vocoder
This project is a PyTorch implementation of conditional WaveNet from original paper.