Skip to content
View dish04's full-sized avatar

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.

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
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;
  List<String> Projects = new ArrayList<String>();
  public Dishanth(){
    this.Languages = {"Java","C","Python","HTML","CSS","Javascript","SQL"};
    this.MobileDevelopment = {"Android Studio"};
    this.Tools = {"TensorFlow","Flutter","React"};
    this.Projects = Projects;
  }
  public List<String> getProjects(){
    Projects.add("F1 racing AI and simulator")
    Projects.add("AI solver for 2048");
    Projects.add("Cats and Dogs Recognizer app(Flutter)");
    Projects.add("Voice modifier app(Android)");
    Projects.add("Gender Recognizer from Image");
    Projects.add("Personal Assisstant app");
    return Projects;
  }
  public void WorkingOn(){
    System.out.println("Learning LLMs");
  }
  public void Interests(){
    System.out.println("Interested in Machine Learning and AI");
  }
}

Pinned Loading

  1. 2048_AI 2048_AI Public

    🎮 2048 AI with NEAT 🧠 This project implements an AI player for the popular game 2048 using NEAT (NeuroEvolution of Augmenting Topologies), a genetic algorithm for evolving artificial neural networks.

    Python

  2. CatsOrDogs CatsOrDogs Public

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

    C++

  3. LeetCode LeetCode Public

    Solutions of LeetCode question

    Java

  4. Impulse Impulse Public

    Impulse 2023

    PureBasic 1

  5. Neural_Networks Neural_Networks Public

    Python

  6. ruxailab/web-eye-tracker-front ruxailab/web-eye-tracker-front Public

    Vue 18 68