#!/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()
Pinned Loading
-
Viyugam-64
Viyugam-64 PublicViyugam 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
-
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
-
-
GazePoint-Control
GazePoint-Control PublicA program designed to assist amputees in accessing the mouse cursor through eye navigation
Python 1
-
multi-feature-linear-regression
multi-feature-linear-regression PublicThis 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
-
One-Feature-Linear-Regression
One-Feature-Linear-Regression PublicThis 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
If the problem persists, check the GitHub status page or contact support.

