Gauss Elimination is an educational project that demonstrates the Gaussian elimination method in practice. The Python application solves linear systems by transforming matrices into row-echelon form and applying back-substitution. The repo includes the algorithm implementation, a random system generator and a CLI script to run computations on custom input. It also contains sample input files and explanations of the numerical concepts used.