KevSun commited on
Commit
e4e6dfd
1 Parent(s): 875614e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -22,6 +22,8 @@ article{wang2024personality,
22
 
23
  The project of predicting human cognition and emotion, and training details are available at: https://github.com/fivehills/detecting_personality
24
 
 
 
25
  The following provides the code to implement the task of detecting personality from an input text.
26
 
27
  ```python
 
22
 
23
  The project of predicting human cognition and emotion, and training details are available at: https://github.com/fivehills/detecting_personality
24
 
25
+ You can obtain the personality scores for an input text in the App **KevSun/Personality_Test**.
26
+
27
  The following provides the code to implement the task of detecting personality from an input text.
28
 
29
  ```python