- 🌱 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();
})();