Note: Although final goal is to make it a command center/control hub for agent vraksha, Currently, I am experimenting with rust and python.
Currently, you would see a matrix generator and matrix multiplier, both in python.
-
Matrix generator: It takes optional minimum & maximum values and takes rows and columns from you, then gives you 2 matrices with random values, in the order you wanted.
-
Matrix multiplier: It validates then multiplies those 2 matrices
Just a fun project btw