forked from arpy8/Omdena_Myanmar_Streamlit_App
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.py
32 lines (30 loc) · 2.41 KB
/
config.py
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
PROJECT_BACKGROUND = """<h1>Business Model</h1><br><p>CareNet is an innovative digital healthcare platform originating from
Myanmar, designed to leverage the transformative power of Artificial Intelligence (AI)
and Machine Learning (ML) technologies. Our mission is to make advanced healthcare
services—such as early disease detection, virtual health assistance, and personalized
health monitoring—accessible to a global audience, with a special focus on underserved
communities.</p><br>
Our Website : <a href="https://carenetai.github.io/">Visit Site</a><br>
LLM ChatBot Demo : <a href="https://llamatwoandreplicate.streamlit.app/">Visit Site</a><br>
"""
PROJECT_GOALS = f"""<h2>Mission and Vision Statement</h2> <p>To make people accessible to advanced healthcare through AI and
ML, ensuring that every individual, regardless of their geographic or economic status,
can receive early disease detection services and emotional support. </br> Our vision is to establish CareNet as a global supporter in digital
healthcare, bridging the gap between advanced health technologies and the
communities that need them the most, thereby revolutionizing healthcare access and
quality on a worldwide scale </p> """
PROJECT_PROBLEM = f"""<h2>The Problem Statement</h2> <p>The healthcare sector is grappling with numerous challenges that have been
exacerbated by the global disparity in healthcare access and the impact of recent health
crises, such as the COVID-19 pandemic. Despite advancements in medical technology,
significant barriers remain in early disease detection and mental health support,
particularly in underserved and developing regions. This disparity is further widened by
a shortage of healthcare professionals, limited access to advanced diagnostic tools,
and the high cost of medical services. Diseases like Alzheimer's, lung cancer,
pneumonia, tuberculosis, and COVID-19 require early detection for effective treatment,
yet the resources for such diagnostics are unevenly distributed globally. Moreover, the
mental health sector suffers from a lack of accessible and immediate support for
individuals facing emotional distress, contributing to a global crisis where care is often
reactive rather than proactive. These challenges underscore the urgent need for
innovative solutions that democratize access to healthcare services, ensuring timely
and equitable healthcare support for all, regardless of geographic or economic status.<br>
"""