awacke1 commited on
Commit
65b436b
1 Parent(s): e816474

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -4
README.md CHANGED
@@ -31,12 +31,23 @@ Preparation and model teaching:
31
  - Accelerator: https://github.com/Azure/aca-landing-zone-accelerator
32
  - LZA: https://github.com/topics/lza
33
  6. Git with one easy example per type of app and secure access pattern. Do easiest first, refactor to easiest.
34
- - HTML5
35
- - Gradio
36
- - Streamlit
37
  7. Get your mobile device for MFA, SMS (IPad, Android, iPhone to demo)
38
  8. Get your top LLM's to help with AI Pair Programming. Refactor model approach to use securely and internally.
39
  - GPT: https://chatgpt.com/
40
  - Claude: https://claude.ai/new
41
  9. Set up code for Github for HTML, Gradio, Streamlit examples
42
- 10. Demonstrate and teach others.
 
 
 
 
 
 
 
 
 
 
 
 
31
  - Accelerator: https://github.com/Azure/aca-landing-zone-accelerator
32
  - LZA: https://github.com/topics/lza
33
  6. Git with one easy example per type of app and secure access pattern. Do easiest first, refactor to easiest.
34
+ - HTML5: Depth anything with Transformers.js: https://huggingface.co/spaces/awacke1/3D-Depth-Model-From-Image
35
+ - Gradio: Models, Datasets, Spaces, Search Hub: https://huggingface.co/spaces/awacke1/Models-Datasets-Spaces-Search-Hub
36
+ - Streamlit:
37
  7. Get your mobile device for MFA, SMS (IPad, Android, iPhone to demo)
38
  8. Get your top LLM's to help with AI Pair Programming. Refactor model approach to use securely and internally.
39
  - GPT: https://chatgpt.com/
40
  - Claude: https://claude.ai/new
41
  9. Set up code for Github for HTML, Gradio, Streamlit examples
42
+ 10. Demonstrate and teach others.
43
+
44
+
45
+ Reference Papers and Spaces:
46
+
47
+ STaR: Self-Taught Reasoner, Bootstrapping Reasoning With Reasoning: https://openreview.net/pdf?id=_3ELRdg2sgI
48
+ From Google Gemini to OpenAI Q* (Q-Star): A Survey of Reshaping the Generative Artificial Intelligence (AI) Research Landscape: https://arxiv.org/pdf/2312.10868
49
+
50
+ Gradio: AI Research Papers via ArXiV - https://huggingface.co/spaces/awacke1/Arxiv-Paper-Search-And-QA-RAG-Pattern
51
+ HTML5: 🌟Depth Anything w/ 🤗 Transformers.js🐆 - index.html - main app
52
+ Streamlit: Transcript EDA NLTK - https://huggingface.co/spaces/awacke1/Transcript-EDA-NLTK
53
+