Skip to content
View Rklearns's full-sized avatar

Block or report Rklearns

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Rklearns/README.md

Rishit Kar β€” Problem Solver

terminal-init
> Coder | CP Enthusiast | ML | 9.15 CGPA
> 1244 Pupil CF | 3-Star CC | 130+ LC
> Mumbai -  Available -  Building Cool Stuff
Navigate using the commands below (or just click the sections!):

whoami β†’ About Me
cat skills β†’ Technical Skills
./cp β†’ Competitive Programming Stats
contact β†’ How to Reach Me

Tech and Tools I use

python java c javascript html css tensorflow pytorch fastapi mysql mongodb git github vscode docker vercel pandas numpy seaborn streamlit azure visualstudio scikitlearn linkedin sqlite latex jupyter colab kaggle

πŸ’» Interactive Terminal Commands


whoami
# πŸ‘€ About Me - Developer Profile
class Developer:
    def __init__(self):
        self.name = "Rishit Kar"
        self.role = "πŸ€– ML Engineer & πŸ† CP Enthusiast"
        self.education = "DJ Sanghvi College"
        self.cgpa = 9.14
        self.location = "πŸ“ Mumbai, India"
        self.status = "βœ… Available for opportunities"
    
    def introduce(self):
        return f"Hi! I'm {self.name} πŸ‘‹"

me = Developer()
print(me.introduce())
print("Building cool ML projects and solving coding problems!")

cat skills
// πŸ’» Technical Skills Dashboard
import java.util.*;

public class SkillMatrix {
    public static void main(String[] args) {
        // Programming Languages
        Map<String, String> programming = new HashMap<>();
        programming.put("Python", "β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘ 95%");
        programming.put("Java", "β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘ 80%");
        programming.put("C", "β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘ 70%");
        
        // Technologies
        Map<String, String> technologies = new HashMap<>();
        technologies.put("ML Stack", "β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘ 90%");
        technologies.put("Problem Solving", "β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘ 90%");
               
        
    }
}

./cp
public class CompetitiveStats {
    public static void main(String[] args) {
        // πŸ† Competitive Programming Statistics
        String[] platforms = {"Codeforces", "CodeChef", "LeetCode"};
        int[] scores = {1244, 1606, 130};
        String[] titles = {"Pupil", "3-Star", "Problems Solved"};

        System.out.println("πŸ† COMPETITIVE PROGRAMMING STATS:");
        System.out.println("=================================");

        for (int i = 0; i < platforms.length; i++) {
            System.out.println("πŸ€– " + platforms[i] + ": " + scores[i] + " (" + titles[i] + ")");
        }

        System.out.println("\nπŸ“Š Total Problems Solved: 300+");
        System.out.println("πŸŽͺ Achievement: CodeUncode Organizer");

        // Platform Links
        System.out.println("\nπŸ”— Profile Links:");
        System.out.println("CF: codeforces.com/profile/emailrishitkar");
        System.out.println("CC: codechef.com/users/rkstriker");
        System.out.println("LC: leetcode.com/u/Rkstriker");
    }
}

contact
{
  "contact_info": {
    "email": "emailrishitkar@gmail.com",
    "linkedin": "linkedin.com/in/rishit-kar-786495286/",
    "github": "github.com/Rklearns",
    "location": "Mumbai, India"
  },
  "availability": {
    "status": "🟒 Online & Available",
    "interested_in": [
      "🀝 ML collaborations",
      "πŸ† CP discussions",
      "πŸš€ Cool projects",
      "πŸ’Ό Opportunities"
    ],
    "response_time": "⚑ Usually within 24 hours"
  },
  "competitive_profiles": {
    "codeforces": "codeforces.com/profile/emailrishitkar",
    "codechef": "codechef.com/users/rkstriker",
    "leetcode": "leetcode.com/u/Rkstriker"
  }
}

πŸ“Š GitHub Statistics & Analytics

πŸ† GitHub Trophies

Pinned Loading

  1. Custom-Protocol-Architecture Custom-Protocol-Architecture Public

    Custom Reliable UDP Protocol with Sliding Window Flow Control is a high-performance transport layer implementation built from scratch using Python and UDP sockets. This educational project demonst…

    Python 1

  2. clipper-dev clipper-dev Public

    The Ultimate Cross-Platform Clipboard Manager for Developers

    Python 10

  3. url-detracker url-detracker Public

    VS Code Extension. Paste a link β†’ get a clean link. Automatically removes tracking garbage (utm_*, fbclid, gclid, Amazon affiliate tags, etc.) from any URL you paste in Visual Studio Code. No exter…

    JavaScript 3

  4. Multimodal-Chest-X-Ray-Detection Multimodal-Chest-X-Ray-Detection Public

    This project detects Pneumonia from Chest X-ray images using deep learning. It explores four approaches: A custom CNN built from scratch ResNet with transfer learning Graph Neural Network (GAT) for…

    Jupyter Notebook 5

  5. Rklearns Rklearns Public

    3

  6. Pyspark-idfy-mumpy Pyspark-idfy-mumpy Public

    Jupyter Notebook 2