// Yes, I also plan on doing a phD as well following my mastersconst current_acitivty :String = r#"- Personal Foundational Projects in Perception & Tracking, integration with hardware (Physical AI domain)- External Research work with IBM for Predictive Maintenance & Prognostic Health and Management for Industrial Assets- Online Asynchronous Master's Degree in Georgia Tech focused on Perception and Robotics"#;constLANGUAGES:Vec<String> = vec!["rust".to_string(),"C++".to_string(),"python".to_string(),"typescript".to_string()];const about_me :Vec<String> = String::new("I got interested in computer vision,especially perception and tracking, since I am interested in defense tech industry,so my skills/interests are catered toward this domain.My long-term goal is to work in the frontier of defense tech for USA");const interests :Vec<String> = vec![// This is the current focus, weekend portfolio maker "Perception & Tracking".to_string(),// future focus, after I solidify foundations in perception & tracking"Reinforcement Learning".to_string(),// Part of end to end development, software and hardware integration, for fast moving land, air and water autonomous vehicles"Robotics".to_string(),// Long-term career Goal, gain a wide range of understanding of all types of technology, and grow in the field of IC based leadership roles."Techical Architect".to_string(),];// as of right now// Always Building...const years_of_experience :u32 = 2.5;

