Skip to content

simoberny/Datascience-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Datascience-chatbot

Chatbot

Conversational application for Data Science with context support.

  • Python server with Flask framework
  • NodeJS server with python-shell to execute Python and R commands
  • React Front-end with Redux store
  • Jupyter Notebook save extension

UI Concept

Application concept

Instructions

For live application just init your node folder and dependencies with

npm install

and then

npm run watch

Other instructions on the static folder HERE