pages/about> whoami

Vivek Radhakrishnan

Cybersecurity Engineer

    pages/projects> ls ../pages/*
        ../pages/about
        ../pages/skills
        ../pages/projects  you are here
    pages/projects> cat completed.txt
    

FACE Pravidhi website NOV 2022 - DEC 2022 A website for an annual week-long event, maintained by FACE-ASEB. Developed the backend infrastructure with capabilities for vertical scaling and intergration. Wrote a custom PHP API to simplify development. Currently not live. ReactJS mySQL

LiRead JUL 2022 - AUG 2022 A CNN Machine Learning algorithm, utlizing computer vision techniques to parse license plate numbers from images. The model boasts a 98% accuracy rate over Kaggle datasets. OpenCV

Simple Cloud Storage Application JUL 2022 - AUG 2022 A cloud storage service for storing simple files securely. It utlizes efficient data management, safeguarding, file integrity checks, and user authentication. Discontinued service. ReactJS Firebase

    pages/projects> cat ongoing.txt
    

Almond 3D Game Engine JUN 2021 - CURRENT A 3D game engine inspired by "The Cherno"'s Hazel engine. Developed renderers, rendering pipelines, event handlers, shader and texture systems, file systems. ++ OpenGL Imgui