Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,19 @@ Welcome - This organization holds examples and links for this session.
|
|
11 |
<div align="center">Curated Datasets: <a href = "https://www.kaggle.com/datasets">Kaggle</a>. <a href="https://www.nlm.nih.gov/research/umls/index.html">NLM UMLS</a>. <a href="https://loinc.org/downloads/">LOINC</a>. <a href="https://www.cms.gov/medicare/icd-10/2022-icd-10-cm">ICD10 Diagnosis</a>. <a href="https://icd.who.int/dev11/downloads">ICD11</a>. <a href="https://paperswithcode.com/datasets?q=medical&v=lst&o=newest">Papers,Code,Datasets for SOTA in Medicine</a>. <a href="https://paperswithcode.com/datasets?q=mental&v=lst&o=newest">Mental</a>. <a href="https://paperswithcode.com/datasets?q=behavior&v=lst&o=newest">Behavior</a>. <a href="https://www.cms.gov/medicare-coverage-database/downloads/downloads.aspx">CMS Downloads</a>. <a href="https://www.cms.gov/medicare/fraud-and-abuse/physicianselfreferral/list_of_codes">CMS CPT and HCPCS Procedures and Services</a>
|
12 |
</div>
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# π Two easy ways to turbo boost your AI learning journey! π»
|
15 |
|
16 |
# π AI Pair Programming with GPT
|
|
|
11 |
<div align="center">Curated Datasets: <a href = "https://www.kaggle.com/datasets">Kaggle</a>. <a href="https://www.nlm.nih.gov/research/umls/index.html">NLM UMLS</a>. <a href="https://loinc.org/downloads/">LOINC</a>. <a href="https://www.cms.gov/medicare/icd-10/2022-icd-10-cm">ICD10 Diagnosis</a>. <a href="https://icd.who.int/dev11/downloads">ICD11</a>. <a href="https://paperswithcode.com/datasets?q=medical&v=lst&o=newest">Papers,Code,Datasets for SOTA in Medicine</a>. <a href="https://paperswithcode.com/datasets?q=mental&v=lst&o=newest">Mental</a>. <a href="https://paperswithcode.com/datasets?q=behavior&v=lst&o=newest">Behavior</a>. <a href="https://www.cms.gov/medicare-coverage-database/downloads/downloads.aspx">CMS Downloads</a>. <a href="https://www.cms.gov/medicare/fraud-and-abuse/physicianselfreferral/list_of_codes">CMS CPT and HCPCS Procedures and Services</a>
|
12 |
</div>
|
13 |
|
14 |
+
# Azure Development Architectures in 2023:
|
15 |
+
1. ChatGPT: https://azure.github.io/awesome-azd/?tags=chatgpt
|
16 |
+
2. Azure OpenAI Services: https://azure.github.io/awesome-azd/?tags=openai
|
17 |
+
3. Python: https://azure.github.io/awesome-azd/?tags=python
|
18 |
+
|
19 |
+
# Dockerfile and Azure ACR->ACA Easy Robust Deploys from VSCode:
|
20 |
+
1. Set up VSCode with Azure and Remote extensions and install Azure CLI locally
|
21 |
+
2. Get access to azure subscriptions. Form there in VSCode, expand to Container Apps
|
22 |
+
3. In Container Apps create new and pick Dockerfile to deploy to a ACR then ACA spin up using Azure to build.
|
23 |
+
|
24 |
+
# Dockerfile for Streamlit and Dockerfile for FastAPI:
|
25 |
+
Show two examples.
|
26 |
+
|
27 |
# π Two easy ways to turbo boost your AI learning journey! π»
|
28 |
|
29 |
# π AI Pair Programming with GPT
|