AjithKSenthil commited on
Commit
320949e
·
verified ·
1 Parent(s): d7e69ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -8,5 +8,20 @@ app_file: chatbot.py
8
  pinned: false
9
  license: mit
10
  ---
 
11
 
12
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  pinned: false
9
  license: mit
10
  ---
11
+ # Chatbot for Psychological Assessment
12
 
13
+ This chatbot uses Gradio and the OpenAI API to assess people, as part of research conducted by the Attachment and Close Relationships Lab at the University of Illinois at Urbana-Champaign.
14
+
15
+ To run the chatbot, follow these steps:
16
+
17
+ Clone this repository to your local machine.
18
+ Install the required dependencies using pip install -r requirements.txt.
19
+ If you don't already have an OpenAI API key, create one and set it as an environment variable called OPENAI_API_KEY.
20
+ Run python chatbot.py to start the chatbot.
21
+ Select the type of input you'd like to use (text or audio) and enter or speak your message to the chatbot.
22
+ The chatbot will dynamically survey you on your attachment and close relationships.
23
+ Note that this chatbot is not intended to provide professional advice or diagnosis, and is for research purposes only.
24
+
25
+ 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.
26
+
27
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference