Skip to content
View Shubhmeep's full-sized avatar
  • Karol Bagh, Delhi

Block or report Shubhmeep

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

Hi 👋, I'm Shubh Sehgal

Aspiring Data Scientist


class Shubh:
    def __init__(self):
        self.username = 'Shubhmeep'
        self.name = 'Shubh Sehgal'
        self.location = 'Karol Bagh, Delhi'
        self.code = {
            'frontend': ['HTML', 'CSS', 'Boostrap'],
            'Languages':['Python', 'SQL'],
            'backend': ['Python', 'Django', 'Flask'],
            'database': ['PostgreSQL', 'MySQL', 'SQLite3', 'Mongo DB', 'ChromaDB (Vector DB)'],
            'Machine Learning' : [ 'Numpy', 'Pandas', 'Scikit-learn', 'Exploratory Data Analysis', 'Feature Engineering', 
'Regression','Classification', 'Model Evaluation','MLflow(model tracking)', 'Hopsworks (Feature store/Model monitoring & registry)',
'Statistics (minitab)', 'Probability', 'OpenCV', 'LLMs  (GPT-4, Llama 2, LaMini-LM, Gemini)'],
            'devops/cloud': ['Docker','AWS (S3, EC2, Lambda, RDS, SQS, ECS)', 'Github Actions'],
            'tools': ['GitHub', 'Pandas', 'Jupyter notebook', 'Adobe XD' ],
        }
        self.strengths = ['Committed to lifelong learning', ' Team Building', 'Reliable and consistent']
        self.hobbies = ['Football', 'Gaming', 'Research']
    def __str__(self):
        return self.name
if __name__ == '__main__':
    me = Shubh()

I love connecting with different people so if you want to say hi, I'll be happy to meet you ! :)

Email

Pinned Loading

  1. Earthquake-prediction-ML-pipeline Earthquake-prediction-ML-pipeline Public

    This project implements end-to-end machine learning pipelines, encompassing feature engineering, model training, and inference deployment. Leveraging AWS services, Airflow, Great Expectations, Hops…

    Python 1

  2. AWS-Airflow-DataIngestion-Pipeline AWS-Airflow-DataIngestion-Pipeline Public

    This project entails the development and deployment of a robust data ingestion pipeline leveraging Apache Airflow, orchestrated on an AWS EC2 instance. The pipeline is designed to efficiently extra…

    Python 7 1

  3. The-Yoga-Guru The-Yoga-Guru Public

    The application is developed in a way that it will be able to capture a live feed of the person performing the yoga posture, process the feed, and output the particular yoga pose being performed wi…

    Python 1

  4. Toxic-Comment-Classification-NLP Toxic-Comment-Classification-NLP Public

    We have devised a prototype that is capable of classifying a comment/text on the basis of above mentioned categories. We have made our own Dataset for this multilabel classification problem by merg…

    Jupyter Notebook