File size: 1,672 Bytes
f4d74cb
 
2fe7d6b
 
 
8261ed2
77c0ad3
5ea615e
2fe7d6b
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
import gradio as gr

gr.load(
    name="JanSt/albert-base-v2_mbti-classification",
    src="models",
    title="<center><a href=\"https://en.wikipedia.org/wiki/Myers–Briggs_Type_Indicator/\"><img src='https://upload.wikimedia.org/wikipedia/commons/1/1f/MyersBriggsTypes.png' alt='MBTI-Logo'></a></center><br>Personality Detection",
    description="Personality Detection is an app designed to help you understand yourself and others better with the help of psychometrics. Simply write a prompt or upload a document containing text that the app will analyze using Natural Language Processing (NLP) techniques to detect meaningful patterns in language and gain insights into the personality of the document/writer. After analyzing the text, Personality Detection presents the users with an analysis of their personality traits based on the Myers-Briggs Type Indicator Model. This app can be useful for identifying one's strengths and weaknesses, increasing self-awareness, and understanding how to interact with others more effectively. With Personality Detection, you can gain a better understanding of yourself and others!",
    article="yadi yada",
    examples=[["""Let's focus on how we can use our talents and resources to make a positive difference -- I believe in everyone's potential to make a meaningful contribution."""], 
              ["""Let's step back and consider the broad perspective — I'm sure we can identify the best path forward if we focus on the bigger picture."""], 
              ["""Let's have some fun and let our imaginations run wild — I'm sure we can come up with something enjoyable if we tap into our creative energy."""]],
).launch()