| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseclass ReadMe:
def __init__(self, username="DEVESHTARASIA"):
self.username = username
self.name = 'Devesh Tarasia'
self.education = \
{
'Undergraduate': ['Bachelors of Technology (EEE)', 'Shiv Nadar University University'],
'Graduate': ['Master of Science (Computer Vision and Machine Learning)', 'Northeastern University']
}
self.techStack = \
{
'Languages': ['Python', 'R', 'Matlab', 'C++', 'Bash', 'Kotlin'],
'Frameworks': ['OpenCV', 'Keras', 'PyTorch', 'Flask', 'Scikit-learn', 'Matplotlib', 'Pandas', 'PySpark', 'Hadoop'],
'Tools': ['Git', 'Docker', 'MySQL'],
'Software Platforms': ['Linux', 'AWS Sagemaker', 'R Studio', 'Jupyter Notebook', 'Android'],
'Knowledge Areas': ['Supervised Learning', 'Unsupervised Learning', 'Reinforcement Learning', 'Computer Vision', 'Image Processing', 'Deep Learning']
}
self.other_interests = \
[
'DIY Electronics and Embedded Systems',
'Outdoors',
'Ricing my Unix Setup'
]
me = ReadMe()
Jupyter Notebook
| Back | FazBrowse Home | New Git URL |