File size: 698 Bytes
baa3712
 
 
 
 
 
 
 
 
 
 
c3b1132
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

FEATURES_HTML = """
    <h3>⚡ Features:</h3>
    <ul>
        <li>RoBERTa-Powered Accuracy</li>
        <li>Hybrid Statistical + Semantic Analysis</li>
        <li>Contextual Sensitivity</li>
        <li>Natural Text Flow Evaluation</li>
        <li>Trained and benchmarked against diverse LLM outputs</li>
        <li>Multi Agents Implementation To Improve Its Accuracy</li>
    </ul>        
    """

NOTE_HTML = """
    <p><b style="color: tomato">NOTE:</b> Longer text takes more time to analyze.</p>
    <p>The model performs the best(much faster) with less than 1,000 words.</p>
    <p>If words exceeds 2,000 words, it might take a couple of minutes to get the result, for example.</p>
"""