Mathematician, Software Architect & Developer, Research Scientist on AI & Machine Learning. Lead iOS architect for a nationwide financial institution with several Apps and over 500 thousand users. Implemented Image Recognition applications like Obstacle Detection, Documents Capture, and OCR interpretation; also NLP projects involving Topic Modeling and Semantic Mapping.
For more information, have a look at my curriculum vitae .
Build and Maintain the Mobile Architecture for all the iOS applications of the Bank; provide support for Development Teams during implementation to ensure the proper use of the Architecture Guidelines and other better-practices agreements in order to generate a coherent development ecosystem where all the applications share secure core components while still allowing for flexibility in the User Interface and Experience Layers
(1) Implement Image Convolutional filters in C++ optimized to run on Android mobile processors. (2) Capture features using (1) [Using C++ OpenCV massive image processing on a Linux box] and uses them to design & train a Deep Learning model to detect a pre-determined image-class [using Keras+Tensorflow], export the model to be deployed on Mobile Devices. (3) Use the model produced on (2) and deploy it [using NDK + optimized C++ code] to reach real-time predictions running locally on the mobile device. (4) Develop an Android Application to capture images from the camera and present alerts based on predictions.
Web-based OpenCV development designed & implemented to process images locally on the user mobile browser: Android & iOS. Capture of images using the phone camera; image pre-processing to optimize features capture; find out about object presence & position, then run an OCR process using tesseract, finishing with interpretation and processing of the data obtained
Real Time image processing with a Sobel Filter using OpenCV SDK for Android
Github