Skip to content

Commit

Permalink
docs: added new readme content
Browse files Browse the repository at this point in the history
  • Loading branch information
MBenediktF committed Feb 3, 2025
1 parent d465630 commit 60e4f5b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# End-to-End MLOps

This project explores Machine Learning Operations (MLOps)
as a solution to the challenges of deploying and maintaining ML models in production.
It implements a flexible multi-container system that enables
automated training, deployment, monitoring, and optimization of ML models.
The approach is demonstrated using a distance measurement application with a rearview camera
but is designed to be easily adaptable for various ML applications.
The system ensures scalability, reproducibility, and maintainability,
making it suitable for a wide range of ML use cases.

This project is closely related to my Bachelor's thesis,
which was developed in collaboration with Bosch Engineering GmbH and Hochschule Heilbronn.
The thesis explores the concept of Machine Learning Operations (MLOps)
and its practical implementation.
You can find the full thesis [here](https://www.mbenediktf.de/end-to-end-mlops/).

## System architecture

![Systemarchitektur](src/system_architecture.jpg)

0 comments on commit 60e4f5b

Please sign in to comment.