AjithKSenthil commited on
Commit
0fa204c
1 Parent(s): ef816cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -9,4 +9,20 @@ app_file: chatbot.py
9
  pinned: false
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  ---
11
 
12
+ Chatbot for Assessing Attachment
13
+
14
+ This chatbot uses Gradio and the OpenAI GPT-3-Turbo API to assess attachment to certain people in your life, as part of research conducted by the Attachment and Close Relationships Lab at the University of Illinois at Urbana-Champaign.
15
+
16
+ To run the chatbot, follow these steps:
17
+
18
+ Clone this repository to your local machine.
19
+ Install the required dependencies using pip install -r requirements.txt.
20
+ If you don't already have an OpenAI API key, create one and set it as an environment variable called OPENAI_API_KEY.
21
+ Run python chatbot.py to start the chatbot.
22
+ Select the type of input you'd like to use (text or audio) and enter or speak your message to the chatbot.
23
+ The chatbot will dynamically survey you on your attachment and close relationships.
24
+ Note that this chatbot is not intended to provide professional advice or diagnosis, and is for research purposes only.
25
+
26
+ If you have any issues or questions, please reach out to the Attachment and Close Relationships Lab at the University of Illinois at Urbana-Champaign.
27
+
28
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference