Skip to content
View vishaldhiman28's full-sized avatar
🎯
The Realm of Code.
🎯
The Realm of Code.

Highlights

  • Pro
Block or Report

Block or report vishaldhiman28

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

Hi! 👋

#!/usr/bin/python
# -*- coding: utf-8 -*- 

class WhoAmI:

  def __init__(self):
    self.name  = "Vishal Dhiman"
    self.title = "Software Engineer"
    self.codesIn = ["c++","python","javascript","java"]
    self.website = "https://vishaldhiman.netlify.app/"
    self.contactMeAt = {
      linkedIn : "vishaldhiman28",
      email    : "[email protected]"
    }

  def sayHi(self):
        print("Hi, there..! Thanks for coming by..!")

Pinned

  1. LinkedIn-API LinkedIn-API Public

    This is an unofficial API for linkedin.

    Python 3

  2. React-and-Django-Based-Smart-OCR React-and-Django-Based-Smart-OCR Public

    A smart OCR using Computer Vision and Image Processing Techniques.

    Python 8

  3. DashBoard-For-Network-Visualization DashBoard-For-Network-Visualization Public

    This is a Network Visualization DashBoard

    Python 1

  4. Outlook-Automation Outlook-Automation Public

    A simple way to login outlook using seleium.

    Python 2

  5. A-Play-Ground-for-Reinforcement-Learning A-Play-Ground-for-Reinforcement-Learning Public

    Under reinforcement learning model, I implemented Q Learning algorithm which is a basic form of reinforcement learning to solve a problem in which an agent will be placed in any room of a building …

    HTML 2

  6. portfolio_tracking_api portfolio_tracking_api Public

    A portfolio tracking API, which allows adding/deleting/updating trades and can do basic return calculations etc

    JavaScript 1 1