Skip to content
View RohanSardar's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report RohanSardar

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 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
RohanSardar/README.md
Typing SVG
 ╔══════════════════════════════════════════════════════════════════════════╗
 ║  SYSTEM_ID: ROHAN_SARDAR            STATUS: ONLINE [OK]                  ║
 ║  ARCHETYPE: AI_ENGINEER             ENCRYPTION: QUANTUM_256              ║
 ║  LOCATION:  IND_WB (INDIA)          VERSION: v2.0.0 (Latest)             ║
 ╚══════════════════════════════════════════════════════════════════════════╝
  >_ ACCESSING KERNEL MEMORY...
  >_ LOADING LIBRARIES...
root@rohan:~/neural_net$ tree -L 3 --charset=ascii

.
├── 01_LANGUAGES
│   ├── python_v3               
│   ├── c_plus_plus             
│   └── c                       
│
├── 02_DATA_SCIENCE_STACK
│   ├── numpy                   
│   ├── pandas                  
│   ├── matplotlib              
│   └── seaborn                 
│
├── 03_MODELING_FRAMEWORKS
│   ├── pytorch                 
│   ├── tensorflow              
│   ├── scikit_learn
│   ├── xgboost
│   ├── lightgbm
│   ├── catboost
│   └── optuna
│
├── 04_COMPUTER_VISION
│   ├── architectures
│   │   ├── vision_transformers
│   │   ├── cnn
│   │   └── autoencoders
│   └── tasks
│       ├── object_detection
│       ├── image_segmentation
│       └── classification
│
├── 05_GENERATIVE_AI_&_LLMS
│   ├── large_models
│   │   ├── llm_finetuning
│   │   ├── slm
│   │   └── huggingface
│   ├── generative_arch
│   │   ├── stable_diffusion
│   │   ├── gan
│   │   └── vae
│   └── autonomy
│       ├── ai_agents
│       ├── mcp
│       └── gemini_api
│
├── 06_DEPLOYMENT_&_TOOLS
│   ├── docker
│   ├── aws
│   ├── git
│   └── jupyter
│
└── 07_HARDWARE_LAB (Hobby)
    ├── arduino
    ├── raspberry_pi
    └── sensors_&_actuators
 ╔══════════════════════════════════════════════════════════════════════════╗
 ║  >_ ESTABLISHING EXTERNAL CONNECTIONS...                                 ║
 ╚══════════════════════════════════════════════════════════════════════════╝

[ LinkedIn ] :: [ Kaggle ] :: [ Medium ] :: [ LeetCode ] :: [ Codewars ]


Pinned Loading

  1. SemanticImageSimilarity SemanticImageSimilarity Public

    This project implements a semantic search engine that allows users to find images using natural language descriptions or by uploading a reference image

    Python

  2. CNNexplainability CNNexplainability Public

    Explore how CNN actually makes a prediction

    Jupyter Notebook

  3. Conv2dVisualization Conv2dVisualization Public

    Visualize Conv2d of PyTorch

    Python

  4. bert_similarity_search bert_similarity_search Public

    Finds semantically similar words using BERT embeddings

    Jupyter Notebook

  5. gradient_descent_from_scratch gradient_descent_from_scratch Public

    Implementation and visualization of gradient descent using pure python without any ML library

    Python

  6. SpeechFlowGuard SpeechFlowGuard Public

    A machine learning web API that detects toxic language in user comments using classical ML

    Jupyter Notebook