An open API service indexing awesome lists of open source software.

https://github.com/codewiththomas/fom.anwendungsfelderba.rl


https://github.com/codewiththomas/fom.anwendungsfelderba.rl

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Quick Start Guid

1. Repo klonen
2. Virtuelle Umgebung erstellen

```bash
py -3.12 -m venv .venv
```

3. Aktivieren der virtuellen Umgebung

```bash
.\.venv\Scripts\activate
```

4. Abhängigkeiten installieren

```bash
pip install -r requirements.txt
```

5. Training starten

```bash
python src/train.py
```