Skip to content
View rudraHH's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report rudraHH

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
rudraHH/README.md

Konnichiwa πŸ™‹πŸΌβ€β™‚οΈ, I'm Rudra aka Hotson πŸ‘‹

Being a Pythonista πŸ‘¨πŸΌβ€πŸ’»

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Coder:
    class DataScientist:
        role = "Data Scientist"
        frameworks_and_libraries = ["TensorFlow", "Pytorch", "Scikit-Learn", "HuggingFace", "Pandas", "Numpy"]
        programming_languages = ["Python", "R", "SQL"]
        skills = ["Data Engineering", "Explorative Data Analysis", "Models", "Computer Vision", "NLP", "Deploying"]
        software_and_cloud_services = ["Jupyter Notebook", "RoboFlow", "Tableau"]
    
    class SoftwareEngineer:
        role = "Software Engineer"
        frameworks_and_libraries = ["Flask", "NodeJs", "ReactJs", "Plotly-dash", "ChartJs"]
        programming_languages = ["Python", "JavaScript", "C++", "SQL"]
        skills = ["Data Structures & Algorithms", "Object Oriented Programming", "OS", "DBMS", "Web Development"]
        software_and_cloud_services = ["Docker", "GCP", "VSCode", "Git & GitHub", "PostgreSql", "MongoDB"]
        
    def __init__(self, name):
        self.name = name
        self.interests = ["Kaggling", "Competitive Coding", "Volleyball", "Hackathons", "Anime"]
        
    def sayHi(self):
        print(f"Yo, I'm {self.name}.")
    
    

coder = Coder("Hotson")
coder.sayHi()

  • πŸ”­ I'm a senior undergrad pursuing Biomedical Engineering from NIT Rourkela, India (Grad-2022).
  • πŸ‘― Currently, I'm doing an open-source internship at @CNCF, with @OpenMainFrame org, working on porting certain popular MLOps tools (such as Ray) to s390x architecture.
  • ⏳ Previously, I have interned as ML engineer and Data Scientist at @Verisk Analytics and @IceCream Labs respectively.
  • πŸ’¬ If you wish to know more about my technical background, feel free to go through my resume.

Connect with me:

Social Media

hotsonhonet hotsonhonet hotsonhonet hotsonhonet

Coding profiles

hotsonhonet hotson_honet hotsonhonet hotsonhonet/profile hotsonhonet/profile


Languages and Tools:

bootstrap chartjs cplusplus docker flask gcp go javascript mongodb nodejs opencv postgresql python pytorch react scikit_learn tensorflow


Hotson's GitHub stats


Popular repositories

  1. rudraHH rudraHH Public

    My Personal Public Repository

  2. lit-parrot lit-parrot Public

    Forked from Lightning-AI/litgpt

    Implementation of the StableLM/Pythia/INCITE language models based on nanoGPT. Supports flash attention, LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.

    Python

  3. text-generation-webui-colab text-generation-webui-colab Public

    Forked from camenduru/text-generation-webui-colab

    A colab gradio web UI for running Large Language Models

    Jupyter Notebook

  4. FastChat FastChat Public

    Forked from lm-sys/FastChat

    An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and FastChat-T5.

    Python

  5. baize-chatbot baize-chatbot Public

    Forked from project-baize/baize-chatbot

    Let ChatGPT teach your own chatbot in hours with a single GPU!

    Python

  6. Open-Assistant Open-Assistant Public

    Forked from andrewm4894/Open-Assistant

    OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.

    Python