You can access the FFC Chatbot and train it with your educational FFC Decks.
- start the server
cd backend
npm i
node fancy-nlp-server.js 3010
-
Send the training request see _train.REST file (easy with the vs code REST extension)
-
Create a folder named operational-data and create a file named messages.json
mkdir operational-data
cd operational-data
echo "[]" > messages.json
- open http://localhost:3010 or https://fancy-flashcard.github.io/chatbot/ and start chatting with your bot