Skip to content
View kartik11721's full-sized avatar
🦥
🦥

Block or report kartik11721

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

Hi there, I'm Kartik Kumar

Kartik Kumar

I'm a ML Engineer!!

  • 🌱 I’m currently working as a Software Engineer in AI/ML.
  • 👯 I’m looking to connect with other experts.
  • ⚡ Fun fact: I love to travel, play games and watch documentaries.

import React from "react";

const Profile = () => {
  return {
      name: "Kartik Kumar",
      gender: "Male",
      role: ["ML Engineer"],
  }
};

export default Profile;

(function repeat() {
  eat();
  sleep();
  code();
  learn();
  repeat();
})();

Connect with me:

websitewebsite    websitewebsite


🖥️ Skilled in

Languages:

Python C++

ML/DL:

TensorFlow Keras Pandas NumPy OpenCV Jupyter


📫 Reach me at


Kartik's LinkedIN

Pinned Loading

  1. CUH-MCA/SignAI-Sign-Language-Recognition-and-Translation CUH-MCA/SignAI-Sign-Language-Recognition-and-Translation Public template

    Sign.AI is a Sign Language Recognition application built on top of MediaPipe and uses Computer Vision to Recognize Hand Signs from a users video capture device. SignAI is accurate and also has the …

    Jupyter Notebook 5 2

  2. IndianPremierLeague_EDA IndianPremierLeague_EDA Public

    Exploratory Data Analysis of IPL Data using numpy, pandas, matplotlib, seaborn, ipywidgets

    Jupyter Notebook 2

  3. YT_summary_bedrock YT_summary_bedrock Public

    Creating short YouTube video summary using aws bedrock. Here I used the anthropic.claude-instant-v1 model.

    Python

  4. GUI-for-Calculator GUI-for-Calculator Public

    this uses a gui (tkinter) and takes values from the users and performs operations on them while handling errors.

    Python 1