Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,30 +5,42 @@ st.markdown("""
|
|
5 |
|
6 |
# π Multiply your productivity by 100 times today using AI:
|
7 |
|
8 |
-
π
|
9 |
My Progression:
|
10 |
1. 2021 - With AI Coding From Scratch **10 AI programs per year** = 1 AI Program per 36.5 days.
|
11 |
2. 2022 - Discovered HF Spaces. **200 AI Programs** = a little over .5 Programs per day.
|
12 |
3. 2023 - New process - **AI Pair Programming** ChatGPT+HF = 266 in Q1 (**1064 programs per year**)
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
|
17 |
# π AI Pair Programming Process and Method:
|
18 |
|
19 |
-
# π
|
20 |
1. https://huggingface.co/spaces/awacke1/HTML5-Aframe-3dMap-Flight
|
21 |
2. https://huggingface.co/spaces/awacke1/HTML5-Aframe-3D-Maps
|
|
|
|
|
22 |
|
23 |
-
|
24 |
-
1. **Record:** 30 working programs in 2 days on planned subject outline. (15
|
25 |
-
2. Synopsis: Learning in the Loop
|
26 |
-
3. Use **Targeted AI vocabulary keywords** to generate domain specific code and text mashups.
|
27 |
|
28 |
# **Why does this work?**
|
29 |
Copy and Modify Pattern, Mirroring, and the Human Brain.
|
30 |
|
31 |
-
# Cost of not
|
32 |
1. **Life Lessons** from Steel Manufacturing - Innovation, Productivity
|
33 |
2. **US Steel** - Cost of not changing and 5%
|
34 |
3. **Tata Steel** - Employment, Karma, and Legends
|
@@ -60,11 +72,11 @@ Quick and Easy prompting patterns:
|
|
60 |
7. Like and Comment for Community Feedback.
|
61 |
|
62 |
|
63 |
-
# π
|
64 |
-
1. Join Link: https://huggingface.co/organizations/CognitiveAIForHealth/share/LUIgWlwxqHYTeKWwVGOCaADIJNDBdtOfER
|
65 |
-
2. Observe - Verify you show up in Team list.
|
66 |
|
67 |
-
# π HF Token - Create a new token in Settings for
|
68 |
|
69 |
Copy and Modify this Gradio AI Pipeline, Then Code Review and add HF_TOKEN:
|
70 |
https://huggingface.co/spaces/awacke1/Sentence2Paragraph
|
@@ -87,7 +99,6 @@ https://huggingface.co/spaces/awacke1/Sentence2Paragraph
|
|
87 |
3. Open 3 in new tab, Deploy Spaces.
|
88 |
|
89 |
# π Top Copy and Modify Examples
|
90 |
-
|
91 |
Lets set time records for copy/modify pattern - Get these running in your account.
|
92 |
|
93 |
1. **Cognitive, RLHF**: [Example π©ΊβοΈ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo)
|
@@ -142,16 +153,6 @@ Lets set time records for copy/modify pattern - Get these running in your accoun
|
|
142 |
|
143 |
st.markdown("""
|
144 |
|
145 |
-
# π Multiply your productivity by 100 times today using AI - Two easy ways to turbo boost your AI learning journey! π»
|
146 |
-
|
147 |
-
# π AI Pair Programming
|
148 |
-
## Open 2 Browsers to:
|
149 |
-
1. __π ChatGPT__ [URL](https://chat.openai.com/chat) or [URL2](https://platform.openai.com/playground) and
|
150 |
-
2. __π Huggingface__ [URL](https://huggingface.co/awacke1) in separate browser windows.
|
151 |
-
|
152 |
-
1. π€ Use prompts to generate a streamlit program on Huggingface or locally to test it.
|
153 |
-
2. π§ For advanced work, add Python 3.10 and VSCode locally, and debug as gradio or streamlit apps.
|
154 |
-
3. π Use these two superpower processes to reduce the time it takes you to make a new AI program! β±οΈ
|
155 |
|
156 |
# π₯ YouTube University Method:
|
157 |
1. ποΈββοΈ Plan two hours each weekday to exercise your body and brain.
|
|
|
5 |
|
6 |
# π Multiply your productivity by 100 times today using AI:
|
7 |
|
8 |
+
π Required Tools: HuggingFace, Gradio, Streamlit, ChatGPT,and HTML/Javascript
|
9 |
My Progression:
|
10 |
1. 2021 - With AI Coding From Scratch **10 AI programs per year** = 1 AI Program per 36.5 days.
|
11 |
2. 2022 - Discovered HF Spaces. **200 AI Programs** = a little over .5 Programs per day.
|
12 |
3. 2023 - New process - **AI Pair Programming** ChatGPT+HF = 266 in Q1 (**1064 programs per year**)
|
13 |
|
14 |
+
|
15 |
+
# π New Process for AI Pair Programming
|
16 |
+
## Open 2 Browsers on left and right side of screen:
|
17 |
+
1. __π Left - ChatGPT__ [URL](https://chat.openai.com/chat) or [URL2](https://platform.openai.com/playground) and
|
18 |
+
2. __π Right - Huggingface__ [URL](https://huggingface.co/awacke1) in separate browser windows.
|
19 |
+
|
20 |
+
1. π€ Use prompts to generate a streamlit program. Test on Huggingface (public, open source, SSL on web) or locally to test it.
|
21 |
+
2. π§ For advanced work, add Python 3.10 and VSCode locally, and then debug as gradio or streamlit apps.
|
22 |
+
3. π Use these two superpower processes to reduce the time it takes you to make a new AI program! β±οΈ
|
23 |
+
|
24 |
+
# π Conclusion: Over 100x in 2023 using this simple recipe.
|
25 |
|
26 |
|
27 |
# π AI Pair Programming Process and Method:
|
28 |
|
29 |
+
# π Proving It - HTML5 VR app tests - Copy and Modify these. Try in 60 seconds.
|
30 |
1. https://huggingface.co/spaces/awacke1/HTML5-Aframe-3dMap-Flight
|
31 |
2. https://huggingface.co/spaces/awacke1/HTML5-Aframe-3D-Maps
|
32 |
+
Demonstration worked first time, total time 4 seconds - pretty close.
|
33 |
+
|
34 |
|
35 |
+
Focus on prompt as requirements using AI to write code, outline, refactor, generate and test examples, then debug and curate:
|
36 |
+
1. **My 2023 Record:** 30 working programs in 2 days on a planned subject outline. (15 programs a day)
|
37 |
+
2. Synopsis: Learning in the Loop with AI Pair programming expands your knowledge. You can learn from content it was trained on.
|
38 |
+
3. Use **Targeted AI vocabulary keywords** to generate domain specific code and text mashups. e.g. Python, Streamlit, Gradio, Keras, SKLearn, Torch, Tensorflow, HTML5, Javascript..
|
39 |
|
40 |
# **Why does this work?**
|
41 |
Copy and Modify Pattern, Mirroring, and the Human Brain.
|
42 |
|
43 |
+
# What is the **Cost of not Innovating**:
|
44 |
1. **Life Lessons** from Steel Manufacturing - Innovation, Productivity
|
45 |
2. **US Steel** - Cost of not changing and 5%
|
46 |
3. **Tata Steel** - Employment, Karma, and Legends
|
|
|
72 |
7. Like and Comment for Community Feedback.
|
73 |
|
74 |
|
75 |
+
# π Organization for Classrooom today.
|
76 |
+
1. Instant Join Link (requires account on https://huggingface.co ): https://huggingface.co/organizations/CognitiveAIForHealth/share/LUIgWlwxqHYTeKWwVGOCaADIJNDBdtOfER
|
77 |
+
2. Observe - Verify you show up in Team list. Check it here!: https://huggingface.co/CognitiveAIForHealth
|
78 |
|
79 |
+
# π HF Token - Tokens are needed for security - Lets Create a new token in Settings for code examples below:
|
80 |
|
81 |
Copy and Modify this Gradio AI Pipeline, Then Code Review and add HF_TOKEN:
|
82 |
https://huggingface.co/spaces/awacke1/Sentence2Paragraph
|
|
|
99 |
3. Open 3 in new tab, Deploy Spaces.
|
100 |
|
101 |
# π Top Copy and Modify Examples
|
|
|
102 |
Lets set time records for copy/modify pattern - Get these running in your account.
|
103 |
|
104 |
1. **Cognitive, RLHF**: [Example π©ΊβοΈ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo)
|
|
|
153 |
|
154 |
st.markdown("""
|
155 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
|
157 |
# π₯ YouTube University Method:
|
158 |
1. ποΈββοΈ Plan two hours each weekday to exercise your body and brain.
|