Skip to content
View RATHOD-SHUBHAM's full-sized avatar
😎
Learning!!
😎
Learning!!
Block or Report

Block or report RATHOD-SHUBHAM

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

Hello πŸ‘‹, Shubham Rathod here!

~ You may also know me as Shubham Shankar !


About Me 🦦

side Image
  • I'm a passionate data scientist 😎 exploring possibilities.

  • Computer Science Grad πŸŽ“.

  • I have a simple goal: Develop products that improve human lives.

  • My journey in the world of data began with a curiosity for uncovering hidden patterns and a desire to solve real-world problems.

  • Check out my repo for some cool content 🀠. Let's explore the data-driven world together! πŸš€

    GitHub , , Articles


Area of Interest 🐍

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


class AreasOfInterest:

    def __init__(self):
        self.role = "Machine Learning Engineer"
        self.current_favourite = ["Generative AI", "AWS Cloud"]

    def favourite(self):
        favourite_topic = ['Data Science', 'System Design', 'Algorithms & Data Structure', 'Cloud Computing', 'Software Engineering/Development', 'Full Stack Development']
        
        for fav_top in favourite_topic:
            print(" These are my all time", fav_top)


if __name__ == '__main__':
    obj = AreasOfInterest()
    obj.favourite()
    

Articles πŸ—‚

Paper πŸ“


Tech Stack

πŸ›  Language

Python C Java JavaScript Node.JS Node.JS CSS

πŸ—ƒ Database

SQL MongoDB

πŸ¦– Library

Keras PyTorch TensorFlow sklearn NumPy Pandas scipy react

🧨 Framework

StreamLit FastAPI Django Flask

🌩 Cloud

AWS Azure



Looking for me? πŸ“«

  β¦Ώ 🌐 Check out my Portfolio

  β¦Ώ 🀝 Connect with me on LinkedIn

  β¦Ώ πŸ“© Shoot Me an Email

  β¦Ώ :octocat: Follow me on Github

  β¦Ώ πŸ“ Read my Articles here

  β¦Ώ πŸ’» Checkout my presentation on Youtube

  β¦Ώ πŸ“ˆπŸ”– View my certifications

⚑ Fun fact: ... I write poems🎢 ... Do reach out if you find that enchanting😜


~ With love from Shubham Shankar πŸ–€

Pinned

  1. DeepLearning DeepLearning Public

    Deep learning is a class of machine learning algorithms thatβ€Š uses multiple layers to progressively extract higher-level features from the raw input.

    Jupyter Notebook

  2. Artificial-Intelligence Artificial-Intelligence Public

    A curated list of my Artificial Intelligence project.

    Python 1

  3. Cloud_Computing-ADB Cloud_Computing-ADB Public

    Cloud Computing Project - Web application created and hosted on different cloud platforms.

    Python

  4. Database-Managment-System Database-Managment-System Public

    In this project, I have designed and implemented a database for keeping track of information about a DBMS subsystem for managing discretionary access control.

    Python 1

  5. AmazonComprehend-Natural-Language-Processing--NLP AmazonComprehend-Natural-Language-Processing--NLP Public

    Amazon Comprehend is a natural-language processing (NLP) service that uses machine learning to uncover information in unstructured data. The service can identify critical elements in data, includin…

    Jupyter Notebook

  6. Whatsapp_web Whatsapp_web Public

    Send Message to Unknown number without actually saving them.

    CSS 1