awacke1 commited on
Commit
2898aa8
Β·
1 Parent(s): 4a19df1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +33 -0
app.py CHANGED
@@ -2,6 +2,39 @@ import streamlit as st
2
  from graphviz import Digraph
3
 
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  st.markdown("""
6
 
7
  # Cognitive AI with Human Feedback (CAHF) [Example πŸ©Ίβš•οΈ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo):
 
2
  from graphviz import Digraph
3
 
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_)
27
+ 2. [FHIR Bioinformatics Development Using AI/ML and Python, Streamlit, and Gradio - 2022](https://www.youtube.com/playlist?list=PLHgX2IExbFovoMUC3hYXeFegpk_Y0Lz0Q)
28
+ 3. [2023 ChatGPT for Coding Assistant Streamlit, Gradio and Python Apps](https://www.youtube.com/playlist?list=PLHgX2IExbFouOEnppexiKZVdz_k5b0pvI)
29
+ 4. [2023 BigScience Bloom - Large Language Model for AI Systems and NLP](https://www.youtube.com/playlist?list=PLHgX2IExbFouqnsIqziThlPCX_miiDq14)
30
+ 5. [2023 Streamlit Pro Tips for AI UI UX for Data Science, Engineering, and Mathematics](https://www.youtube.com/playlist?list=PLHgX2IExbFou3cP19hHO9Xb-cN8uwr5RM)
31
+ 6. [2023 Fun, New and Interesting AI, Videos, and AI/ML Techniques](https://www.youtube.com/playlist?list=PLHgX2IExbFotoMt32SrT3Xynt5BXTGnEP)
32
+ 7. [2023 Best Minds in AGI AI Gamification and Large Language Models](https://www.youtube.com/playlist?list=PLHgX2IExbFotmFeBTpyje1uI22n0GAkXT)
33
+ 8. [2023 State of the Art for Vision Image Classification, Text Classification and Regression, Extractive Question Answering and Tabular Classification](https://www.youtube.com/playlist?list=PLHgX2IExbFotPcPu6pauNHOoZTTbnAQ2F)
34
+ 9. [2023 AutoML DataRobot and AI Platforms for Building Models, Features, Test, and Transparency](https://www.youtube.com/playlist?list=PLHgX2IExbFovsY2oGbDwdEhPrakkC8i3g)
35
+ """)
36
+
37
+
38
  st.markdown("""
39
 
40
  # Cognitive AI with Human Feedback (CAHF) [Example πŸ©Ίβš•οΈ](https://huggingface.co/spaces/awacke1/Cognitive-AI-Episodic-Semantic-Memory-Demo):