class Engineer:
def __init__(self):
self.name = "Manoj S"
self.role = "AI & Data Science Student"
self.education = {
"degree": "B.Tech",
"major": "AI & Data Science",
"institution": "Mepco Schlenk Engineering College"
}
self.skills = {
"languages": ["Python", "SQL", "C","C++"],
"ml_frameworks": ["TensorFlow", "PyTorch", "Scikit-learn"],
"deep_learning": ["CNN", "RNN", "Transformers"],
"tools": ["VS Code","Jupyter","Git"]
}
self.interests = ["Machine Learning", "Deep Learning",
"Computer Vision"]
def say_hi(self):
print("Welcome Buddy!!")
me = DataScientist()
me.say_hi()
π
on loop
Passionate about Machine learning & Deep Learning. . B.Tech - AI&DS MEPCO Schlenk Engineering, College.
-
Student
- Thiruvarur,Tamil Nadu, India
-
03:59
(UTC +05:30) - in/manoj-s-4b8605280
- evil.dark_00
Pinned Loading
-
Sarcastic_Review_Prediction
Sarcastic_Review_Prediction PublicMachine learning model to predict the sarcastic reviews among the large number of customer reviews.
Jupyter Notebook
-
voice-based-pronunciation-prediction
voice-based-pronunciation-prediction PublicA project to predict whether the voice pronunciation is correct or wrong using some pre-trained models.
-
Face-Recognition-based-attendance-system
Face-Recognition-based-attendance-system PublicAn real-time face recognition based attendance system to make the daily attendance process simple.
Python
-
qrcode-create-decode-python
qrcode-create-decode-python PublicSimple python app to encode the url to qr-codes and also decode the qr-codes.
HTML
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.