You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No sklearn — TF-IDF, Label/One-Hot encoding all built from scratch with NumPy/PyTorch
Sparse tensors — TF-IDF stored as torch.sparse_coo_tensor to save GPU VRAM
TF-IDF weighted GloVe — More accurate than simple mean pooling (SIF-inspired)
nn.DataParallel — Automatically splits workload across both T4 GPUs
Gradio — Works natively in Kaggle with share=True for public URL
👤 Author
Built as part of an academic NLP assignment on Information Retrieval systems.
About
HSRIS (Hybrid Semantic Retrieval & Intelligence System) is an end-to-end, high-performance NLP pipeline built from the ground up for intelligent customer support ticket retrieval.