Skip to content
View dontmesswithmee's full-sized avatar
  • Boulder, CO
  • 22:36 (UTC -06:00)

Block or report dontmesswithmee

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

Typing SVG


LeetCode   Stack Overflow Reputation GitHub followers   LinkedIn Badge   Gmail Badge   Profile Views


📚 Skillset

Python R Machine Learning Deep Learning NLP Large Language Models Time-Series Forecasting Data Visualization Power BI Tensorflow Keras OpenCV MySQL PostgreSQL SQLite Tableau HTML CSS Microsoft Excel Microsoft Powerpoint Microsoft Word


👋 Hey there

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

class DataScientist:

    def __init__(self):
        self.name = "Rahul Chauhan"
        self.role = "Data Scientist"
        self.language_spoken = ["en_US", "hi"]

    def about_me(self):
        print('''
            💼 Data Scientist with over two years of hands-on experience leveraging Python to architect and
               engineer sophisticated data-driven solutions.
            🎓 Currently a data engineer at Strategix Vantage; Graduated from University of Colorado Boulder
                with a Master's degree in Data Science.
            🔭 Passionate about crafting impactful AI-driven solutions. I specialize in natural language processing, large language models,
                and deep learning to revolutionize business insights and drive decision-making.
            💬 Let's connect and geek out over tech innovations, cutting-edge algorithms, career growth, epic movies, immersive games, captivating anime, and groovy music.
            ⚡ "I'm not gonna give up. Once I've found something I want to do, I do it. That's my ninja way!" - Naruto Uzumaki
            ''')


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


me = DataScientist()
me.about_me()
me.say_hi()

Pinned Loading

  1. AI-Powered-Chatbot-for-Advanced-ESG-Analysis-and-Reporting AI-Powered-Chatbot-for-Advanced-ESG-Analysis-and-Reporting Public

    Jupyter Notebook

  2. Harnessing-AI-and-Prompt-Engineering-for-Intelligent-Chatbot-Development- Harnessing-AI-and-Prompt-Engineering-for-Intelligent-Chatbot-Development- Public

    Harnessing AI and Prompt Engineering for Intelligent Chatbot Development

    Jupyter Notebook

  3. Multivariate-Time-Series-Forecasting-on-Temperature-Data Multivariate-Time-Series-Forecasting-on-Temperature-Data Public

    In this project, I will be using LSTM, GRU, and 1d CNNs to predict temperature values from the Jena dataset.

    Jupyter Notebook

  4. Streamlit-Powered-AI-Diabetes-Risk-Predictor Streamlit-Powered-AI-Diabetes-Risk-Predictor Public

    Jupyter Notebook

  5. Web-Scraping-using-SkyTrax Web-Scraping-using-SkyTrax Public

    Hi peeps! In this project, I have scraped reviews from SkyTrax for Delta Airlines. Cleaned (Exhaustive way) and pre-processed the data. Visualized it using ggplot2 library.

    HTML

  6. Healthcare-Analytics-using-SQL Healthcare-Analytics-using-SQL Public

    This repository contains the code and data for analyzing OCD Patient Data provided by Kaggle.

    Jupyter Notebook