Update app.py
Browse files
app.py
CHANGED
@@ -128,4 +128,22 @@ LOINC: Some LOINC codes related to SDOH assessments include 93029-2 (Social dete
|
|
128 |
SNOMED: SNOMED CT codes for SDOH-related issues could be used to represent specific factors identified in the assessment, such as 160684000 for unemployment, 275145007 for inadequate housing, or 425181000 for educational attainment.
|
129 |
Keep in mind that the codes provided are for illustration purposes and may not be exhaustive. Always consult authoritative sources for accurate and up-to-date coding information.
|
130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
""")
|
|
|
128 |
SNOMED: SNOMED CT codes for SDOH-related issues could be used to represent specific factors identified in the assessment, such as 160684000 for unemployment, 275145007 for inadequate housing, or 425181000 for educational attainment.
|
129 |
Keep in mind that the codes provided are for illustration purposes and may not be exhaustive. Always consult authoritative sources for accurate and up-to-date coding information.
|
130 |
|
131 |
+
""")
|
132 |
+
|
133 |
+
st.markdown("""
|
134 |
+
# Mediapipe - Cross Platform Real Time AI for All Platforms
|
135 |
+
|
136 |
+
(Google Mediapipe)[https://github.com/google/mediapipe] is an AI/ML framework which allows you to run (GPU)[https://developers.google.com/mediapipe/framework/getting_started/gpu_support] aware AI programs in nearly any platform.
|
137 |
+
|
138 |
+
This short list of examples shows the power of Mediapipe:
|
139 |
+
1. (Face Mesh - Real Time Facial Mesh Deformation)[https://codepen.io/mediapipe/full/KKgVaPJ]
|
140 |
+
2. (Face Detection)[https://codepen.io/mediapipe/full/dyOzvZM]
|
141 |
+
3. (3D Hand Vertex and Joint detection)[https://codepen.io/mediapipe/full/dyOzvZM]
|
142 |
+
4. (Hand Body and Face)[https://codepen.io/mediapipe/full/LYRRYEw]
|
143 |
+
5. (3D Object Detection and Orientation)[https://codepen.io/mediapipe/full/BaWvzdY]
|
144 |
+
6. (Face and Body Pose Detection)[https://codepen.io/mediapipe/full/jOMbvxw]
|
145 |
+
7. (Selfie Segmentation)[https://codepen.io/mediapipe/full/wvJyQpq]
|
146 |
+
|
147 |
+
Developers: https://developers.google.com/mediapipe/framework/getting_started/gpu_support
|
148 |
+
|
149 |
""")
|