awacke1 commited on
Commit
649c18e
Β·
1 Parent(s): 105f52d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -6,6 +6,15 @@ st.markdown("""
6
 
7
  # πŸ‘‹ Two easy ways to turbo boost your AI learning journey! πŸ’»
8
 
 
 
 
 
 
 
 
 
 
9
  # πŸŽ₯ YouTube University Method:
10
  1. πŸ‹οΈβ€β™€οΈ Plan two hours each weekday to exercise your body and brain.
11
  2. 🎬 Make a playlist of videos you want to learn from on YouTube. Save the links to edit later.
@@ -14,16 +23,7 @@ st.markdown("""
14
  5. πŸ“ Practice note-taking in markdown to instantly save what you want to remember. Share your notes with others!
15
  6. πŸ‘₯ AI Pair Programming Using Long Answer Language Models with Human Feedback:
16
 
17
- # 🌐 AI Pair Programming
18
- ## Open 2 Browsers to:
19
- 1. __ChatGPT__ [URL](https://chat.openai.com/chat) or [URL2](https://platform.openai.com/playground) and
20
- 2. __Huggingface__ [URL](https://huggingface.co/awacke1) in separate browser windows.
21
-
22
- 1. πŸ€– Use prompts to generate a streamlit program on Huggingface or locally to test it.
23
- 2. πŸ”§ For advanced work, add Python 3.10 and VSCode locally, and debug as gradio or streamlit apps.
24
- 3. πŸš€ Use these two superpower processes to reduce the time it takes you to make a new AI program! ⏱️
25
-
26
- # Example Playlists:
27
  1. [2023 QA Models and Long Form Question Answering NLP](https://www.youtube.com/playlist?list=PLHgX2IExbFovrkkx8HMTLNgYdjCMNYmX_)
28
  2. [FHIR Bioinformatics Development Using AI/ML and Python, Streamlit, and Gradio - 2022](https://www.youtube.com/playlist?list=PLHgX2IExbFovoMUC3hYXeFegpk_Y0Lz0Q)
29
  3. [2023 ChatGPT for Coding Assistant Streamlit, Gradio and Python Apps](https://www.youtube.com/playlist?list=PLHgX2IExbFouOEnppexiKZVdz_k5b0pvI)
 
6
 
7
  # πŸ‘‹ Two easy ways to turbo boost your AI learning journey! πŸ’»
8
 
9
+ # 🌐 AI Pair Programming
10
+ ## Open 2 Browsers to:
11
+ 1. __🌐 ChatGPT__ [URL](https://chat.openai.com/chat) or [URL2](https://platform.openai.com/playground) and
12
+ 2. __🌐 Huggingface__ [URL](https://huggingface.co/awacke1) in separate browser windows.
13
+
14
+ 1. πŸ€– Use prompts to generate a streamlit program on Huggingface or locally to test it.
15
+ 2. πŸ”§ For advanced work, add Python 3.10 and VSCode locally, and debug as gradio or streamlit apps.
16
+ 3. πŸš€ Use these two superpower processes to reduce the time it takes you to make a new AI program! ⏱️
17
+
18
  # πŸŽ₯ YouTube University Method:
19
  1. πŸ‹οΈβ€β™€οΈ Plan two hours each weekday to exercise your body and brain.
20
  2. 🎬 Make a playlist of videos you want to learn from on YouTube. Save the links to edit later.
 
23
  5. πŸ“ Practice note-taking in markdown to instantly save what you want to remember. Share your notes with others!
24
  6. πŸ‘₯ AI Pair Programming Using Long Answer Language Models with Human Feedback:
25
 
26
+ ## πŸŽ₯ 2023 AI/ML Advanced Learning Playlists:
 
 
 
 
 
 
 
 
 
27
  1. [2023 QA Models and Long Form Question Answering NLP](https://www.youtube.com/playlist?list=PLHgX2IExbFovrkkx8HMTLNgYdjCMNYmX_)
28
  2. [FHIR Bioinformatics Development Using AI/ML and Python, Streamlit, and Gradio - 2022](https://www.youtube.com/playlist?list=PLHgX2IExbFovoMUC3hYXeFegpk_Y0Lz0Q)
29
  3. [2023 ChatGPT for Coding Assistant Streamlit, Gradio and Python Apps](https://www.youtube.com/playlist?list=PLHgX2IExbFouOEnppexiKZVdz_k5b0pvI)