https://github.com/arcaldwell49/arcmisc
Aaron R. Caldwell's Miscellaneous R Functions
information_retrieval_rag
This project is a Retrieval-Augmented Generation (RAG) system designed to extract scientific and technical information from research papers. The system is built to handle large-scale document processing, embedding-based retrieval, and context-aware responses, leveraging LangChain, ChromaDB, and LLMs for robust data extraction and conversational AI.
https://github.com/ammarlodhi255/sentiment-analysis-and-nps-score
Using Sentiment Analysis - NLP to calculate net promoter score (NPS) to identify the likely hood of a customers recommending the product to someone else.
x-ray-image-enhancement-using-g-clahe
Novel Method for Image Enhancement, specifically, Medical X-ray images
https://github.com/alixunxing/model-compression
model compression based on pytorch (1、quantization: 16/8/4/2 bits(dorefa/Quantization and Training of Neural Networks for Efficient Integer-Arithmetic-Only Inference)、ternary/binary value(twn/bnn/xnor-net);2、 pruning: normal、regular and group convolutional channel pruning;3、 group convolution structure;4、batch-normalization folding for quantization)
https://github.com/gjankowiak/xournalpp_keypad2colors
A Xournal++ plugin which maps keypads keys to (default) colors
https://github.com/ammarlodhi255/age-detection-system
Age Detection System Built Using Deep Learning
stats-strided-variancepn
Calculate the variance of a strided array using a two-pass algorithm.