https://github.com/bambooom/bass-bon
Just a playground
https://github.com/bambooom/bass-bon
Last synced: about 1 year ago
JSON representation
Just a playground
- Host: GitHub
- URL: https://github.com/bambooom/bass-bon
- Owner: bambooom
- Created: 2023-06-09T15:01:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T01:52:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T18:15:36.181Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 41.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> notes/bin about learning/trying AI-related courses/tools/articles/...
## Courses
- [done] [Generative AI by Google Cloud](./generative-ai-google-cloud/README.md)
- [course link](https://www.cloudskillsboost.google/journeys/118)
- [Generative AI Studio](https://cloud.google.com/generative-ai-studio)
- Course: Natural Language Processing on Google Cloud on [Coursera](https://www.coursera.org/learn/sequence-models-tensorflow-gcp), [Google CLoud Skills Boost](https://www.cloudskillsboost.google/course_templates/40), and [Pluralsight](https://www.pluralsight.com/courses/natural-language-processing-google-cloud)
- [*hold*] [AI for Beginners by Microsoft](./ai-for-beginners-microsoft/README.md)
- [course link](https://microsoft.github.io/AI-For-Beginners/)
- [Mindmap of the course](http://soshnikov.com/courses/ai-for-beginners/mindmap.html)
- [done] [ChatGPT Prompt Engineering for Developers](./learn-prompting.md)
- basically a good [documentation](https://learnprompting.org/docs/intro)
- [Elements of AI](https://www.elementsofai.com/)
- [Short courses by Andrew Ng](https://www.deeplearning.ai/short-courses/)
- [**learning**] [Building Systems with the ChatGPT API](./short-courses-deeplearning.ai/chatgpt-building-system/)
- [ChatGPT Prompt Engineering for Developers]
- [LangChain for LLM Application Development]
- [How Diffusion Models Work]
## Tutorials
- [ ] [How to make a QR code with Stable Diffusion](https://stable-diffusion-art.com/qr-code/)
## Articles
- [ ] [GPT best practices (by OpenAI)](https://platform.openai.com/docs/guides/gpt-best-practices/gpt-best-practices)
## Projects
- [x] [Auto-GPT](./Auto-GPT/README.md): An Autonomous GPT-4 Experiment
- https://www.mojidoc.com/08z7y-e43hjtkw3rglpkfnsqrgkuyyey-00b
- [x] [gpt-engineer](https://github.com/AntonOsika/gpt-engineer)
- [demo video](https://twitter.com/antonosika/status/1667641038104674306)
- `pip install gpt-engineer`
- using one file `main_prompt` to descript what application want to build
- but this needs GPT-4 model
- ❗️🈁🆖 hold it now as I don't have GPT-4 API access by 6/20/2023
- [x] [ChatGPT CLI](https://github.com/j178/chatgpt)
- `brew install j178/tap/chatgpt`
- `export OPENAI_API_KEY=xxx`
- `chatgpt` to start in chat mode
- `chatgpt -p translator` with a provided prompt
- easy to use from CLI, no need the webpage
- [x] [ebook-GPT-translator](https://github.com/jesselau76/ebook-GPT-translator)
- `git clone git@github.com:jesselau76/ebook-GPT-translator.git`
- `pip install -r requirements.txt`
- `mv settings.cfg.example settings.cfg`
- edit `settings.cfg` file for openai-apikey
- `python text_translation.py [-h] [--test] filename`
- [ ] [bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker)
- [ ] [click-prompt](https://github.com/prompt-engineering/click-prompt)
- Streamline your prompt design, with ClickPrompt, you can easily view, share, and run these prompts with just one click.
## Applications
- [ ] [Framer](https://www.framer.com/)
- [ ] [roomGPT](https://www.roomgpt.io/) - Redesign your room
- [ ] [copilot hub](https://app.copilothub.ai/copilots)
- [ ] [ilumine ai](https://ilumine.ai/)
- "将Midjourney生成的图片转换成了可探索的3D场景。方法是现在SD control net中生成深度图,再将深度图应用在Unity顶点置换着色器。" via [source](https://twitter.com/sundyme/status/1671206023745634305)
- [ ] [ChatPDF](https://www.chatpdf.com/c/AenErpfcQ887lct6NblFr)
- [ ] [FlowwiseAI](https://flowiseai.com/) - Open source UI visual tool to build your customized LLM flow using LangchainJS
- [HeyGen](https://aimart.app/products/heygen) - Create engaging and personalized videos with generated real person
- [ ] [WALE](https://trywale.com/) - Build better Prompts with custom data (introduced in learnprompting.org)
- required company email...
- [ ] [Generated Humans](https://generated.photos/humans)
- [ ] [Create and edit images - playgroundai](https://playgroundai.com/)
- Create 1,000 images per day for free, and can use images commercially
- [lexica art - a database of AI images](https://lexica.art/aperture)
- [mathGPT](https://mathgpt.streamlit.app/)
## List
- [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)
- [aimart](https://aimart.app)
- [FutureTools](https://www.futuretools.io/)
- [list of notable products that use prompting](https://learnprompting.org/zh-Hans/docs/products)
## Extended Material
- OpenCV
- course: [Getting Started with OpenCV](https://learnopencv.com/getting-started-with-opencv/)
- [tutorial](https://docs.opencv.org/3.4/d9/df8/tutorial_root.html)
- article: [Optical Flow in OpenCV](https://learnopencv.com/optical-flow-in-opencv/)
- video: [2021 OpenCV AI Competition](https://learn.microsoft.com/en-us/shows/ai-show/ai-show--2021-opencv-ai-competition--grand-prize-winners--cortic-tigers--episode-32?WT.mc_id=academic-77998-cacaste)