pages/projects> 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 integration. Wrote a custom PHP API to simplify development. Currently not live. ReactJS TypeScript mySQL

LiRead JAN 2025 - APR 2025 A Convolutional Neural Network for image classification, achieving a 98% accuracy rate over Kaggle datasets. Python Scikit-learn Pandas

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

3D Game Engine and Simulation Software JUN 2021 A 3D game engine and simulation software, engineering a full rendering pipeline, physics engine, event system, texture/shader pipeline, and network synchronization layer from scratch. ++ OpenGL Imgui