Skip to content
View TimilsinaBimal's full-sized avatar
🐢
1.01³⁶⁵
🐢
1.01³⁶⁵
Block or Report

Block or report TimilsinaBimal

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
TimilsinaBimal/README.md
#!/usr/bin/python3
# -*- coding: utf-8 -*-


class MLEngineer:
    def __init__(self):
        self.name = "Bimal Timilsina"
        self.pronouns = "he/him"
        self.language_spoken = ["ne_NP", "en_US", "hi_IN"]
        self.current_focus = "Large Language Models",
        self.fun_fact = "There are two ways to write error-free programs; only the third one works."
    
    def get_current_workplace(self):
        return {
            "company": "Otermans Institute"
            "position": "Machine Learning Researcher"
        }
     
    def get_skills(self):
        return {
            "languages" : ["Python", "JavaScript"],
            "libraries and frameworks" : ["Transformers", "Pytorch",
                                        "TensorFlow", "Scikit-Learn", "Keras",
                                        "NumPy", "Pandas", "Matplotlib", 
                                        "NLTK", "SpaCy", "Django", "FastAPI"
                                        ],
            "databases" : ["MySQL", "MongoDB"]
        }
        

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")
        

me = MLEngineer()
me.say_hi()

Let's connect and chat!

Pinned

  1. Blurring-Image-Background-Using-Image-Segmentation Blurring-Image-Background-Using-Image-Segmentation Public

    Blurring the background of an Image using Image Segmentation Algorithms.

    Jupyter Notebook 4 2

  2. News-Article-Classifier News-Article-Classifier Public

    Classify News Articles in different Categories Using NLP Techniques!

    Jupyter Notebook 1 1

  3. Neural-Style-Transfer Neural-Style-Transfer Public

    Implementation of Neural Style Transfer Using Tensorflow and Keras

    Python

  4. Neural-Networks-from-Scratch Neural-Networks-from-Scratch Public

    A simple implementation to Create and Train a Neural Network in python. This implementation does not use any Machine Learning Framework.

    Python

  5. WindowsTerminal-ColorScheme WindowsTerminal-ColorScheme Public

    Different Color Schemes for Windows Terminal

    1

  6. Python-One-Dark Python-One-Dark Public

    An Awesome VS Code theme for Python.

    1 1