-
AICF Public
A minimal, web-native protocol for exposing content changes to AI systems.
Apache License 2.0 UpdatedAug 22, 2025 -
-
A distributed, scalable, fault-tolerant and containerized stock trading system in Python featuring REST, gRPC-based microservices, and thread-safe processing
Python MIT License UpdatedAug 20, 2025 -
-
PFSL Public
Repository implementing the lightweight split learning framework enabling edge devices to collaboratively train machine learning models with Data & Label Privacy.
-
DocuCare-Patient-Tracker Public
Forked from ShriramG24/DocuCare-Patient-TrackerCS 520 - Patient Tracker Application
Java MIT License UpdatedJan 11, 2024 -
-
-
-
This repository attempts to solve the knapsack problem using Genetic algorithm. It is a 0-1 knapsack and there is an added penalty of not taking specific items.
Python UpdatedFeb 22, 2022 -
InvGAN-Pytorch Public
This repository implements the Invgan defense architecture in Pytorch. InvGAN acts as an initialisation for DefenseGAN and can help in State of the Art robustness of target models against adversari…
-
This repository implements the two popular defense architectures DefenseGAN and Cowboy that leverage GAN to protect classifiers against test time evasive adversarial attacks
-
PubSubClient Public
Connect To a XMPP server supporting XEP-0060 and communicate with it using this PubSub Client
Python UpdatedMar 1, 2021 -
Implemented HTTP client and server GET-POST functionality using TCP stream sockets belonging to AF_INET family from scratch.Also implemented a http server side parser to parse the incoming http get…