Skip to content
View dish04's full-sized avatar
Block or Report

Block or report dish04

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

Hey there! I am Dishanth Arya

Studying AI at National Institute of Technology, Karnataka.
Currently exploring emerging technologies to fuel my curiosity.
Love to meet new people and collaborate.
Hit me up on,

Twitter: DishanthArya Instagram: dgn_weeb GitHub: dish04 Discord: dish04 LinkedIn: Dishanth Arya

me.java

public class Dishanth{
  private String[] Languages;
  private String[] MobileDevelopment;
  private String[] Tools;
  public Dishanth(){
    this.Languages = {"Java","C","Python","HTML","CSS","Javascript","SQL"};
    this.MobileDevelopment = {"Android Studio"};
    this.Tools = {"TensorFlow","Flutter","React"};
  }
  public List<String> getProjects(){
    List<String> Projects = new ArrayList<String>();
    Projects.add("Voice modifier app(Android)");
    Projects.add("Personal Assisstant app");
    Projects.add("Gender Recognizer from Image");
    Projects.add("Cats and Dogs Recognizer app(Flutter)")
    return Projects;
  }
  public void WorkingOn(){
    System.out.println("Currently working on an AI to solve 2048");
  }
  public void Interests(){
    System.out.println("Interested in Machine Learning and AI");
  }
}

Popular repositories

  1. dish04 dish04 Public

    Config files for my GitHub profile.

  2. LeetCode LeetCode Public

    Solutions of LeetCode question

    Java

  3. Neural_Networks Neural_Networks Public

    Python

  4. CatsOrDogs CatsOrDogs Public

    Flutter app which uses TFLite model(self trained and converted) to classify an image as a cat or a dog

    C++

  5. Impulse Impulse Public

    Impulse 2023

    PureBasic

  6. THE_APP THE_APP Public

    Social Media App

    C++