') + ')', 'gi'); if (regex.test(text)) { found = true; var frag = document.createDocumentFragment(); var parts = text.split(regex); parts.forEach(function(part, i) { if (i % 2 === 0) { frag.appendChild(document.createTextNode(part)); } else { var span = document.createElement('span'); span.className = 'userscript-highlight'; span.textContent = part; frag.appendChild(span); } }); node.parentNode.replaceChild(frag, node); } }); } else if (node.nodeType === 1 && node.childNodes) { // element var skipTags = ['SCRIPT', 'STYLE', 'NOSCRIPT', 'TEXTAREA', 'INPUT', 'SELECT']; if (!skipTags.includes(node.tagName)) { Array.from(node.childNodes).forEach(highlight); } } } highlight(document.body); // Re-highlight on dynamic content var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1 || node.nodeType === 3) highlight(node); }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Highlight Search Terms]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Strip utm_, fbclid, gclid, etc. from all links on page (function() { var trackingParams = ['utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid', 'gclid', 'dclid', 'msclkid', 'yclid', 'ref', 'ref_src', 'source', 'medium', 'campaign']; function cleanUrl(url) { try { var u = new URL(url, window.location.origin); var changed = false; trackingParams.forEach(function(p) { if (u.searchParams.has(p)) { u.searchParams.delete(p); changed = true; } }); return changed ? u.toString() : url; } catch (e) { return url; } } function cleanLinks() { document.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } cleanLinks(); var observer = new MutationObserver(function(mutations) { mutations.forEach(function(m) { m.addedNodes.forEach(function(node) { if (node.nodeType === 1) { if (node.tagName === 'A') cleanLinks(); node.querySelectorAll('a[href]').forEach(function(a) { var clean = cleanUrl(a.href); if (clean !== a.href) a.href = clean; }); } }); }); }); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:Remove Tracking Parameters from Links]', __e); } })(); (function(){ try { var __m = "youtube.com"; var __re = new RegExp('^' + "youtube\\.com" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Auto-enable theater mode on YouTube (function() { function tryTheater() { var btn = document.querySelector('button[aria-label="Theater mode"], ytd-player #player button[title="Theater mode"]'); if (btn && !btn.classList.contains('activated')) { btn.click(); } } // Try immediately tryTheater(); // Try after navigation (SPA) var lastUrl = location.href; setInterval(function() { if (location.href !== lastUrl) { lastUrl = location.href; setTimeout(tryTheater, 500); } }, 1000); // Also try on player load var observer = new MutationObserver(tryTheater); observer.observe(document.body, { childList: true, subtree: true }); })(); } } catch(__e) { console.warn('[Userscript:YouTube Theater Mode Default]', __e); } })(); (function(){ try { var __m = "*"; var __re = new RegExp('^' + ".*" + ', 'i'); if (__m === '*' || __re.test(location.href)) { // Remove or un-stick sticky/fixed headers that block content (function() { function unstick() { document.querySelectorAll('header, nav, [role="banner"], .header, .navbar, .sticky, .fixed-top, [style*="position: fixed"], [style*="position:sticky"]').forEach(function(el) { if (el.style.position === 'fixed' || el.style.position === 'sticky' || getComputedStyle(el).position === 'fixed' || getComputedStyle(el).position === 'sticky') { el.style.position = 'static'; el.style.top = 'auto'; el.style.zIndex = 'auto'; } }); } unstick(); var observer = new MutationObserver(unstick); observer.observe(document.body, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class'] }); })(); } } catch(__e) { console.warn('[Userscript:Kill Sticky Headers]', __e); } })(); })(); Awrsha (Amir (Mohammad) Parvizi) · GitHub
Skip to content
View Awrsha's full-sized avatar
:octocat:
Never Ever Give Up :)
:octocat:
Never Ever Give Up :)

Block or report Awrsha

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.

Content in all repositories owned by your account will be closed.
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
Awrsha/README.md
header bannerTyping SVG

profile viewsfollowerslinkedin followersstatuslocation



Building intelligent, secure, and scalable systems that power fintech, autonomous robotics, and embedded AI.
From payment OS architecture to RoboCup world champions — turning research into real-world impact.

PortfolioLinkedInEmailTelegram



🧠 Professional Summary

Senior R&D Specialist in Artificial Intelligence and Intelligent Systems, specializing in the transition of advanced AI research into scalable, production-grade technologies across fintech, autonomous systems, and secure embedded platforms. My work sits at the intersection of artificial intelligence, embedded computing, operating systems, and mission-critical infrastructure — designing intelligent solutions that operate reliably in real-world, high-performance environments.

At TOSAN Techno, I lead R&D initiatives across payment terminal and ATM platforms — driving innovation in AI integration (CV, LLMs/VLMs), Security Platform (SP) architecture, operating system engineering, validation, certification, and secure software ecosystems for large-scale, international deployment.

Previous milestones include:

  • Autonomous vehicle and intelligent transportation systems at SoftwareMotion (China).
  • Embedded AI and automotive safety ECUs at Mammut Group.
  • Multiple RoboCup world championships with MRL Humanoid.
  • Computational neuroscience research at Neuromatch Academy, exploring probabilistic models of decision-making under uncertainty.

Holding an M.Sc. in Artificial Intelligence, I work extensively with Python, Java, C/C++, TensorFlow, PyTorch, Computer Vision, Machine Learning, and edge AI architectures.

Mission: Engineer intelligent, secure, and scalable systems that transform cutting-edge research into technologies with measurable real-world impact.


🎯 Currently Working On

🤖 Vision Models & LLMs/VLMs

Intelligent payment ecosystems — fraud detection, device analytics, automation, multimodal reporting. Fine-tuning multimodal VLMs (e.g., Qwen2.5-VL-32B) under tight single-GPU memory budgets.

🏧 Payment Terminal & ATM OS

End-to-end R&D lifecycle, multi-OS certification (Prolin, Monitor, PayDroid, Android), and vendor integrations for nationwide infrastructure.

🔐 Security Platform (SP) Architectures

Secure boot chains, cryptographic key management, trusted execution environments (TEE), and strict system integrity enforcement.

👁️ Vision-Driven Device Analytics

Real-time CV pipelines for transaction anomaly detection, hardware telemetry, and behavioral fraud signals deployed directly on edge devices.


🏢 Professional Experience Timeline

%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#2F6FED', 'primaryTextColor': '#FFFFFF', 'primaryBorderColor': '#F2A93B', 'lineColor': '#8A8F98', 'secondaryColor': '#0B0B0F', 'tertiaryColor': '#FFFFFF', 'background': '#0B0B0F', 'cScale0': '#2F6FED', 'cScale1': '#F2A93B', 'cScale2': '#8A8F98'}}}%%
timeline
title Career Journey & Milestones
2022 : AI Engineer, Humanoid Autonomous Systems @ MRL Humanoid (RoboCup)
2024 : AI Engineer, Automotive AI @ Mammut Group
2025 : R&D Engineer, ADAS & Autonomous Control @ SoftwareMotion (China)
: Senior R&D Engineer, Payment Systems & Secure Banking @ TOSAN Techno
: Research Fellow, Computational Neuroscience @ Neuromatch Academy (USA)
2026 : AI Engineer, Vision & LLM/VLM Research @ TOSAN Techno
Loading
🧠 Artificial Intelligence Engineer — Vision & LLM/VLM @ TOSAN Techno (Jan 2026 – Present · Qazvin, Iran)

Directed advanced applied AI research and end-to-end development of production-grade intelligent systems, deploying Computer Vision (CV), Large Language Models (LLMs), and Vision-Language Models (VLMs) within real-world fintech and payment infrastructures.

  • Multimodal Architecture: Architected next-generation AI-powered payment ecosystems by integrating multimodal intelligence, enabling real-time decision-making across embedded banking devices and transaction platforms.
  • Edge CV Pipelines: Designed high-performance vision-driven device intelligence systems for transaction monitoring, anomaly detection, and operational analytics — significantly improving detection accuracy, system throughput, and response latency.
  • Process Automation: Led the integration of LLMs and VLMs into fintech workflows to automate complex processes, generate contextual insights, and produce intelligent reporting pipelines.
  • Hardware Optimization: Engineered scalable, low-latency AI pipelines optimized for resource-constrained edge environments (POS terminals, ATMs), ensuring robust inference under strict VRAM/RAM limitations.
  • Security AI: Advanced AI-driven security frameworks by incorporating behavioral modeling and multimodal anomaly detection.

CVLLMsEdge AI

🏧 Senior R&D Engineer — Payment Systems & Secure Banking Infrastructure @ TOSAN Techno (Jun 2025 – Present · Tehran, Iran)

Led the research, development, validation, and certification of mission-critical operating systems powering payment terminals and ATM networks across one of the largest banking infrastructures in the region.

  • R&D Lifecycle Management: Directed full lifecycle R&D for payment terminals, ATMs, POS systems, cashless platforms, and biometric/identity devices.
  • Security Architecture: Owned and evolved the Security Platform (SP) architecture, implementing secure boot chains, cryptographic key management, trusted execution, and system integrity enforcement.
  • OS Certification: Architected Java-based OS-level validation frameworks covering functional, performance, security, and compliance testing. Led multi-platform certification across Prolin, Monitor, PayDroid, and Android.
  • Global Vendor Integration: Defined hardware–software integration strategies for international vendors including PAX, NexGo, Kozen (XC Tech), Hyosung, GRG Banking, and LKS.
  • Performance Tuning: Optimized system-level performance for embedded payment environments, achieving ultra-low latency and high reliability under heavy transaction workloads.
🔬 Research Fellow, Computational Neuroscience @ Neuromatch Academy (Jul 2025 – Dec 2025 · Los Angeles, CA · Remote)

Selected for a highly competitive, graduate-level computational neuroscience program focused on the neural and algorithmic foundations of decision-making under uncertainty.

  • Brain-Inspired AI: Investigated brain-wide representations of prior knowledge and uncertainty through probabilistic decision-making paradigms (leveraging International Brain Laboratory data).
  • Probabilistic Modeling: Designed Bayesian computational models to infer latent cognitive variables underlying decision processes, linking observable behavior to hidden neural mechanisms.
  • High-Dimensional Data: Applied machine learning to extract interpretable structure from Neuropixels electrophysiology and calcium imaging recordings.
  • Pipeline Engineering: Engineered robust data processing pipelines for multimodal neural datasets (denoising, temporal alignment, cross-session validation).
🚛 R&D Engineer — ADAS & Autonomous Control Systems @ SoftwareMotion Co., Ltd (Jan 2025 – Jun 2025 · Suzhou, China · Remote)

Contributed to the development and validation of AI-driven control systems for autonomous heavy-duty vehicles and intelligent transportation platforms.

  • Real-Time Execution: Integrated embedded AI components into vehicle control architectures, connecting perception outputs with decision-making layers under strict latency and functional safety constraints.
  • ADAS Validation: Designed and validated autonomous driving controllers, ensuring compliance with commercial vehicle safety standards.
  • Hardware Integration: Contributed to autonomy stacks through radar sensing integration, control modules, and in-vehicle edge computing.
  • International Deployment: Supported product adaptation across Asia-Pacific markets in collaboration with JAC Motors, CNHTC, and AXera Technologies.
🚚 Artificial Intelligence Engineer — Automotive AI @ Mammut Group (Jan 2024 – Dec 2024 · Karaj, Iran · Hybrid)

Designed AI-driven safety and driver-assistance systems for heavy-duty trucks and commercial vehicles.

  • Implemented AI-enhanced control logic within resource-constrained embedded environments.
  • Validated ADAS controllers aligned with automotive safety standards.
  • Optimized low-latency, real-time execution on specialized automotive hardware.
  • Performed end-to-end safety validation, robustness testing, and hardware-in-the-loop (HIL) benchmarking.
🤖 Artificial Intelligence Engineer — Humanoid Autonomous Systems @ MRL Humanoid (RoboCup) (Jan 2022 – Dec 2022 · Qazvin, Iran · Hybrid)

Core contributor to a championship-level humanoid soccer robotics team, contributing to RoboCup competition successes across Australia, Canada, Thailand, Russia, and Japan.

  • Dynamic Perception: Designed real-time CV pipelines for object detection, ball tracking, and robot localization under noisy, adversarial conditions.
  • Multi-Agent AI: Developed architectures supporting coordinated team strategies and distributed decision-making.
  • Intelligent Control: Applied reinforcement learning for tactical behaviors and real-time posture recovery.
  • Edge Optimization: Deployed lightweight AI models for ultra-low-latency inference directly on humanoid microcontrollers.

🚀 Featured Projects

🧩 Zero-Failure Fine-Tuning of Qwen2.5-VL-32B on a Single Tesla P40 24G

Feb 2026 – Present · TOSAN Techno

Designed a stable training strategy to fine-tune a massive 32B-parameter Vision-Language Model within a strictly limited 24GB consumer GPU.

  • Training Strategy: Unsloth + NF4 4-bit quantization, optimized gradient checkpointing, and LoRA to drastically cut memory footprint without sacrificing learning capability.
  • Architectural Optimization: Detailed VRAM budgeting; froze vision-tower parameters; tuned LoRA rank, batch size, and context lengths to entirely prevent OOM errors.
  • Dataset Engineering: Handled vision-language instruction data in strict JSONL ChatML format with hardware-capped image resolutions and robust validation scripts.
  • Deployment: Exported merged LoRA adapters to GGUF (Q4_K_M) for high-efficiency local inference via an Ollama backend and OpenWebUI frontend.

QuantizationLoRAPyTorch

📱 Full-Stack POS Device Intelligence Platform — Pardakht Negar

Oct 2025 – Present · TOSAN Techno

Real-time Android POS monitoring system integrating a Flask backend with a responsive SPA, purpose-built for enterprise-scale payment terminal fleet management.

  • ADB Communication Engine: Built a timeout-resilient ADB bridge with automatic SDK detection, connection validation, and command authorization handling.
  • Health-Scoring Algorithm: Developed a weighted multi-factor scoring system aggregating battery voltage, thermal states, memory pressure, and crash history into normalized operational grades (0-100).
  • Kernel-Level Telemetry: Extracted real-time metrics directly from Linux kernel interfaces (/sys/class/thermal/, cpufreq governors) and Android dumpsys services.
  • Remote Diagnostics: Delivered a remote filesystem browser, live logcat streaming queue, and interactive hardware mapping (NFC, serial ports, thermal zones).

FlaskAndroidLinux

+ 8 additional R&D and applied-AI projects spanning distributed surveillance, embedded intelligence, and payment-security tooling.


🧬 Core Engineering Philosophy

🎯 Precision

Systems engineered for fintech-grade reliability — every millisecond and every byte accounted for.

🔐 Security-First

Cryptographic integrity, secure boot chains, and zero-trust design baked in from architecture, not bolted on.

🧠 Research-Driven

Bayesian reasoning, neuroscience-inspired models, and applied ML translated into production-grade systems.


🧭 Skill Radar

%%{init: {'theme': 'base', 'themeVariables': {'primaryColor': '#2F6FED', 'primaryTextColor': '#FFFFFF', 'primaryBorderColor': '#F2A93B', 'lineColor': '#8A8F98', 'secondaryColor': '#0B0B0F', 'tertiaryColor': '#FFFFFF', 'background': '#0B0B0F'}}}%%
mindmap
root((Amir M. Parvizi))
AI / ML
Computer Vision
LLMs & VLMs
Reinforcement Learning
Bayesian Modeling
LoRA / Quantization
Fintech & Security
Payment OS Certification
Security Platform SP
EMV / Crypto Key Mgmt
Secure Boot
Embedded & Real-Time
C / C++
Java
Linux Kernel Interfaces
Edge Deployment
Robotics
Perception Pipelines
Multi-Agent Systems
Autonomous Control
Research
Computational Neuroscience
Probabilistic Modeling
Neural Data Analysis
Loading

🏆 Achievements & Recognition

AchievementContext
🥇 RoboCup World ChampionMRL Humanoid — Australia, Canada, Thailand, Russia, Japan
🎓 M.Sc. Artificial Intelligence (GPA 3.57/4.0)Qazvin Islamic Azad University
🔬 Neuromatch Academy Research FellowComputational Neuroscience, IBL-inspired research track
🏧 National ATM Infrastructure LeadMulti-OS certification across Iran's largest banking network
🌍 Cross-Border R&D CollaborationChina (SoftwareMotion), international vendors (PAX, NexGo, GRG Banking)
🧩 Zero-Failure 32B VLM Fine-TuneFull fine-tune of Qwen2.5-VL-32B on a single 24GB consumer GPU

🛠️ Technical Expertise

🤖 Artificial Intelligence & Machine Learning

AI/ML stack
Hugging FaceReinforcement LearningLLMs / VLMsBayesian ModelingLoRA / Quantization

⚙️ Embedded Systems & Real-Time

embedded stack

🔒 Fintech & Security

Payment OSCrypto Key ManagementSecurity PlatformSecure Boot

💾 Data, DevOps & Tools

tools stack

🗣️ Languages

PersianEnglish

📊 GitHub Analytics

GitHub statstop languagesstreak statsactivity graph

📈 Focus Areas — 2026

%%{init: {'theme': 'base', 'themeVariables': {'pie1': '#2F6FED', 'pie2': '#F2A93B', 'pie3': '#8A8F98', 'pie4': '#FFFFFF', 'pie5': '#0B0B0F', 'pieOuterStrokeColor': '#8A8F98', 'pieSectionTextColor': '#FFFFFF', 'pieTitleTextColor': '#F2A93B', 'pieLegendTextColor': '#FFFFFF', 'background': '#0B0B0F'}}}%%
pie title Time Allocation by Domain
"AI / Vision / LLM-VLM R&D" : 40
"Payment OS & Security Platform" : 30
"Certification & Compliance" : 15
"Cross-Team & Vendor Integration" : 10
"Research & Learning" : 5
Loading

🎓 Education

DegreeInstitutionPeriodGradeFocus
🎓 M.Sc. Artificial IntelligenceQazvin Islamic Azad UniversityOct 2025 – Present3.57 / 4.0Machine Learning, Computer Vision, Intelligent Systems, Autonomous Technologies — research within the Mechatronics Research Laboratory (MRL)
🎓 B.Sc. Computer Software EngineeringQazvin Islamic Azad UniversityOct 2020 – Feb 20243.20 / 4.0Software engineering foundations, algorithms, system design; ML/CV research with MRL

📜 Licenses & Certifications (14 total)

CertificationIssuer
Computational NeuroscienceNeuromatch Academy
Foundations of Data Science: K-Means Clustering in PythonUniversity of London
Elements of Artificial IntelligenceUniversity of Helsinki
Unsupervised Learning, Recommenders, Reinforcement LearningDeepLearning.AI
Fundamentals of Reinforcement LearningUniversity of Alberta
Programming for Everybody (Python)University of Michigan
Advanced Computer Vision with TensorFlowDeepLearning.AI
Robotics: Aerial RoboticsUniversity of Pennsylvania
Google Analytics (Beginner, Advanced, 360)Google Academy

All certificates are verified; full list of 14 credentials and links available on request.


🌐 Connect

LinkedInEmailTelegramGitHubPortfolio

🐍 Contribution Snake

contribution snake

Generated by the snk GitHub Action.

footer banner

"Engineering the future, one intelligent system at a time."

Popular repositories Loading

  1. awrsha.github.io awrsha.github.ioPublic

    For my Resume :) I tried to use the github page feature and have an online and permanent display of my resume and portfolio.

    HTML 5

  2. Awrsha AwrshaPublic

    For my GitHub Profile :) This is a repository for displaying personal information and the status of my GitHub account.

    4

  3. SMS-Remote-IoT-Device-Controller SMS-Remote-IoT-Device-ControllerPublic

    SMS Control is a powerful Android application that enables remote control and monitoring of IoT devices through SMS commands. Perfect for home automation, security systems, and remote monitoring wh…

    Java 1

  4. Mechatronics-Research-Laboratory-MRL Mechatronics-Research-Laboratory-MRLPublic

    The Mechatronics Research Laboratory (MRL) – National scientific research pole in robotics since 2003. Home to 11 specialized labs and a team of distinguished researchers, consistently earning top …

    Jupyter Notebook 1

  5. VirtOffice VirtOfficePublic

    Forked from OneByJorah/VirtOffice

    Animated 3D virtual office for Hermes AgentOS subagents — real-time isometric AI visualization with Three.js.

    HTML

  6. ai-office ai-officePublic

    Forked from Gaurav2693/ai-office

    A miniature isometric 3D office where 9 AI agents work, walk, talk, and hold meetings. Built with React 19 + Three.js.

    JavaScript