{"id":21479276,"url":"https://github.com/bambooom/bass-bon","last_synced_at":"2025-03-17T08:42:25.416Z","repository":{"id":174154977,"uuid":"651581895","full_name":"bambooom/bass-bon","owner":"bambooom","description":"Just a playground","archived":false,"fork":false,"pushed_at":"2023-07-06T01:52:26.000Z","size":43715,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T18:15:36.181Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bambooom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-09T15:01:04.000Z","updated_at":"2023-06-15T16:02:51.000Z","dependencies_parsed_at":"2023-09-07T23:15:28.741Z","dependency_job_id":null,"html_url":"https://github.com/bambooom/bass-bon","commit_stats":null,"previous_names":["bambooom/bass-bon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Fbass-bon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Fbass-bon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Fbass-bon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Fbass-bon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bambooom","download_url":"https://codeload.github.com/bambooom/bass-bon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004143,"owners_count":20382331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T11:24:27.284Z","updated_at":"2025-03-17T08:42:25.382Z","avatar_url":"https://github.com/bambooom.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e notes/bin about learning/trying AI-related courses/tools/articles/...\n\n## Courses\n\n- [done] [Generative AI by Google Cloud](./generative-ai-google-cloud/README.md)\n  - [course link](https://www.cloudskillsboost.google/journeys/118)\n  - [Generative AI Studio](https://cloud.google.com/generative-ai-studio)\n  - 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)\n- [*hold*] [AI for Beginners by Microsoft](./ai-for-beginners-microsoft/README.md)\n  - [course link](https://microsoft.github.io/AI-For-Beginners/)\n  - [Mindmap of the course](http://soshnikov.com/courses/ai-for-beginners/mindmap.html)\n- [done] [ChatGPT Prompt Engineering for Developers](./learn-prompting.md)\n  - basically a good [documentation](https://learnprompting.org/docs/intro)\n- [Elements of AI](https://www.elementsofai.com/)\n- [Short courses by Andrew Ng](https://www.deeplearning.ai/short-courses/)\n  - [**learning**] [Building Systems with the ChatGPT API](./short-courses-deeplearning.ai/chatgpt-building-system/)\n  - [ChatGPT Prompt Engineering for Developers]\n  - [LangChain for LLM Application Development]\n  - [How Diffusion Models Work]\n\n## Tutorials\n\n- [ ] [How to make a QR code with Stable Diffusion](https://stable-diffusion-art.com/qr-code/)\n\n## Articles\n\n- [ ] [GPT best practices (by OpenAI)](https://platform.openai.com/docs/guides/gpt-best-practices/gpt-best-practices)\n\n\n## Projects\n\n- [x] [Auto-GPT](./Auto-GPT/README.md): An Autonomous GPT-4 Experiment\n- https://www.mojidoc.com/08z7y-e43hjtkw3rglpkfnsqrgkuyyey-00b\n- [x] [gpt-engineer](https://github.com/AntonOsika/gpt-engineer)\n  - [demo video](https://twitter.com/antonosika/status/1667641038104674306)\n  - `pip install gpt-engineer`\n  - using one file `main_prompt` to descript what application want to build\n  - but this needs GPT-4 model\n  - ❗️🈁🆖 hold it now as I don't have GPT-4 API access by 6/20/2023\n- [x] [ChatGPT CLI](https://github.com/j178/chatgpt)\n  - `brew install j178/tap/chatgpt`\n  - `export OPENAI_API_KEY=xxx`\n  - `chatgpt` to start in chat mode\n  - `chatgpt -p translator` with a provided prompt\n  - easy to use from CLI, no need the webpage\n- [x] [ebook-GPT-translator](https://github.com/jesselau76/ebook-GPT-translator)\n  - `git clone git@github.com:jesselau76/ebook-GPT-translator.git`\n  - `pip install -r requirements.txt`\n  - `mv settings.cfg.example settings.cfg`\n  - edit `settings.cfg` file for openai-apikey\n  - `python text_translation.py [-h] [--test] filename`\n- [ ] [bilingual_book_maker](https://github.com/yihong0618/bilingual_book_maker)\n- [ ] [click-prompt](https://github.com/prompt-engineering/click-prompt)\n  - Streamline your prompt design, with ClickPrompt, you can easily view, share, and run these prompts with just one click.\n\n## Applications\n\n- [ ] [Framer](https://www.framer.com/)\n- [ ] [roomGPT](https://www.roomgpt.io/) - Redesign your room\n- [ ] [copilot hub](https://app.copilothub.ai/copilots)\n- [ ] [ilumine ai](https://ilumine.ai/)\n  - \"将Midjourney生成的图片转换成了可探索的3D场景。方法是现在SD control net中生成深度图，再将深度图应用在Unity顶点置换着色器。\" via [source](https://twitter.com/sundyme/status/1671206023745634305)\n- [ ] [ChatPDF](https://www.chatpdf.com/c/AenErpfcQ887lct6NblFr)\n- [ ] [FlowwiseAI](https://flowiseai.com/) - Open source UI visual tool to build your customized LLM flow using LangchainJS\n- [HeyGen](https://aimart.app/products/heygen) - Create engaging and personalized videos with generated real person\n- [ ] [WALE](https://trywale.com/) - Build better Prompts with custom data (introduced in learnprompting.org)\n  - required company email...\n- [ ] [Generated Humans](https://generated.photos/humans)\n- [ ] [Create and edit images - playgroundai](https://playgroundai.com/)\n  - Create 1,000 images per day for free, and can use images commercially\n- [lexica art - a database of AI images](https://lexica.art/aperture)\n- [mathGPT](https://mathgpt.streamlit.app/)\n\n## List\n- [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)\n- [aimart](https://aimart.app)\n- [FutureTools](https://www.futuretools.io/)\n- [list of notable products that use prompting](https://learnprompting.org/zh-Hans/docs/products)\n\n## Extended Material\n\n- OpenCV\n  - course: [Getting Started with OpenCV](https://learnopencv.com/getting-started-with-opencv/)\n  - [tutorial](https://docs.opencv.org/3.4/d9/df8/tutorial_root.html)\n  - article: [Optical Flow in OpenCV](https://learnopencv.com/optical-flow-in-opencv/)\n  - 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)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbambooom%2Fbass-bon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbambooom%2Fbass-bon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbambooom%2Fbass-bon/lists"}