Skip to content

fancy-flashcard/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published