Skip to content
View Harsh-Tiwadi's full-sized avatar

Block or report Harsh-Tiwadi

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

Yo, I'm Harsh!

Linkedin: harshtiwadi GitHub yo-harsh

A little more about me... portfolio

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


class DataScientist:

    def __init__(self):
        self.name = "Harsh Tiwadi"
        self.role = "Data Scientist"
        self.language_spoken = ["Hindi", "English"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = DataScientist()
me.say_hi()

Follow & Check Repository


Pinned Loading

  1. MLOps---Customer-Churn-Predictor MLOps---Customer-Churn-Predictor Public

    mlops project !!

    Python

  2. news_rag---ChatBOT news_rag---ChatBOT Public

    RAG application

    Python