15.07.2026 aktualisiert

**** ******** ****
100 % verfügbar

Senior AI Engineer

Wien, Österreich
Nur Remote
M.Sc. Data Science
Wien, Österreich
Nur Remote
M.Sc. Data Science

Skills

JavaScriptAPIsKünstliche IntelligenzAlgorithmusAmazon Web ServicesAmazon Elastic Compute CloudComputer VisionAtlassian ConfluenceAtlassian JiraAutomobilindustrieGoogle BigQueryClusteranalyseContinuous IntegrationInformation EngineeringDatenvisualisierungVertriebFormales LernenGitHubPythonPostgreSQLLineare RegressionMachine LearningMathematikMicrosoft Sql-ServerMehrprozessorsystemNltkNumPyOpenCVOpenvpnRaspberry PiTensorFlowRoboticsSciPySoftwareentwicklungVersionierungWorkflowsGoogle CloudData SciencePyTorchFlaskDeep LearningAWS VPCKerasGitLabGitpandasMatplotlibAmazon RdsPytestPySparkUnterhaltungsindustrieSlackFeature SelectionLogistikprozesseAtlassian BitbucketFeature ExtractionDockerProgramming Languages
Previous Project Roles:
AI & Machine Learning Engineer, Data Scientist, Data Engineer

Programming Languages:
Python, R

Excerpt of regularly used Python Packages:
opencv, langchain, openai, tensorflow, pytorch, pandas, numpy, pyspark, pyodbc, dash, plotly,
airflow, sklearn, scipy, pillow, trimesh, huggingface, nltk, seaborn, matplotlib,
multiprocessing, dask, pytest, attrs, flask, pyzbar

Data Science Skills:
  • Deep Learning (GPT4, Vision Transformers, NLP w/ BERT models, CNNs: SqueezeNet, yolo, GANs, ResNet, NST, AutoEncoders)
  • Non-DL Machine Learning - random forests, logistic/linear regression, clustering algorithms
  • Data Visualization - Google Data Studio, matplotlib, seaborn, ggplot
  • Feature Extraction - PCA, Feature Selection methods (Entropy based, model based, correlation based)
  • Data Engineering: Airflow, dbt, Databricks, Redshift, BigQuery, AWS RDS, Postgres, MSSQL, OpenVPN

Target platforms:
  • Amazon Web Services (Redshift, MWAA, RDS, EC2, VPC, SageMaker)
  • Google Cloud Platform (Compute Engine, Cloud Scheduler, Google API, Triggering, Google Looker Studio)
  • Raspberry Pi

Code Versioning, CI/CD and other Engineering Tools:
Docker, git, bitbucket, github, gitlab, Confluence, Jira, Slack

Bio:
I am a Data Scientist and Machine Learning Engineer with a strong background in software engineering. My applied experience ranges from (ML-based and classical) Computer Vision in Robotics, Data Engineering in the Cloud to NLP in the entertainment industry. Additionally, I have analysed and improved data related workflows in the following industries: automotive, medical, robotics, music, insurance, sports, sales and pharma.
 

Formal Education:
My educational background with an M.Sc. in Data Science, concluded with distinction gives me a strong mathematical and theoretical foundation towards Data Science and AI methods. 

Certifications:
  • Deep Learning Specialization by DeepLearning.AI
  • Natural Language Processing with Classification and Vector Spaces by DeepLearning.AI

Sprachen

DeutschMutterspracheEnglischverhandlungssicher

Projekthistorie

AI Engineer

Stealth Startup

Medien und Verlage

< 10 Mitarbeiter

Improvement of Agentic AI/RAG Application
- Video Analysis RAG Application using vector embedding databases (qdrant) and multiple AI backends (Azure, OpenAI)
- Automatic logical Video Segmentation with keyframe detection, person detection and transcription
- integration into easy to use front end for fast video editing via prompting (Chat with your Video)


Tech Stack of the Project:
langchain, openai, GPT4, Azure Video Indexer

AI Engineer

GLS, Germany & France

Transport und Logistik

>10.000 Mitarbeiter

Tech stack of the project:
Python, Pytorch, Label Studio

Accomplishments:
• Comparative Testing of State of the Art Computer Vision AI Models
• Research and Design of CNN Architecture
• Ownership of Image Processing Pipelines and Infrastructure
• Development of End-to-End Computer Vision Solution in Python

Senior Data Engineer

European Central Bank

Banken und Finanzdienstleistungen

5000-10.000 Mitarbeiter

Data Science and Software Development

Tech stack of the project:
R, AWS, Kubernetes, DataDog, PostgreSQL, GitLab, Shiny

Accomplishments:
• Ownership of Data Pipelines and Infrastructure
• Architecture Design and Implementation of ETL Pipeline with multiple
sources of data
• Application Code Development for Backend Data Processing
• Deployments/Scaling in k8s on AWS
• Cost and Infrastructure Reduction through Code Optimization and
Modularization

Senior Data Engineer

Pharma und Medizintechnik

50-250 Mitarbeiter

Tech stack of the project:
Python, AWS RDS, AWS MWAA, Airflow, PostgreSQL, dbt, GitHub, Plotly & Dash

Accomplishments:
• Ownership of ETL Workflows with Airflow MWAA
• Application Code Development for Data Dashboard
• Modularization of existing Codebase
• Deadline-critical deliveries to clients

Senior GCP Data Engineer

Machine Learning Reply GmbH

Internet und Informationstechnologie

10-50 Mitarbeiter

Accomplishments:
* created and maintained a cross-cloud data pipeline
* developed, delivered, and deployed solution in a docker image
* created a new Google Looker Studio community visualization tool in js: Sankey Diagram

Main Technologies of the project:
GCP Compute Engine, Docker, BigQuery, Google Looker Studio, AWS VPC, AWS RDS, OpenVPN, Postgres, JavaScript

Project Description:
The scope of the project was Google Looker Studio with a BigQuery data source. The requirement was to create a flow diagram for displaying app usage, for which a Sankey Diagram appeared to be the most suitable solution. However, due to the limitation of existing Sankey Diagram implementations in Looker Studios Community Visualizations, (notably there was no coloring of the edges and recursive connections were prohibited), it was decided to develop a customer-tailored solution in the form of a Looker Studio Community Visualization.

Another requirement was integrating a database from an AWS RDB Instance into BigQuery, located within a private VPN and behind an OpenVPN gate. To allow for synchronization of the data in BigQuery w.r.t this private AWS database, a solution was developed, which first connects via OpenVPN to the private AWS DB instance, upon connection queries the latest data, then connects to BQ, and finally appends it to the respective BigQuery tables. The Docker image was deployed as a Compute Engine instance and triggered via Cloud Scheduler, allowing for easy up-scaling in case of increasing memory requirements.

AI Engineer

ITSP GmbH

Internet und Informationstechnologie

50-250 Mitarbeiter

Accomplishments:
* text preprocessing
* Feature Engineering from the processed text (lemmatization, stemming, counts, template matches, meta-features)
* Trained Random Forest for classification of simple vs complex chats
* Used BERT model for sentiment classification of customers/agents, aggregation over time and visualization of sentiment
Main Technologies of the project:
BERT, Python, Pandas, GitHub, Huggingface, random forest

Project Description:
The requirement of the project was to calculate the sentiment of complex chat interactions between customers and service agents. 
First, a classifier was trained, that distinguishes between simple chat interactions of customers and agents (e.g.: "I cannot login") and more complex ones (e.g.:  "The laws in my country have recently changed, which is why I want to revisit the terms of my membership, see Paragraph 1 Section 2a...").
Once that was in place, the sentiment of complex chat interactions was calculated for both users and agents using state-of-the-art Transformer language models. Subsequently, the sentiment scores were aggregated, using a smooth moving average, and the results were visualized. Finally, the visualization was integrated into a dashboard to be used by the customer support managers for monitoring if chats get too negative and enabling them to intervene.

R&D Computer Vision Engineer

Dental Manufacturing Unit GmbH

Industrie und Maschinenbau

10-50 Mitarbeiter

Accomplishments:
* brought stable computer vision solution from r&d to market
* implemented robust, efficient, and reliable algorithm for finding the best affine transformation matrix
* implemented a highly reliable and fast image segmentation algorithm
* determined optimal lighting conditions for image capture
* developed extensive test suite for Quality Assurance
* developed and extended CI/CD pipeline
* object-oriented programming throughout the project
* Post-Launch On-site early customer support w.r.t. vision system as well as network communication

Main Technologies of the project:
OpenCV, Python, Flask, Linux, RaspberryPi, CI/CD, PyTorch, scipy
 

Project Description:
Ranging from feasibility study to PoC, to the pre-production of the final machine, the project encompassed multiple aspects of designing the computer vision system for a robotics machine. 
Given an image capture of a 3D object and its 3D mesh data, an algorithm was developed, that segments the object from the background and calculates the affine rotation matrix that needs to be applied in order for the object in the real-world space to match the orientation of the object in the 3D mesh data. The requirements of this goal were

  1. camera calibration,
  2. optimizing camera settings for image acquisition,
  3. finding optimal lighting strategies,
  4. finding optimal machine design for image quality,
  5. 3D to 2D projection, world-to-image conversions (px to mm),
  6. a highly efficient and robust image segmentation algorithm (running on raspberry pi <1 second), as well as
  7. a robust, reliable, and fast algorithm for solving for the optimal affine transformation matrix.

Additionally, to insure the stability of the vision system, extensive regression and unit tests were developed. 

Deep Learning Computer Vision Engineer

Dental Manufacturing Unit GmbH

Industrie und Maschinenbau

10-50 Mitarbeiter

Accomplishments:
* successful implementation of CNN architecture with low latency and high accuracy
* deployment of TensorFlow model through ONNX in C# codebase
* wrote unit, regression, and e2e tests

Main Technologies of the project:
Python, TensorFlow, OpenCV, ONNX, CUDA, .NET, C#
 

Project Description:
The goal of the project was to replace an existing non-ml-based computer vision solution for an image classification problem, which has been shown to be susceptible to changes in lighting and other external factors. Because the result of this algorithm was directly used in machine logic and could lead to severe damage to the machine, the goal was 100% classification accuracy.

The requirements of the project were determining the optimal conditions for image acquisition (camera position, exposure, and gain). Subsequently, the collection of data was undertaken over the course of months and over multiple machines in action. Next, a custom CNN architecture was chosen and trained on GPU on the images using image augmentation techniques, and regression tests were set in place. The resulting model was then converted to an ONNX format and deployed within in a C# application running directly on the machine.

Data Scientist

Porsche Informatik

Automobil und Fahrzeugbau

250-500 Mitarbeiter

Accomplishments:
* successful implementation of python module for big data feature selection in pyspark
* documentation of implemented feature as well as user guide
* thorough research and understanding of feature selection methods
* data restructuring, processing and preparation, exploratory data analysis
* Code Parallelization in R


Main Technologies of the project:
R, Python, PySpark, Bash
 

Project Description:
The goal of the project was to research solutions for (semi) automated feature selection methods for Big Data use cases with highly distributed data in the automotive space. Given multiple company use cases (regression and classification), initial research was conducted towards state-of-the-art feature selection approaches, and statistical simulation studies have been carried out to assess the strengths and weaknesses of these approaches. The data sets consisted of both discrete and continuous features with highly correlated features as well as interactions in high-dimensional feature space. Both, classical filtering methods as well as stepwise methods based on machine learning approaches - such as regression and random forests - were among the researched methods. The most promising methods have then been implemented as Python modules in the context of the PySpark framework, following standard API design known from other scientific python packages such as sklearn.

Data Scientist

AB Mikroelektronik

Industrie und Maschinenbau

50-250 Mitarbeiter

Accomplishments:
* Visualization of KPI’s
* Performance improvements to existing Shiny app
* Creation of automated reports of production data

Main Technologies of the project:
R, R Shiny, SQL

Project Description:
Visualization of production data and creation of automatic reports and visual dashboard using Shiny, plotly, knitR and SQL


Zertifikate

Natural Language Processing with Classification and Vector Spaces

Coursera

2022

Deep Learning Specialization

Coursera

2018


Kontaktanfrage

Einloggen & anfragen.

Das Kontaktformular ist nur für eingeloggte Nutzer verfügbar.

RegistrierenAnmelden