Skip to content

can-cui/Chatbot_Psycho

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot_Psycho

The project aims to create a chatbot for spiritual counseling. The project was created by Can Cui and Nishan Tang of the Sorbonne University. The goal is to bring light and hope to people who are suffering from mental illness or potential patients. Our baby robot is fed with love and sweat, and we hope you will treat it well.

Explications

Files

  1. data Database
  2. model Model training
  3. server (back-end) Web server and application python code for chatbot
  4. train some codes original for chatbot
  5. web (front-end) Project web
  6. app.py Run server

How to run project of Front-end

  1. install Node from website official,please install version-LTS
  2. cd to web
  3. runnpm install
  4. wait for installing
  5. runnpm run serve
  6. open your web browser with http://localhost:8080

How to run the full project

  1. cd to web
  2. run npm run build to pack the front-end
  3. cd to root with the command cd ..
  4. run server with command python app.py or python3 app.py for python3
  5. open your web browser with http://localhost:5000

Some Examples

Example 1: welcom page - chose language

Image text

Example 2: buttons for chosing type

Image text

Example 3: communication page

Image text

Example 4: joke page

Image text

Example 5: some feedback special

Image text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.7%
  • Python 13.4%
  • Vue 6.0%
  • Other 0.9%