Spaces:
Running
Running
Update app.py
Browse files
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):
|