Skip to content
View coddiw0mple's full-sized avatar
  • New Delhi, India

Block or report coddiw0mple

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
coddiw0mple/README.md
public class Divith extends About {
    private static final String NAME = "Divith Phogat";
    private static final String LOCATION = "Bengaluru, India";
    private static final String EMAIL = "divithphogat@gmail.com";

    public static String getWorkplace() {
        String workplace = "Oracle India";
        return workplace;
    }

    public static Map<String, String> getProjects() {
        Map<String, String> projects = new HashMap<>();
        projects.put("TinyDerma", "An android app to classify skin lesions using Computer Vision (Flutter, Pytorch, Firebase, Python, Dart)");
        projects.put("GeneAI", "A web extension to aid users in writing better documents faster using GPT (Javascript, ChatGPT, OpenAI API)");
        return projects;
    }

    public static Map<String, String[]> getSkills() {
        Map<String, String[]> skills = new HashMap<>();
        skills.put("Programming Languages", new String[]{"Java", "Python", "HTML/CSS", "Dart", "C++", "Rust"});
        skills.put("Databases", new String[]{"MongoDB", "PostgreSQL", "Firestore", "Redis"});
        skills.put("Frameworks/Libraries", new String[]{"TensorFlow", "Flutter", "PyTorch", "React", "Node.js", "Next.js"});
        skills.put("Developer Tools", new String[]{"Git", "Firebase", "Supabase", "AWS", "Google Cloud Platform"});
        return skills;
    }

    public static String getFutureGoal() {
        return "To become a world-renowned AI expert and create SkyNet";
    }

    public static void saveTech() {
        // TODO: Figure out how to save the world with tech
        throw new NotYetImplementedException();
    }

    public static void main(String[] args) {
        System.out.println("Divith Phogat, at your service!");
        saveTech();
    }
}

Popular repositories Loading

  1. na na Public

    Sodium re-created for the terminal

    Rust 2

  2. NN_OS NN_OS Public

    C 1

  3. Basketballinator Basketballinator Public

    Analyze your basketball games using AI. Use computer vision to detect and keep track of player score, player actions, etc.

    1

  4. leetcode-sim leetcode-sim Public

    Python 1 1

  5. fluffy-octo-meme fluffy-octo-meme Public

    Python Project

    Python

  6. instagramAutoPost instagramAutoPost Public

    A script to automate posting on Instagram using selenium, chrome and python

    Python