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

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

Typing SVG

You may also know me as Shubham Shankar!

🦦 About Me

side Image

πŸš€ Passionate Data Scientist exploring boundless potential.
πŸŽ“ Computer Science Grad with a knack for problem-solving and innovation.
πŸ’‘ My Goal: Build products that enhance everyday life for everyone.
πŸ” Curious about uncovering patterns to solve real-world challenges.

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 πŸ—‚

πŸ“ Information Extraction with Natural Language Processing
πŸ–ΌοΈ Image Segmentation
πŸ“š An Introduction to Topic Modeling with Latent Dirichlet Allocation
πŸ€– Custom Classifier using Amazon Comprehend
πŸ“Š Evaluation Metrics
πŸ’‘ Count Vectorizer and TF-IDF

Paper πŸ“

🏎️ AI-Based Vehicle Damage Detection


Tech Stack

πŸ›  Language: Python C++ JavaScript

🌩 Cloud: AWS Azure

🐳 Tools: Docker Postman Ollama

πŸ—ƒ Database: SQL MongoDB

πŸ¦– Library: PyTorch Langchain react

🦜 Framework: StreamLit FastAPI Django


πŸ“« Looking for me?

Action Link
🌐 Explore my Portfolio
🀝 Connect with me on LinkedIn
πŸ“© Send Me an Email
:octocat: Follow me on Github
πŸ“ Read my Articles
πŸ’» Watch my presentation on Youtube
πŸ”– Browse my certifications

⚑ Fun Fact: I write poems 🎢. Feel free to reach out if that sparks your interest 😜


Pinned Loading

  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