Skip to content
View kindalime's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report kindalime

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

​
from discord.ext import commands

class kindalime(commands.Cog):
    def __init__(self):
        super().__init__()
        self.username = "kindalime"
        self.name = "Daniel Kim"
        self.email = "danielynskim@gmail.com"
        self.linkedin = "linkedin.com/in/dk763"

    @commands.command(name="hello")
    def hello(self, ctx):
        message = """
            Hello! I am kindalime, currently a CS Major at Yale.
            I am interested in ML, data science, and software engineering.
            Currently, I am an ML Intern at Twitter, working with Cortex.
        """
        await ctx.send(message)

    @commands.command(name="techs")
    def techs(self, ctx):
        message = """
            ML/DS: TensorFlow, TFX, Keras, Pandas, Numpy
            Langs: Python, C++, R, C, Ruby on Rails
            Misc: Jupyter, AWS, Beam, Bash, Linux
        """
        await ctx.send(message)
​

Pinned

  1. tfx-addons tfx-addons Public

    Forked from tensorflow/tfx-addons

    TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TF…

    Jupyter Notebook

  2. Discord-Bot Discord-Bot Public

    Discord bot and associated processing modules programmed in Python.

    Python

  3. ML-Lib ML-Lib Public

    Machine Learning library I created to work on my ML fundamentals.

    Python

  4. AskHistorians AskHistorians Public

    A collection of scripts, bots, and programs created for the mods of r/AskHistorians.

    Python 1 1

  5. Gerstein-Lab-Breakseq Gerstein-Lab-Breakseq Public

    Scripts in Python used to help with a genomic analysis project in Gerstein Labs.

    C

  6. Chatbot Chatbot Public

    A quick chatbot written in Python based on a seq2seq encoder/decoder model. Supports corpus parsing and TTS/STT functionality.

    Python