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.

Maximum 250 characters. Please donโ€™t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 2

  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