bhd82 commited on
Commit
84c0781
·
verified ·
1 Parent(s): 9886e78

Delete about.html

Browse files
Files changed (1) hide show
  1. about.html +0 -150
about.html DELETED
@@ -1,150 +0,0 @@
1
- {% extends "base.html" %}
2
-
3
- {% block title %}About SkinAI - Our Mission and Technology{% endblock %}
4
-
5
- {% block content %}
6
- <section class="page-header">
7
- <div class="container">
8
- <h1>About SkinAI</h1>
9
- <p>Using artificial intelligence to improve skin health education</p>
10
- </div>
11
- </section>
12
-
13
- <section class="about-mission">
14
- <div class="container">
15
- <div class="about-grid">
16
- <div class="about-content">
17
- <h2>Our Mission</h2>
18
- <p>At SkinAI, we believe that early detection saves lives. Our mission is to leverage the power of artificial intelligence to provide accessible skin health education and empower individuals to be proactive about their skin health.</p>
19
- <p>Skin cancer is one of the most common types of cancer, with over 5 million cases diagnosed worldwide each year. When detected early, the 5-year survival rate for melanoma is over 99%. However, if it spreads to distant parts of the body, the survival rate drops to about 27%.</p>
20
- <p>By creating an educational tool that helps people understand potential skin concerns, we hope to encourage earlier medical consultations and improve outcomes through early detection.</p>
21
- </div>
22
- <div class="about-image">
23
- <img src="{{ url_for('static', filename='images/mission.jpg') }}" alt="Medical professionals examining skin">
24
- </div>
25
- </div>
26
- </div>
27
- </section>
28
-
29
- <section class="about-technology">
30
- <div class="container">
31
- <h2>Our Technology</h2>
32
- <p class="section-intro">SkinAI uses state-of-the-art deep learning models trained on large datasets of dermatological images.</p>
33
-
34
- <div class="tech-grid">
35
- <div class="tech-card">
36
- <div class="tech-icon">
37
- <i class="fas fa-database"></i>
38
- </div>
39
- <h3>Training Data</h3>
40
- <p>Our models are trained on the HAM10000 dataset, which contains over 10,000 dermatoscopic images of skin lesions across seven different categories.</p>
41
- </div>
42
-
43
- <div class="tech-card">
44
- <div class="tech-icon">
45
- <i class="fas fa-brain"></i>
46
- </div>
47
- <h3>AI Models</h3>
48
- <p>We utilize two powerful convolutional neural network architectures:</p>
49
- <ul>
50
- <li><strong>MobileNetV2:</strong> A lightweight model optimized for mobile devices with 74% accuracy</li>
51
- <li><strong>EfficientNetB0:</strong> A more complex model with 69% accuracy on skin cancer classification</li>
52
- </ul>
53
- </div>
54
-
55
- <div class="tech-card">
56
- <div class="tech-icon">
57
- <i class="fas fa-chart-line"></i>
58
- </div>
59
- <h3>Continuous Improvement</h3>
60
- <p>We regularly update our models with new training data and improved architectures to enhance accuracy and performance. Our team monitors the latest advancements in AI and dermatology to ensure SkinAI remains at the cutting edge.</p>
61
- </div>
62
- </div>
63
- </div>
64
- </section>
65
-
66
- <section class="about-team">
67
- <div class="container">
68
- <h2>Our Team</h2>
69
- <p class="section-intro">SkinAI was created by a multidisciplinary team of AI researchers, software engineers, and healthcare professionals.</p>
70
-
71
- <div class="team-grid">
72
- <div class="team-member">
73
- <div class="member-image">
74
- <img src="{{ url_for('static', filename='images/team/member1.jpg') }}" alt="Dr. Sarah Johnson">
75
- </div>
76
- <h3>Dr. Sarah Johnson</h3>
77
- <p class="member-title">Medical Director</p>
78
- <p class="member-bio">Board-certified dermatologist with over 15 years of experience in skin cancer detection and treatment.</p>
79
- </div>
80
-
81
- <div class="team-member">
82
- <div class="member-image">
83
- <img src="{{ url_for('static', filename='images/team/member2.jpg') }}" alt="Dr. Michael Chen">
84
- </div>
85
- <h3>Dr. Michael Chen</h3>
86
- <p class="member-title">AI Research Lead</p>
87
- <p class="member-bio">PhD in Computer Science with expertise in deep learning and computer vision for medical applications.</p>
88
- </div>
89
-
90
- <div class="team-member">
91
- <div class="member-image">
92
- <img src="{{ url_for('static', filename='images/team/member3.jpg') }}" alt="Emma Rodriguez">
93
- </div>
94
- <h3>Emma Rodriguez</h3>
95
- <p class="member-title">Lead Developer</p>
96
- <p class="member-bio">Full-stack developer specializing in AI-powered web applications and user experience design.</p>
97
- </div>
98
-
99
- <div class="team-member">
100
- <div class="member-image">
101
- <img src="{{ url_for('static', filename='images/team/member4.jpg') }}" alt="Dr. James Wilson">
102
- </div>
103
- <h3>Dr. James Wilson</h3>
104
- <p class="member-title">Medical Advisor</p>
105
- <p class="member-bio">Oncologist with a focus on melanoma research and early detection methodologies.</p>
106
- </div>
107
- </div>
108
- </div>
109
- </section>
110
-
111
- <section class="about-research">
112
- <div class="container">
113
- <div class="research-grid">
114
- <div class="research-content">
115
- <h2>Our Research</h2>
116
- <p>The technology behind SkinAI is based on peer-reviewed research in dermatology and artificial intelligence. Our team has published several papers on the application of deep learning for skin lesion classification.</p>
117
- <p>We collaborate with leading medical institutions to validate our models and ensure they meet high standards of accuracy and reliability. While our tool is for educational purposes only, we strive to maintain the highest level of scientific rigor in our approach.</p>
118
- <div class="research-links">
119
- <a href="#" class="btn btn-outline">View Publications</a>
120
- <a href="#" class="btn btn-outline">Research Methodology</a>
121
- </div>
122
- </div>
123
- <div class="research-image">
124
- <img src="{{ url_for('static', filename='images/research.jpg') }}" alt="AI research visualization">
125
- </div>
126
- </div>
127
- </div>
128
- </section>
129
-
130
- <section class="about-disclaimer">
131
- <div class="container">
132
- <div class="disclaimer-box">
133
- <h3><i class="fas fa-exclamation-triangle"></i> Medical Disclaimer</h3>
134
- <p>SkinAI is designed to be an educational tool only and is not a substitute for professional medical advice, diagnosis, or treatment. Always seek the advice of your physician or other qualified health provider with any questions you may have regarding a medical condition.</p>
135
- <p>The information provided by SkinAI is not intended to diagnose, treat, cure, or prevent any disease. Never disregard professional medical advice or delay seeking it because of something you have read or seen on SkinAI.</p>
136
- </div>
137
- </div>
138
- </section>
139
-
140
- <section class="cta">
141
- <div class="container">
142
- <h2>Ready to try SkinAI?</h2>
143
- <p>Upload an image of your skin lesion and get an AI-powered analysis in seconds.</p>
144
- <div class="cta-buttons">
145
- <a href="{{ url_for('detect') }}" class="btn btn-primary">Try SkinAI Now</a>
146
- <a href="{{ url_for('faq') }}" class="btn btn-secondary">Learn More in FAQs</a>
147
- </div>
148
- </div>
149
- </section>
150
- {% endblock %}