Giter Club home page Giter Club logo

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");
  }
}

Dishanth Arya's Projects

catsordogs icon catsordogs

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

dish04 icon dish04

Config files for my GitHub profile.

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.