File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,25 @@ const FacialRecognitionInfo = [
3030 subheader : "Stay Tuned For More!" ,
3131 bodyText : [
3232 {
33- body : < p className = "bold" > We Will Work On This Case Study!</ p > ,
33+ body : (
34+ < p >
35+ Facial recognition technology is often used to identify crime
36+ suspects. However, research has shown that this technology is
37+ often inaccurate when identifying certain groups of people. A
38+ study by MIT found that facial recognition systems can be up to
39+ 35% less accurate when identifying women or people of color. This
40+ can lead law enforcement to arrest or accuse the wrong people.
41+ </ p >
42+ ) ,
43+ } ,
44+ {
45+ body : (
46+ < p className = "bold" >
47+ In this case study, we explore how humans’ biases when identifying
48+ people can affect how we train our facial recognition
49+ systems.{ " " }
50+ </ p >
51+ ) ,
3452 } ,
3553 ] ,
3654 } ,
You can’t perform that action at this time.
0 commit comments