Ein in Python entwickelter Chatbot für die FH (Fachhochschule).
- Version: 0.1.0
- Status: In Entwicklung
- Python erforderlich: >=3.13
FH-SWiFty-Chatbot/
├── main.py # Haupteingangspunkt
├── pyproject.toml # Projektkonfiguration
├── readme.md # Projektdokumentation
└── fh-swifty-chatbot/
└── main.py # Chatbot-Modul
# Repository klonen
git clone <repository-url>
cd FH-SWiFty-Chatbot
# Abhängigkeiten installieren (derzeit keine)
pip install -e .
python main.py
Das Projekt verwendet die Python-Packaging-Struktur mit pyproject.toml
.
- Grundlegender Eingangspunkt
- Standard Python-Projektstruktur
- Implementierung der Chatbot-Funktionen
- Hinzufügung der erforderlichen Abhängigkeiten
- Unit-Tests
- Detaillierte Dokumentation