Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 664 Bytes

Chatbot

You can access the FFC Chatbot and train it with your educational FFC Decks.

How it works for Developers

  1. start the server
cd backend
npm i
node fancy-nlp-server.js 3010
  1. Send the training request see _train.REST file (easy with the vs code REST extension)

  2. Create a folder named operational-data and create a file named messages.json

mkdir operational-data
cd operational-data
echo "[]" > messages.json
  1. open http://localhost:3010 or https://fancy-flashcard.github.io/chatbot/ and start chatting with your bot