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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. YogiSync YogiSync Public

    A Smart Yoga App that uses AI to provide real-time feedback and guidance for anyone looking to learn yoga or perfect their form.

    HTML

  4. Rag-From-Scratch Rag-From-Scratch Public

    A full-stack RAG build focused on layout-aware document ingestion. Upcoming phases will add semantic chunking, embeddings, custom vector indexing, hybrid retrieval, re-ranking, caching, monitoring,…

    Jupyter Notebook