Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janrth authored Jan 21, 2023
1 parent edf9922 commit 490bd66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ A json file contains the intents, which are used during training. Stemming and b
the sentences. A simple feed forward Neural Network using pytorch is utilized for training.
The chat bot is activated via a python file. If the soft-max probability is below a threshold the chat bot will
not return the learned answer, but will ask to rephrase the question.

To train the model use the terminal and type:
- python train_chatbot.py

To start the trained bot for interaction use the terminal and type:
- python chat.py

0 comments on commit 490bd66

Please sign in to comment.