Code Monkey home page Code Monkey logo
class About extends coddiw0mple
{
    public static HashMap<String, String> getCurrentWorkplace()
    {
        HashMap<String, String> details = new HashMap<>();
        
        details.put("college", "[redacted]");
        details.put("position", "student");
        
        return details;
    }

    public static String[] getLanguages()
    {
        return {
            "Python",
            "Java",
            "C/C++",
            "Rust",
            "JavaScript",
            "Scala"
        };
    }
    
    public static String[] getTechnologies()
    {
        return {
            "PyTorch",
            "Tensorflow",
            "JAX",
            "Spark",
            "Firebase",
            "Flutter",
            "WandB"
        };
    }
    
    public static String getFutureGoal()
    {
        return "To contribute to open source and become a deep learning professional.";
    }
    
    public static void doSomethingUseful()
    {
        // TODO
    }    
    
    public static void main(String[] args) {
        doSomethingUseful();
    }
}

Divith Phogat's Projects

basketballinator icon basketballinator

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

instagramautopost icon instagramautopost

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

na icon na

Sodium re-created for the terminal

openage icon openage

Free (as in freedom) open source clone of the Age of Empires II engine :rocket:

pytorch icon pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

vall-e icon vall-e

An unofficial PyTorch implementation of the audio LM VALL-E

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.