Available for Work

👋 Hey, I'm Anurag.

I am a recent graduate with Bachelors in AI & ML

I am a recent graduate with Bachelors in AI & ML

I would love to work on 🕸 Web Projects, 🤖 Machine Learning Projects and Other 💻software development projects

👨🏼‍💻 Tech Skills

type DeveloperSkills struct {
    Languages  []string `json:"languages"`  // 🐍Python, 💻C++, ⚙️Go, 🌐JavaScript
    Frameworks []string `json:"frameworks"` // 🚀NodeJs, 🍸Gin
    Tools      []string `json:"tools"`      // 🧰Git, 🐙GitHub, 🖥️Visual Studio
    Databases  []string `json:"databases"`  // 🗄️PostgreSQL, 🍃MongoDB
    Other      []string `json:"other"`      // 🐧Linux, 🐳Docker
}

// My skill set:
skills := DeveloperSkills{
    Languages:  []string{"🐍 Python", "💻 C++", "⚙️ Go", "🌐 JavaScript"},
    Frameworks: []string{"🚀 NodeJs", "🍸 Gin"},
    Tools:      []string{"🧰 Git", "🐙 GitHub", "🖥️ Visual Studio"},
    Databases:  []string{"🗄️ PostgreSQL", "🍃 MongoDB"},
    Other:      []string{"🐧 Linux", "🐳 Docker"

type DeveloperSkills struct {
    Languages  []string `json:"languages"`  // 🐍Python, 💻C++, ⚙️Go, 🌐JavaScript
    Frameworks []string `json:"frameworks"` // 🚀NodeJs, 🍸Gin
    Tools      []string `json:"tools"`      // 🧰Git, 🐙GitHub, 🖥️Visual Studio
    Databases  []string `json:"databases"`  // 🗄️PostgreSQL, 🍃MongoDB
    Other      []string `json:"other"`      // 🐧Linux, 🐳Docker
}

// My skill set:
skills := DeveloperSkills{
    Languages:  []string{"🐍 Python", "💻 C++", "⚙️ Go", "🌐 JavaScript"},
    Frameworks: []string{"🚀 NodeJs", "🍸 Gin"},
    Tools:      []string{"🧰 Git", "🐙 GitHub", "🖥️ Visual Studio"},
    Databases:  []string{"🗄️ PostgreSQL", "🍃 MongoDB"},
    Other:      []string{"🐧 Linux", "🐳 Docker"

type DeveloperSkills struct {
    Languages  []string `json:"languages"`  // 🐍Python, 💻C++, ⚙️Go, 🌐JavaScript
    Frameworks []string `json:"frameworks"` // 🚀NodeJs, 🍸Gin
    Tools      []string `json:"tools"`      // 🧰Git, 🐙GitHub, 🖥️Visual Studio
    Databases  []string `json:"databases"`  // 🗄️PostgreSQL, 🍃MongoDB
    Other      []string `json:"other"`      // 🐧Linux, 🐳Docker
}

// My skill set:
skills := DeveloperSkills{
    Languages:  []string{"🐍 Python", "💻 C++", "⚙️ Go", "🌐 JavaScript"},
    Frameworks: []string{"🚀 NodeJs", "🍸 Gin"},
    Tools:      []string{"🧰 Git", "🐙 GitHub", "🖥️ Visual Studio"},
    Databases:  []string{"🗄️ PostgreSQL", "🍃 MongoDB"},
    Other:      []string{"🐧 Linux", "🐳 Docker"

type DeveloperSkills struct {
    Languages  []string `json:"languages"`  // 🐍Python, 💻C++, ⚙️Go, 🌐JavaScript
    Frameworks []string `json:"frameworks"` // 🚀NodeJs, 🍸Gin
    Tools      []string `json:"tools"`      // 🧰Git, 🐙GitHub, 🖥️Visual Studio
    Databases  []string `json:"databases"`  // 🗄️PostgreSQL, 🍃MongoDB
    Other      []string `json:"other"`      // 🐧Linux, 🐳Docker
}

// My skill set:
skills := DeveloperSkills{
    Languages:  []string{"🐍 Python", "💻 C++", "⚙️ Go", "🌐 JavaScript"},
    Frameworks: []string{"🚀 NodeJs", "🍸 Gin"},
    Tools:      []string{"🧰 Git", "🐙 GitHub", "🖥️ Visual Studio"},
    Databases:  []string{"🗄️ PostgreSQL", "🍃 MongoDB"},
    Other:      []string{"🐧 Linux", "🐳 Docker"},
}

🚀 Projects

🚀 Projects

🚀 Projects

Rust, STM32F4, DHT22, MQTT, RTT, Embedded HAL

Rust, STM32F4, DHT22, MQTT, RTT, Embedded HAL

• Architected and built a live fire detection system with Rust deployed on the micro-controller board.

• Created a dependable communication protocol leveraging MQTT, guaranteeing reliable and swift fire alert transmissions, upholding real-time alerts with a latency under 50ms.

• Employed ID clustering to pinpoint impacted areas like rooms and floors, based on the sensor data, attaining precise detection with a less than 3% false-positive rate.

FireWatch

Python, RSAutoGUI (Rust), MediaPipe, OpenCV,

Rust, STM32F4, DHT22, MQTT, RTT, Embedded HAL

Python, RSAutoGUI (Rust), MediaPipe, OpenCV,

• Developed a computer vision-based system to simulate system navigation using hand gesture for robotic applications.

• Implemented hand gesture recognition (HGR) using BlazePose models, achieving accurate tracking of hand and finger movements.

• Improved the system’s responsiveness and accuracy in translating gestures into mouse movements by 150-200 ms using rust implementation of pyautogui (rsautogui).

• Architected and built a live fire detection system with Rust deployed on the micro-controller board.

• Created a dependable communication protocol leveraging MQTT, guaranteeing reliable and swift fire alert transmissions, upholding real-time alerts with a latency under 50ms.

• Employed ID clustering to pinpoint impacted areas like rooms and floors, based on the sensor data, attaining precise detection with a less than 3% false-positive rate.

Python, RSAutoGUI (Rust), MediaPipe, OpenCV,

• Developed a computer vision-based system to simulate system navigation using hand gesture for robotic applications.

• Implemented hand gesture recognition (HGR) using BlazePose models, achieving accurate tracking of hand and finger movements.

• Improved the system’s responsiveness and accuracy in translating gestures into mouse movements by 150-200 ms using rust implementation of pyautogui (rsautogui).

Go, Gin, Gorm, PostgreSQL, Docker, JWT

• Architected a healthcare API using Go, with features like Non-Blocking Appointment Rescheduling, role-based Access Control, and Real-Time Data Logging.

• Integrated JWT-based authentication, ensuring end-to-end security across all API endpoints.

• Achieved a significant performance uplift by optimizing PostgreSQL queries and managing resources with Go’s efficient concurrency model.

Python, Paramiko, Tkinter, Cryptography, Gzip, Unittest

• Created a secure file transfer client using Paramiko, enabling encrypted and compressed file uploads/downloads. The client features a progress tracker for file transfers.

• Implemented file encryption using the cryptography library and compression with gzip, ensuring data confidentiality and efficiency.

• Designed a Tkinter-based GUI allowing users to input server credentials, and select files for upload/download.

• Created a secure file transfer client using Paramiko, enabling encrypted and compressed file uploads/downloads. The client features a progress tracker for file transfers.

• Implemented file encryption using the cryptography library and compression with gzip, ensuring data confidentiality and efficiency.

• Designed a Tkinter-based GUI allowing users to input server credentials, and select files for upload/download.

• Created a secure file transfer client using Paramiko, enabling encrypted and compressed file uploads/downloads. The client features a progress tracker for file transfers.

• Implemented file encryption using the cryptography library and compression with gzip, ensuring data confidentiality and efficiency.

• Designed a Tkinter-based GUI allowing users to input server credentials, and select files for upload/download.

type DeveloperSkills struct {
    Languages  []string `json:"languages"`  // 🐍Python, 💻C++, ⚙️Go, 🌐JavaScript
    Frameworks []string `json:"frameworks"` // 🚀NodeJs, 🍸Gin
    Tools      []string `json:"tools"`      // 🧰Git, 🐙GitHub, 🖥️Visual Studio
    Databases  []string `json:"databases"`  // 🗄️PostgreSQL, 🍃MongoDB
    Other      []string `json:"other"`      // 🐧Linux, 🐳Docker
}

// My skill set:
skills := DeveloperSkills{
    Languages:  []string{"🐍 Python", "💻 C++", "⚙️ Go", "🌐 JavaScript"},
    Frameworks: []string{"🚀 NodeJs", "🍸 Gin"},
    Tools:      []string{"🧰 Git", "🐙 GitHub", "🖥️ Visual Studio"},
    Databases:  []string{"🗄️ PostgreSQL", "🍃 MongoDB"},
    Other:      []string{"🐧 Linux", "🐳 Docker"},
}