#!/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
-
AI-Powered-Chatbot-for-Advanced-ESG-Analysis-and-Reporting
AI-Powered-Chatbot-for-Advanced-ESG-Analysis-and-Reporting PublicJupyter Notebook
-
Harnessing-AI-and-Prompt-Engineering-for-Intelligent-Chatbot-Development-
Harnessing-AI-and-Prompt-Engineering-for-Intelligent-Chatbot-Development- PublicHarnessing AI and Prompt Engineering for Intelligent Chatbot Development
Jupyter Notebook
-
Multivariate-Time-Series-Forecasting-on-Temperature-Data
Multivariate-Time-Series-Forecasting-on-Temperature-Data PublicIn this project, I will be using LSTM, GRU, and 1d CNNs to predict temperature values from the Jena dataset.
Jupyter Notebook
-
Streamlit-Powered-AI-Diabetes-Risk-Predictor
Streamlit-Powered-AI-Diabetes-Risk-Predictor PublicJupyter Notebook
-
Web-Scraping-using-SkyTrax
Web-Scraping-using-SkyTrax PublicHi 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
-
Healthcare-Analytics-using-SQL
Healthcare-Analytics-using-SQL PublicThis repository contains the code and data for analyzing OCD Patient Data provided by Kaggle.
Jupyter Notebook
If the problem persists, check the GitHub status page or contact support.