Skip to content
View mudit-mhjn's full-sized avatar
🗿
🗿

Organizations

@dsc-nsut @Venatus-Tech
Block or Report

Block or report mudit-mhjn

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

Pinned

  1. ADHD-and-IGD-using-Machine-Learning ADHD-and-IGD-using-Machine-Learning Public

    Adult ADHD and IGD determination using Machine Learning Algorithms. BE Final year 2nd project

    Jupyter Notebook

  2. Programmatically install pip packages Programmatically install pip packages
    1
    import pip
    2
    
                  
    3
    def install(package):
    4
        if hasattr(pip,'main'):
    5
            pip.main(['install',package])
  3. AI-lab-Experiments AI-lab-Experiments Public

    Python code of some experiments performed during the ai lab.

    Python

  4. DeepLearning-UIUC DeepLearning-UIUC Public

    Jupyter Notebook

  5. kafka kafka Public

    Java

  6. Fuzzy-Methods-to-simulate-Self-Drive-vehicle Fuzzy-Methods-to-simulate-Self-Drive-vehicle Public

    BE final year project

    Python