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

Organizations

@cachevector

Block or report maskedsyntax

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MaskedSyntax/README.md

Hii there πŸ‘‹

Open Source Love visitors

package main import "fmt" type Developer struct { name string role string languages []string prevExp string currentFocus string } func (d Developer) sayHi() { fmt.Printf("Hi, I'm %s! I specialize in %s and have experience in %s. "+ "I'm currently focusing on %s while exploring how applied math and machine learning solve real-world problems. "+ "Thanks for visiting my GitHub!\n", d.name, d.role, d.prevExp, d.currentFocus) } func main() { dev := Developer{ name: "Aftaab Siddiqui", role: "Software Development and Machine Learning", languages: []string{"Python", "C++", "Go", "Java"}, prevExp: "Backend Development (Spring Boot) and Flutter for Cross-Platform Apps", currentFocus: "Generative AI, Edge ML, Multimodal ML, and Graph ML",	} dev.sayHi() }

➜ primary email: aftaab@aftaab.xyz
➜ Personal website and blog: aftaab.xyz/blog

πŸ”§ Technologies & Tools

Programming Languages:

Python C++ Golang Java TypeScript

Frameworks & Libraries:

Spring Boot Flutter TensorFlow PyTorch scikit-learn NumPy Pandas

Development Tools:

Neovim Git Linux Zsh

Databases:

MySQL SQLite

Machine Learning Areas:

Generative AI Edge ML Multimodal ML Graph ML

πŸ† GitHub Trophies

trophy

Pinned Loading

  1. cachevector/hashprep cachevector/hashprep Public

    Dataset Profiler & Debugger for Machine Learning

    Python 3

  2. soundsnatch soundsnatch Public

    Download Songs, Podcasts and other audio files from Youtube 🎡

    Python 6 1

  3. blocklite blocklite Public

    An experimental blockchain implementation written from scratch in Go

    Go 5 1

  4. generx-mapper generx-mapper Public

    🧬 Drug Response Prediction Using Gene Expression Data

    Jupyter Notebook 5

  5. colorsnap colorsnap Public

    Interactive color picker and identifier built with C++ and OpenCV.

    C++ 4

  6. intellipath intellipath Public

    A python based visualizer for A* pathfinding algorithm.

    Python 5