Alfasign commited on
Commit
e5f351c
1 Parent(s): 07eaff2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -10,3 +10,22 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ # Mein Hugging Face Chatbot
15
+
16
+ Dieses Repo enthält den Code zum Trainieren und Bereitstellen eines Chatbot-Modells mit Hugging Face.
17
+
18
+ ## Installation
19
+
20
+ Zunächst sollten Sie sicherstellen, dass Sie Python 3.7+ und Git installiert haben.
21
+
22
+ Dann können Sie die benötigten Python-Bibliotheken mit pip installieren:
23
+
24
+ pip install -r requirements.txt
25
+
26
+
27
+ ## Verwendung
28
+
29
+ Führen Sie `app.py` aus, um das Modell zu testen. Sie können einen Text eingeben und das Modell wird eine Klassifikation zurückgeben:
30
+
31
+