profile:
name : "Samuel Oral Robert V"
role : "IoT & AI Systems Engineer"
location : "Chennai, India → Open to Japan"
education : "B.E. Computer Science · Sathyabama Institute · 2026"
publication : "IEEE ICIPCN 2026 · SmartFarmX · Precision Agriculture"
languages : ["Python", "C/C++", "JavaScript", "SQL", "Bash"]
interests : ["Embedded Systems", "Backend Engineering", "AI/ML", "DevOps"]
status : "Open to international internships · July 2026"🌾 SmartFarmX — IEEE Published Precision Agriculture System
ESP32C++PythonTensorFlowOpenCVArduinoIoT
Two-component precision agriculture system. Drone handles aerial crop monitoring and disease detection (90.3% accuracy). ESP32 ground rover monitors soil in real time with zero internet dependency — SoftAP mode means a farmer connects directly from a phone browser in a field with no router, no cloud, no subscription.
Field results: 92% nutrient classification · 15–18% fertilizer reduction · INR 28,000 total cost
🔤 SamLang — Custom Programming Language
PythonCompiler DesignLexerParserASTInterpreter
Built a fully functional programming language from scratch. Handwritten lexer → recursive-descent parser → AST → tree-walking interpreter with lexical scoping and recursion.
fun factorial(n) {
if n <= 1 { return 1 }
return n * factorial(n - 1)
}
print factorial(6) # → 720
🖥️ InfraWatch — Linux Auto-Remediation Stack
PythonBashDockerAnsiblePrometheusGrafanaGitHub Actions
Reads /proc/stat · detects failures · triggers systemctl restart · verifies recovery · writes incident logs.
Exposes /metrics and /health endpoints. Full stack provisioned via Ansible. CI on every push.
🧠 DocuMind — RAG Document Intelligence
PythonFastAPIFAISSsentence-transformersDocker
Upload PDF → semantic search via FAISS vector index → context-aware answers.
No keyword matching. Uses all-MiniLM-L6-v2 embeddings for genuine semantic retrieval.
📊 Data Audit Pipeline — Automated Data Quality
PythonFastAPIPostgreSQLpandas
Schema validation · null-check profiling · anomaly flagging · compliance-ready audit logs via FastAPI.

