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
Echo is a lightweight, multi-threaded, non-blocking web server written in C. Developed as a learning project to understand web server mechanics, it utilizes the TCP/IP protocol and listens on port …
A Streamlit-based application that lets users upload files and chat with them using a Retrieval-Augmented Generation (RAG) pipeline. Upload a file, ask questions, and get intelligent responses powe…
The "GPT from Scratch" project is an endeavor to implement the Generative Pre-trained Transformer (GPT) model from the ground up. Its primary objective is to demystify the GPT architecture by provi…