Skip to content

A framework for emotional context-sensitiv dialog guidance through a chatbot and a robot

Notifications You must be signed in to change notification settings

BrLlan/emo-consens-bot

 
 

Repository files navigation

Add .env

Add the file bot_system/.env with the contents:

OPENAI_API_KEY = "your openai api key"

install requirements

It is advised to setup a local virtual python environment. Look here.

pip install -r requirements.txt

Run the system

Run python bot_system/main.py

Show debug info

To show additional debug information (face analysis visualization and speech intend plotting) add the debug argument to the main when initilizing PepperGPT

prompter = PepperGPT(mute=False, no_cost=False, no_pepper=True, debug=True, context_data_path="bot_system/data")

About

A framework for emotional context-sensitiv dialog guidance through a chatbot and a robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 56.6%
  • Python 39.5%
  • HTML 3.9%