Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -9,15 +9,19 @@ pinned: false
|
|
9 |
|
10 |
# Welcome to BUSN 32210
|
11 |
|
12 |
-
* Q&A forum for technical support [here](https://huggingface.co/spaces/2023-autumn-busn-32210/README/discussions?type=discussion)
|
13 |
* Canvas site: https://canvas.uchicago.edu/courses/51174
|
14 |
* ChatGPT: https://chat.openai.com/
|
15 |
* Free version of Stable Diffusion: https://clipdrop.co/stable-diffusion
|
16 |
|
17 |
|
18 |
|
19 |
-
|
20 |
## Resources
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
* Example text prompts: https://github.com/f/awesome-chatgpt-prompts#prompts
|
23 |
* Technical background (need to know how to take a derivative and what a matrix is): https://web.stanford.edu/class/cs224n/index.html#schedule
|
|
|
9 |
|
10 |
# Welcome to BUSN 32210
|
11 |
|
|
|
12 |
* Canvas site: https://canvas.uchicago.edu/courses/51174
|
13 |
* ChatGPT: https://chat.openai.com/
|
14 |
* Free version of Stable Diffusion: https://clipdrop.co/stable-diffusion
|
15 |
|
16 |
|
17 |
|
|
|
18 |
## Resources
|
19 |
|
20 |
+
* Flowise video tutorials (no-code LLM app builder): https://www.youtube.com/playlist?list=PL4HikwTaYE0HDOuXMm5sU6DH6_ZrHBLSJ
|
21 |
+
* Videos #2 and #3 are the relevant ones for getting started
|
22 |
+
* Video #6 is accessible and is a good way of thinking about more advanced applications
|
23 |
+
* Gradio (low-code ML app builder): https://www.gradio.app/
|
24 |
+
* Note: you do need to write Python for this
|
25 |
+
* You can deploy Gradio apps on HuggingFace spaces quite easily
|
26 |
* Example text prompts: https://github.com/f/awesome-chatgpt-prompts#prompts
|
27 |
* Technical background (need to know how to take a derivative and what a matrix is): https://web.stanford.edu/class/cs224n/index.html#schedule
|