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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -17
app.py CHANGED
@@ -4,23 +4,24 @@ from graphviz import Digraph
4
 
5
  st.markdown("""
6
 
7
- # πŸ‘‹ Hey there! Here are two easy ways to boost your AI learning journey! πŸ’»
8
-
9
- ## πŸŽ₯ YouTube University Method:
10
-
11
- 1. πŸ‹οΈβ€β™€οΈ Plan two hours each weekday to exercise your body and brain.
12
- 2. 🎬 Make a playlist of videos you want to learn from on YouTube. Save the links to edit later.
13
- 3. πŸš€ Try watching the videos at a faster speed while exercising, and sample the first five minutes of each video.
14
- 4. πŸ“œ Reorder the playlist so the most useful videos are at the front, and take breaks to exercise.
15
- 5. πŸ“ Practice note-taking in markdown to instantly save what you want to remember. Share your notes with others!
16
- 6. πŸ‘₯ AI Pair Programming Using Long Answer Language Models with Human Feedback:
17
-
18
- ## 🌐 AI Pair Programming
19
- ## Open 2 Browsers to __ChatGPT__ [URL](https://chat.openai.com/chat) or [URL2](https://platform.openai.com/playground) and __Huggingface__ [URL](https://huggingface.co/awacke1) in separate browser windows.
20
-
21
- 1. πŸ€– Use prompts to generate a streamlit program on Huggingface or locally to test it.
22
- 2. πŸ”§ For advanced work, add Python 3.10 and VSCode locally, and debug as gradio or streamlit apps.
23
- 3. πŸš€ Use these two superpower processes to reduce the time it takes you to make a new AI program! ⏱️
 
24
 
25
  # Example Playlists:
26
  1. [2023 QA Models and Long Form Question Answering NLP](https://www.youtube.com/playlist?list=PLHgX2IExbFovrkkx8HMTLNgYdjCMNYmX_)
 
4
 
5
  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.
12
+ 3. πŸš€ Try watching the videos at a faster speed while exercising, and sample the first five minutes of each video.
13
+ 4. πŸ“œ Reorder the playlist so the most useful videos are at the front, and take breaks to exercise.
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_)