Spaces:
Configuration error
Configuration error
Update README.md
Browse files
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.
|