-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQ.html
More file actions
277 lines (264 loc) · 10.7 KB
/
FAQ.html
File metadata and controls
277 lines (264 loc) · 10.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="favicon.png" type="image/png" />
<title>Skin Cure X - FAQ</title>
<link rel="stylesheet" href="FAQ.css" />
</head>
<body>
<div class="container">
<div class="header fade-in">
<a href="SkinCure.html" class="back-btn">Back</a>
<h1>Skin Cure X</h1>
<p>AI-Powered Skin Disease Prediction System</p>
</div>
<div class="faq-container fade-in">
<div class="medical-disclaimer">
<strong>Medical Disclaimer:</strong> Skin Cure X is an educational
tool designed to provide information about skin conditions. It is not
intended to replace professional medical advice, diagnosis, or
treatment. Always consult with qualified healthcare professionals for
medical concerns.
</div>
<input
type="text"
class="search-box"
placeholder="Search frequently asked questions..."
id="searchBox"
/>
<div class="category-tabs">
<div class="tab active" data-category="all">All Questions</div>
<div class="tab" data-category="general">General</div>
<div class="tab" data-category="technical">Technical</div>
<div class="tab" data-category="privacy">Privacy</div>
<div class="tab" data-category="usage">Usage</div>
</div>
<div class="faq-list">
<div class="faq-item" data-category="general">
<div class="faq-question">
What is Skin Cure X?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>
Skin Cure X is an AI-powered platform that analyzes skin
conditions using advanced machine learning algorithms. The
system is designed to assist users in identifying potential skin
conditions by analyzing uploaded photographs.
</p>
<p>
<strong>Important:</strong> This tool provides educational
information only and should never replace consultation with
qualified dermatologists or healthcare professionals.
</p>
</div>
</div>
<div class="faq-item" data-category="usage">
<div class="faq-question">
How do I use the platform?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>Using Skin Cure X involves these simple steps:</p>
<ul>
<li>Upload a clear, well-lit photograph of the skin area</li>
<li>
Wait for the AI analysis to complete (typically 10-30 seconds)
</li>
<li>Review the results and confidence scores provided</li>
<li>
Read the educational information about identified conditions
</li>
<li>
Follow recommendations for professional medical consultation
</li>
</ul>
</div>
</div>
<div class="faq-item" data-category="technical">
<div class="faq-question">
How accurate is the AI model?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>
Our AI model has been trained on extensive dermatological
datasets and demonstrates high accuracy in controlled testing
environments. However, several factors can affect accuracy:
</p>
<ul>
<li>Image quality, lighting, and resolution</li>
<li>Complexity and stage of the skin condition</li>
<li>Individual variations in skin appearance</li>
<li>Presence of multiple overlapping conditions</li>
</ul>
<p>
<strong>Note:</strong> Results should always be verified by
healthcare professionals for proper diagnosis and treatment
planning.
</p>
</div>
</div>
<div class="faq-item" data-category="general">
<div class="faq-question">
Which skin conditions can be analyzed?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>
Skin Cure X can analyze various common skin conditions
including:
</p>
<ul>
<li>Acne and related conditions</li>
<li>Eczema and dermatitis</li>
<li>Psoriasis</li>
<li>Fungal infections</li>
<li>Allergic reactions</li>
<li>Pigmentation disorders</li>
<li>Common skin lesions</li>
<li>Age-related skin changes</li>
</ul>
<p>
The system is continuously updated to improve detection
capabilities and expand the range of analyzable conditions.
</p>
</div>
</div>
<div class="faq-item" data-category="privacy">
<div class="faq-question">
How is my data protected?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>We implement comprehensive data protection measures:</p>
<ul>
<li>All data transmission uses encryption protocols</li>
<li>
Images are processed securely and deleted after analysis
</li>
<li>No personal identifying information is stored</li>
<li>Compliance with healthcare privacy regulations</li>
<li>Regular security audits and updates</li>
<li>Anonymous usage analytics only</li>
</ul>
</div>
</div>
<div class="faq-item" data-category="usage">
<div class="faq-question">
What should I do with the results?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>After receiving your analysis:</p>
<ul>
<li>Review the results and educational information provided</li>
<li>Note the confidence levels and any uncertainties</li>
<li>Consider the recommended next steps</li>
<li>
Schedule consultation with appropriate healthcare
professionals
</li>
<li>Monitor changes in your skin condition over time</li>
<li>
Do not delay seeking medical attention if symptoms worsen
</li>
</ul>
</div>
</div>
<div class="faq-item" data-category="technical">
<div class="faq-question">
What are the image requirements?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>
For optimal analysis results, ensure your images meet these
criteria:
</p>
<ul>
<li>Resolution: Minimum 800x800 pixels</li>
<li>Format: JPG, PNG, or HEIC</li>
<li>Good natural lighting without harsh shadows</li>
<li>Clear focus on the affected area</li>
<li>Include some surrounding healthy skin for context</li>
<li>Avoid filters, editing, or digital enhancements</li>
<li>Maximum file size: 10MB</li>
</ul>
</div>
</div>
<div class="faq-item" data-category="general">
<div class="faq-question">
Is there a cost to use Skin Cure X?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>We offer flexible access options:</p>
<ul>
<li>
<strong>Basic Access:</strong> Limited free analyses per month
</li>
<li>
<strong>Standard Plan:</strong> Extended usage with detailed
reports
</li>
<li>
<strong>Professional Access:</strong> Advanced features for
healthcare providers
</li>
</ul>
<p>Visit our pricing page for current rates and plan details.</p>
</div>
</div>
<div class="faq-item" data-category="technical">
<div class="faq-question">
What if the system cannot analyze my image?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>If analysis cannot be completed:</p>
<ul>
<li>You'll receive feedback about image quality issues</li>
<li>
Suggestions for retaking the photograph will be provided
</li>
<li>No usage credits will be deducted for failed analyses</li>
<li>General skin care information may be offered</li>
<li>Professional consultation will be strongly recommended</li>
</ul>
</div>
</div>
<div class="faq-item" data-category="privacy">
<div class="faq-question">
Can I analyze images of family members?
<span class="faq-arrow">▼</span>
</div>
<div class="faq-answer">
<p>Yes, with appropriate consent:</p>
<ul>
<li>Obtain explicit consent from adults</li>
<li>Parental consent required for minors</li>
<li>Maintain appropriate privacy for all individuals</li>
<li>Consider separate accounts for better organization</li>
<li>Share results responsibly with the relevant person</li>
</ul>
</div>
</div>
</div>
<div class="contact-section">
<h3>Need Additional Support?</h3>
<p>
Our support team is available to assist with technical questions and
platform guidance.
</p>
<a href="SkinCure.html#contact" class="contact-btn"
>Contact Support</a
>
</div>
</div>
</div>
<script src="FAQ.js"></script>
</body>
</html>