Spaces:
Running
Running
File size: 1,518 Bytes
49e6d6e c0a22f2 3526c5f 85dcda7 c0a22f2 85dcda7 d56048a 06e1f89 3526c5f 06e1f89 34dd560 06e1f89 c0a22f2 06e1f89 c0a22f2 9a63d88 889df5d c0a22f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
---
title: README
emoji: 💻
colorFrom: purple
colorTo: yellow
sdk: static
pinned: false
---
# Welcome to BUSN 32210
* Canvas site: https://canvas.uchicago.edu/courses/51174
* ChatGPT: https://chat.openai.com/
* Free version of Stable Diffusion: https://clipdrop.co/stable-diffusion
## Resources for final project ideas
* Newsletter on latest AI advances (by Andrew Ng): https://www.deeplearning.ai/the-batch/
* More pop level newsletter on AI: https://www.joinsuperhuman.ai/
* A VC blog post: https://leighmariebraswell.substack.com/p/how-to-make-history-with-llms-and
Recent developements that might be useful:
* Provide GPT with external tools, which it'll use at its discretion: https://docs.kanaries.net/articles/openai-function-calling
* Make your own GPT (no-code!): https://chat.openai.com/gpts/discovery
## Other resources
* Flowise video tutorials (no-code LLM app builder) [here](https://www.youtube.com/playlist?list=PL4HikwTaYE0HDOuXMm5sU6DH6_ZrHBLSJ)
* Videos #2 and #3 are the relevant ones for getting started
* Video #6 is accessible and is a good way of thinking about more advanced applications
* Gradio (low-code ML app builder): https://www.gradio.app/
* Note: you do need to write Python for this
* You can deploy Gradio apps on HuggingFace spaces quite easily
* Example text prompts: https://github.com/f/awesome-chatgpt-prompts#prompts
* Technical background (need to know how to take a derivative and what a matrix is): https://web.stanford.edu/class/cs224n/index.html#schedule
|