Skip to content
View KushGabani's full-sized avatar
  • India
  • 07:16 (UTC +05:30)

Organizations

@alter-textile @Trillhouse-Studio
Block or Report

Block or report KushGabani

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

Hello World! 👋

const KushGabani = {
  pronouns: "He" | "Him",
  age: 21,
  code: ["Typescript", "Javascript", "Python", "Java", "Dart"],
  askMeAbout: ["Full-stack Web Development", "Deep Learning", "Machine Learning", "UI/UX"],
  technologies: {
      design: ["Figma"],
      machineLearning : ["TensorFlow", "Keras", "PyTorch (Beginner)"]
      frontEnd: {
          js: ["React.js", "Next.js"],
          css: ["TailWindCSS"],
          mobile: ["Flutter"]
      },
      backEnd: {
          js: ["Node.js", "Nest.js", "Express"],
          python: ["Flask"],
          databases: ["MySQL", "PostgreSQL", "MongoDB"],
      },
      misc: ["git", "Postman/Thunder Client", "curl"]
  },
  currentFocus: "Full-stack development. Neural Networks and Deep Learning",
  funFact: "There are two ways to write error-free programs; only the third one works"
};

reimaginedreadme

Pinned Loading

  1. Flamingo Flamingo Public

    Deep Learning for Art; feedforward neural style transfer and music generation

    Jupyter Notebook 2

  2. Cartoon-Character-Automation Cartoon-Character-Automation Public

    Touching and exploring various different neural network architectures and applying them on cartoon character automation, specifically on The Simpsons.

    Jupyter Notebook

  3. Project-Ether Project-Ether Public

    The aim of this project is to use hyperparameter tuned CNNs to predict potentially critical diseases with the help of images, audios and drawings. Collaborated with @DhritiGabani

    HTML

  4. radiokey radiokey Public

    After the downfall of groovy and rythm as they now no longer provide the music bot service, An open-source discord music bot that enables listening to music with members of a server.

    JavaScript 10 10

  5. Biomedical-Image-Segmentation Biomedical-Image-Segmentation Public

    Pixel-level classification using a U-Net architecture for Biomedical Image Segmentation of Mitochondria

    Python 1 2

  6. toy-micrograd toy-micrograd Public

    An educational toy implementation of PyTorch's autograd API from scratch using python and GraphViz to get a good grasp over the underlying pytorch's autograd engine.

    Jupyter Notebook