Stars
An opinionated list of awesome Python frameworks, libraries, software and resources.
All Algorithms implemented in Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than 100 days, follow your own pace. These videos m…
📚 Playground and cheatsheet for learning Python. Collection of Python scripts that are split by topics and contain code examples with explanations.
SoTA production-ready AI retrieval system. Agentic Retrieval-Augmented Generation (RAG) with a RESTful API.
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
GBN and SR simulation, Distance Vector Algorithm Simulation
Diabetes prediction using data mining functions.Using the Decision Tree, the accuracy obtained is 87.1794% and Average precision-recall score obtained is 0.66. n this project we used different type…
An implementation of the Distance-Vector Routing Protocol using the Bellman Ford Algorithm
The Simulation of Link-State Routing Protocol is a part of the project under course CS542 - Computer Networks. The program accepts the network topology details in terms of the cost of links, and pr…
Bare-bone implementation of the OSPF variation of the Link-State Network Routing Protocol.