awacke1 commited on
Commit
084f0ff
Β·
1 Parent(s): c080c3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -16,6 +16,18 @@ pinned: false
16
  1. πŸ€– Use prompts to generate a streamlit program on Huggingface or locally to test it.
17
  2. πŸ”§ For advanced work, add Python 3.10 and VSCode locally, and debug as gradio or streamlit apps.
18
  3. πŸš€ Use these two superpower processes to reduce the time it takes you to make a new AI program! ⏱️
 
 
 
 
 
 
 
 
 
 
 
 
19
  # πŸŽ₯ YouTube University Method:
20
  1. πŸ‹οΈβ€β™€οΈ Plan two hours each weekday to exercise your body and brain.
21
  2. 🎬 Make a playlist of videos you want to learn from on YouTube. Save the links to edit later.
 
16
  1. πŸ€– Use prompts to generate a streamlit program on Huggingface or locally to test it.
17
  2. πŸ”§ For advanced work, add Python 3.10 and VSCode locally, and debug as gradio or streamlit apps.
18
  3. πŸš€ Use these two superpower processes to reduce the time it takes you to make a new AI program! ⏱️
19
+
20
+ Example Starter Prompt:
21
+
22
+ Write a streamlit program that demonstrates Data synthesis.
23
+ Synthesize data from multiple sources to create new datasets.
24
+ Use two datasets and demonstrate pandas dataframe query merge and join
25
+ with two datasets in python list dictionaries:
26
+ 1) List of Hospitals that are over 1000 bed count by city and state, and
27
+ 2) 2) State population size and square miles.
28
+ Perform a calculated function on the merged dataset.
29
+
30
+
31
  # πŸŽ₯ YouTube University Method:
32
  1. πŸ‹οΈβ€β™€οΈ Plan two hours each weekday to exercise your body and brain.
33
  2. 🎬 Make a playlist of videos you want to learn from on YouTube. Save the links to edit later.