#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Hari Srinivasan"
self.role = "Software Developer"
self.language_spoken = ["en_US", "ta.IN", "hi.IN"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
- Chennai, India
-
06:02
(UTC +05:30) - https://orcid.org/0009-0003-7886-8782
- in/hari-srinivasan-b0633a2b8
Highlights
- Pro
Pinned Loading
-
Finger-tracking-gestures
Finger-tracking-gestures PublicA python program which uses OpenCV to track the fingers of a person, and then executes commands if it detects a relevant
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.