Sangeeth Santhosh S A
Building AI-powered applications with Python, React, Java, and local LLMs. Passionate about full-stack development and intelligent software.
Posts
Projects
Case studies & work · 2 shipped
EduSense is a Flask-based lecture assistant for turning PDFs, transcripts, and recorded classes into notes, summaries, question answers, and reusable study chats.
Cartoonizer is a Flask-based web application that transforms uploaded media into a stylized cartoon look using a TensorFlow implementation of the White-box Cartoonization model. The project supports still images, animated GIFs, and short videos, handling preprocessing with Pillow and OpenCV before running inference and serving the result back through a simple browser UI. In practice, it works as a local-first demo for neural media stylization, with optional GPU acceleration and a partial cloud-storage path already scaffolded in the code.