Skip to content
View bharath-shanmugasundaram's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report bharath-shanmugasundaram

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

@bharath-shanmugasundaram

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Bharath shanmugasundaram"
        self.role = "SWE"
        self.coding_lang = ["Python3", "C", "Java", "Javascript", "HTML","CSS"]

    def say_hi(self):
        print("bio: I like to play chess, undecided on cold weather, wait wrong site... I'm a Computer Vision engineer.")
        print("challenge: Currently exploring the territory of Autonoums vehicle System and ai.")
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

LinkedIn Gmail

My Recent work

💻 Tech Stack:

Python Django Flask Canva Figma NumPy Matplotlib scikit-learn Pandas TensorFlow PyTorch Scipy Git GitHub


GitHub Stats:

github contribution grid snake animation github contribution grid snake animation

bharath-shanmugasundaram bharath-shanmugasundaram

Pinned Loading

  1. Viyugam-64 Viyugam-64 Public

    Viyugam 64 is an AI-powered chess automation system that captures your on-screen chessboard, predicts the next best move using deep learning, and executes it automatically — combining computer visi…

    Jupyter Notebook 1

  2. Face-Recognition-Attendance-System-with-Web-Interface Face-Recognition-Attendance-System-with-Web-Interface Public

    "Face recognition attendance system with Python, MySQL, and web interface. Streamline attendance tracking securely. Easy setup and usage." Feel free to adjust the wording as needed to better fit yo…

    PHP 2

  3. bharath-shanmugasundaram bharath-shanmugasundaram Public

    1

  4. GazePoint-Control GazePoint-Control Public

    A program designed to assist amputees in accessing the mouse cursor through eye navigation

    Python 1

  5. multi-feature-linear-regression multi-feature-linear-regression Public

    This project implements a multi-variable linear regression model using Python and NumPy. It shows how linear regression can be extended from one feature to multiple features

    Jupyter Notebook 1

  6. One-Feature-Linear-Regression One-Feature-Linear-Regression Public

    This project implements a simple one-feature linear regression model using Python and NumPy. It demonstrates the full pipeline from loading the data, visualizing the relationship, applying the line…

    Jupyter Notebook 1