somyalalwani's Stars
somyalalwani/MiniSQLEngine
Developed a mini SQL engine from scratch in python which can run some queries such as queries with Project, Aggregate functions, Group by, Distinct and Order by using command line interface.
somyalalwani/Encrypted-Messaging-Application
Built a multi-client chat application where user can send message to other user directly (end to end) & can create, join groups in multiple chat rooms simultaneously. Tripple DES (3DES), Diffie–Hellman key (end-to-end encryption) is used for message encyption (peer to peer) & random nonce for every group.
somyalalwani/ML-Algos-from-scratch
Implemented all the popular algorithms of Machine Learning from scratch
somyalalwani/VIRTUAL-LABS-Functional-Use-Cases
Built a virtual lab that helps the user learn about use cases and draw use case diagram dynamical. Used HTML, CSS, Bootstrap, JS for interactive interface GoJS for use case diagrams.