#!/usr/bin/python
# -*- coding: utf-8 -*-
class ComputerStudent:
def __init__(self):
self.name = "Deepak Kumbhar"
self.role = "2nd Year Computer Science Student"
self.interest = "AL, ML, Data Engineering, Analytics"
self.reachme = "connectdeepak2006@gmail.com"
self.fact = "I walk by data more than assumptions."
self.language_spoken = ["hindi_IN", "marathi_IN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = ComputerStudent()
me.say_hi()|
⚒️WORKING…
Collection of machine learning projects, notebooks, and implementations covering core ML concepts and algorithms. 🔗 View Repository |
🔥TOP CONTRIBUTOR
Computer vision–based system to detect driver drowsiness using facial landmarks and real-time monitoring. 🔗 View Repository |



