-
-
-
-
Disentangled Latent Gating for Expression-Preserving StyleCLIP is a modified StyleCLIP (ICCV 2021) framework introducing static and dynamic gating across semantically split latent segments (coarse,…
Python UpdatedOct 5, 2025 -
A RESTful Spring Boot API backed by PostgreSQL for a Netflix-style catalog, implementing JPA entity mapping, repository-service-controller architecture, and parameterized search endpoints
Java UpdatedOct 5, 2025 -
-
CRUD-API Public
A simple CRUD API built with Node.js, Express, and MongoDB
JavaScript UpdatedSep 14, 2025 -
-
LoRA-from-scratch-for-LLaMA Public
It's LoRA from scratch for LLaMA and supports custom rank per layer. The default task right now is Wikitext by default but you can customize with ur own task. No external LoRA library is used.
Jupyter Notebook MIT License UpdatedJun 30, 2025 -
It's LoRA from scratch for RoBERTa and supports custom rank per layer. The default task right now is SST by default but you can customize with ur own task. No external LoRA libary is used.
Jupyter Notebook MIT License UpdatedJun 13, 2025 -
Roberta-SST-Task Public
Fine-tuned roberta on the sst-2 dataset and evaluated its performance on both in-distribution (sst-2) and out-of-distribution (imdb) benchmarks
Jupyter Notebook UpdatedMar 18, 2025 -
Tiny-Mental-LLM Public
Forked from daminho/Tiny-Mental-LLMA systematic evaluation of SLMs performance on mental health prediction from text tasks
Jupyter Notebook UpdatedNov 15, 2024 -
Image-dehazing Public
Forked from zaid-24/Image-dehazingDehazing using multiscale(processing) dark channel prior
Python UpdatedAug 6, 2024 -
3HAN_pytorch Public
I implemented 3HAN(Hierarchical Attention Network)for fake news detection in pytorch. The same model can be modified and trained for different text classification tasks.
-
DeblurGAN_ipynb_simplified Public
This is a very simplified ipynb code for KupynOrest's Deblur GAN code. DeblurGAN addresses the challenge of end-to-end image deblurring through the use of conditional Generative Adversarial Network…
-
Time series Prediction using Transformers