#!/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..!")
🎯
The Realm of Code.
Highlights
- Pro
Pinned Loading
-
-
React-and-Django-Based-Smart-OCR
React-and-Django-Based-Smart-OCR PublicA smart OCR using Computer Vision and Image Processing Techniques.
Python 8
-
DashBoard-For-Network-Visualization
DashBoard-For-Network-Visualization PublicThis is a Network Visualization DashBoard
Python 1
-
-
A-Play-Ground-for-Reinforcement-Learning
A-Play-Ground-for-Reinforcement-Learning PublicUnder 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
-
portfolio_tracking_api
portfolio_tracking_api PublicA portfolio tracking API, which allows adding/deleting/updating trades and can do basic return calculations etc
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.