From 4746c21729a98b6a6a9745cfdd4e1f3001db3d92 Mon Sep 17 00:00:00 2001 From: FlorianSpeicher Date: Tue, 5 Aug 2025 22:51:08 +0200 Subject: [PATCH] Add simple Readme --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 257ddc3..1457edf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# ml -Project for SoSe25 Machine Learning +# Machine Learning Project – Summer Semester 2025 + +This project was created as part of the "Machine Learning" course at HTW Saar in the Practical Computer Science study program. + +## Objective + +We are developing a Jupyter Notebook that automatically predicts the genre of Steam games based on their descriptions. +As a data basis, we use a publicly available Steam Games dataset that we found on Kaggle. + +## Dataset + +We use the [Steam Games Dataset from Kaggle](https://www.kaggle.com/datasets/trolukovich/steam-games-complete-dataset). + +## Contributors + +- Maximilian Kany +- Florian Speicher +- Tim Wall \ No newline at end of file