Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,23 +4,24 @@ from graphviz import Digraph
|
|
4 |
|
5 |
st.markdown("""
|
6 |
|
7 |
-
# π
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
##
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
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_)
|