Skip to content
View Jonam-2004's full-sized avatar
πŸ”„
on loop
πŸ”„
on loop

Block or report Jonam-2004

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Jonam-2004/README.md
Typing SVG

Linkedin Badge Gmail Badge Instagram Badge

πŸ‘¨β€πŸ’» About Me

Coding Animation

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()

πŸ› οΈ Tech Stack

πŸ§‘β€πŸ’» Languages & Frameworks

C C++ Python SQL R TypeScript MySQL Neo4J Postgres MongoDB

πŸ“š Libraries & Tools

Pandas NumPy Matplotlib TensorFlow scikit-learn Seaborn OpenCV Keras PyTorch

πŸ› οΈ Development Tools

Jupyter VSCode GitHub Arduino Raspberry Pi

πŸ“Š GitHub Stats

πŸ† GitHub Trophies

πŸš€ Featured Projects

Voice Based Pronunciation Prediction

Safety Management

Pinned Loading

  1. Sarcastic_Review_Prediction Sarcastic_Review_Prediction Public

    Machine learning model to predict the sarcastic reviews among the large number of customer reviews.

    Jupyter Notebook

  2. voice-based-pronunciation-prediction voice-based-pronunciation-prediction Public

    A project to predict whether the voice pronunciation is correct or wrong using some pre-trained models.

    Jupyter Notebook 1 1

  3. Face-Recognition-based-attendance-system Face-Recognition-based-attendance-system Public

    An real-time face recognition based attendance system to make the daily attendance process simple.

    Python

  4. qrcode-create-decode-python qrcode-create-decode-python Public

    Simple python app to encode the url to qr-codes and also decode the qr-codes.

    HTML