diff --git a/README.md b/README.md index 82f3e17..c3c974e 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,23 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 -**NLP** - * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ Translate subtitle using ChatGPT +**Chatbots** + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - 微信机器人WechatBotCMD是一个创新的基于Python 3.11开发的项目,通过结合ChatGPT模型和微信原生API,为用户提供智能聊天、自动绘画、自动发朋友圈、自动发视频号等多样的API集成服务,旨在提升日常沟通效率和趣味性。 -**Openai** - * [one-api](https://github.com/martialbe/one-api) - OpenAI 接口管理 & 分发系统,改自songquanpeng/one-api。支持更多模型,加入统计页面,完善非openai模型的函数调用。 - * [lux-ui](https://github.com/yangjiakai/lux-ui) - Create the best admin based on Vue3.x, Vite5.x, TypeScript, Vuetify3.x, Chat GPT +**Browser-extensions** + * [supermemory](https://github.com/dhravya/supermemory) - Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension. + + +**Tutorials** + * [llm-python](https://github.com/onlyphantom/llm-python) - Large Language Models (LLMs) tutorials & sample scripts, ft. langchain, openai, llamaindex, gpt, chromadb & pinecone + + +**Others** + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] Generate different roles for GPTs to form a collaborative entity for complex tasks. -_Updated on April 15, 2024_ (A total of 1507 repositories listed.) +_Updated on April 18, 2024_ (A total of 1511 repositories listed.) ## Table of contents @@ -425,6 +432,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Catalog](https://github.com/mehmetkahya0/ai-catalog) - Huge AI models catalog. A curated list of AI tools, platforms, and resources across various domains. * [Multi-Modality-Arena](https://github.com/opengvlab/multi-modality-arena) - Chatbot Arena meets multi-modality! Multi-Modality Arena allows you to benchmark vision-language models side-by-side while providing images as inputs. Supports MiniGPT-4, LLaMA-Adapter V2, LLaVA, BLIP-2, and many more! * [chatbot](https://github.com/zhaoyingjun/chatbot) - ChatGPT带火了聊天机器人,主流的趋势都调整到了GPT类模式,本项目也与时俱进,会在近期更新GPT类版本。基于本项目和自己的语料可以训练出自己想要的聊天机器人,用于智能客服、在线问答、闲聊等场景。 + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - 微信机器人WechatBotCMD是一个创新的基于Python 3.11开发的项目,通过结合ChatGPT模型和微信原生API,为用户提供智能聊天、自动绘画、自动发朋友圈、自动发视频号等多样的API集成服务,旨在提升日常沟通效率和趣味性。 ## Browser-extensions @@ -587,6 +595,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Employe](https://github.com/vignshwarar/ai-employe) - Create browser automation as if you were teaching a human using GPT-4 Vision. * [raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator) - 基于 ChatGPT API 的 Raycast 翻译插件 - Raycast extension for translation based on ChatGPT API. * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - Curate a custom library of AI Prompts + * [supermemory](https://github.com/dhravya/supermemory) - Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension. ## CLIs @@ -747,6 +756,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) - Learn eBPF by examples | eBPF 开发者教程与知识库:通过小工具和示例一步步学习 eBPF,包含性能、网络、安全等多种应用场景 * [tensorflow-nlp-tutorial](https://github.com/ukairia777/tensorflow-nlp-tutorial) - tensorflow를 사용하여 텍스트 전처리부터, Topic Models, BERT, GPT, LLM과 같은 최신 모델의 다운스트림 태스크들을 정리한 Deep Learning NLP 저장소입니다. * [langchain-kr](https://github.com/teddylee777/langchain-kr) - LangChain 공식 Document, Cookbook, 그 밖의 실용 예제를 바탕으로 작성한 한국어 튜토리얼입니다. 본 튜토리얼을 통해 LangChain을 더 쉽고 효과적으로 사용하는 방법을 배울 수 있습니다. + * [llm-python](https://github.com/onlyphantom/llm-python) - Large Language Models (LLMs) tutorials & sample scripts, ft. langchain, openai, llamaindex, gpt, chromadb & pinecone ## NLP @@ -1605,5 +1615,6 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [GalTransl](https://github.com/xd2333/galtransl) - 支持GPT-3.5/GPT-4/Newbing/Sakura等大语言模型的Galgame自动化翻译解决方案 Automated translation solution for visual novels supporting GPT-3.5/GPT-4/Newbing/Sakura * [VAR](https://github.com/foundationvision/var) - [GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction" * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - Combined ChatGPT with Moegoe TTS to create a Chatting Waifu + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] Generate different roles for GPTs to form a collaborative entity for complex tasks. diff --git a/awesome-ChatGPT-repositories.json b/awesome-ChatGPT-repositories.json index efc1d42..3a91478 100644 --- a/awesome-ChatGPT-repositories.json +++ b/awesome-ChatGPT-repositories.json @@ -8746,6 +8746,28 @@ "zh-hans": "ChatGPT带火了聊天机器人,主流的趋势都调整到了GPT类模式,本项目也与时俱进,会在近期更新GPT类版本。基于本项目和自己的语料可以训练出自己想要的聊天机器人,用于智能客服、在线问答、闲聊等场景。", "zh-hant": "ChatGPT帶火了聊天機器人,主流的趨勢都調整到了GPT類模式,本項目也與時俱進,會在近期更新GPT類版本。基於本項目和自己的語料可以訓練出自己想要的聊天機器人,用於智能客服、在線問答、閒聊等場景。" } + }, + "https://github.com/wechatapis/wechatbotcmd": { + "repository_name": "WechatBotCMD", + "user_name": "WeChatAPIs", + "language": "Python", + "license": "MIT License", + "description": "微信机器人WechatBotCMD是一个创新的基于Python 3.11开发的项目,通过结合ChatGPT模型和微信原生API,为用户提供智能聊天、自动绘画、自动发朋友圈、自动发视频号等多样的API集成服务,旨在提升日常沟通效率和趣味性。", + "topics": [ + "wechat", + "wechat-api", + "wechat-com", + "wechat-hook", + "wechatbot", + "wechatbot-ai", + "wechatsdk" + ], + "multilingual_descriptions": { + "en": "WechatBotCMD is an innovative project developed based on Python 3.11. By combining the ChatGPT model and the native WeChat API, it provides users with intelligent chatting, automatic drawing, automatic posting on Moments, automatic posting on Video Accounts, and other diverse API integration services, aiming to enhance daily communication efficiency and fun.", + "ja": "WechatBotCMDは、Python 3.11をベースにした革新的なプロジェクトであり、ChatGPTモデルとWechatのネイティブAPIを組み合わせることで、ユーザーにスマートなチャット、自動描画、自動的に友達に共有する、自動的に動画を共有するなど、さまざまなAPI統合サービスを提供します。日常のコミュニケーション効率と面白さを向上させることを目的としています。", + "zh-hans": "微信机器人WechatBotCMD是一个创新的基于Python 3.11开发的项目,通过结合ChatGPT模型和微信原生API,为用户提供智能聊天、自动绘画、自动发朋友圈、自动发视频号等多样的API集成服务,旨在提升日常沟通效率和趣味性。", + "zh-hant": "微信機器人WechatBotCMD是一個創新的基於Python 3.11開發的項目,通過結合ChatGPT模型和微信原生API,為用戶提供智能聊天、自動繪畫、自動發朋友圈、自動發視頻號等多樣的API集成服務,旨在提升日常溝通效率和趣味性。" + } } }, "Browser-extensions": { @@ -12224,6 +12246,34 @@ "zh-hans": "策划一个定制的人工智能提示库", "zh-hant": "精心策劃一個定制的AI提示圖書館" } + }, + "https://github.com/dhravya/supermemory": { + "repository_name": "supermemory", + "user_name": "Dhravya", + "language": "TypeScript", + "license": "MIT License", + "description": "Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.", + "topics": [ + "cloudflare-ai", + "cloudflare-browser-rendering", + "cloudflare-d1", + "cloudflare-kv", + "cloudflare-pages", + "cloudflare-queues", + "cloudflare-vectorize", + "cloudflare-workers", + "drizzle-orm", + "nextjs", + "nextjs14", + "tailwindcss", + "typescript" + ], + "multilingual_descriptions": { + "en": "Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension.", + "ja": "スーパーメモリを使って自分だけの第二の脳を構築しましょう。それはあなたのブックマーク用のChatGPTです。ツイートをインポートしたり、Chrome拡張機能を使ってウェブサイトやコンテンツを保存できます。", + "zh-hans": "用超级记忆力建立自己的第二大脑。这是您书签的ChatGPT。使用Chrome扩展程序导入推文或保存网站和内容。", + "zh-hant": "用超级记忆力建立您自己的第二大脑。这是您书签的ChatGPT。使用Chrome扩展程序导入推文或保存网站和内容。" + } } }, "CLIs": { @@ -15561,6 +15611,31 @@ "zh-hans": "通过LangChain官方文档、Cookbook以及其他实用示例编写的韩语教程。通过本教程,您可以学习如何更轻松、更有效地使用LangChain。", "zh-hant": "請將以下內容翻譯成繁體中文。LangChain官方文件、Cookbook、以及其他實用範例為基礎撰寫的韓文教程。透過本教程,您可以學習如何更輕鬆有效地使用LangChain。LangChain官方文件、Cookbook、以及其他實用範例為基礎撰寫的韓文教程。透過本教程,您可以學習如何更輕鬆有效地使用LangChain。" } + }, + "https://github.com/onlyphantom/llm-python": { + "repository_name": "llm-python", + "user_name": "onlyphantom", + "language": "Python", + "license": "MIT License", + "description": "Large Language Models (LLMs) tutorials & sample scripts, ft. langchain, openai, llamaindex, gpt, chromadb & pinecone", + "topics": [ + "chromadb", + "gpt-3", + "langchain", + "langchain-python", + "llamaindex", + "llm", + "llmops", + "openai-api", + "pinecone", + "tutorial" + ], + "multilingual_descriptions": { + "en": "Large Language Models (LLMs) tutorials & sample scripts featuring langchain, OpenAI, LLAMaindex, GPT, ChromaDB, and Pinecone.", + "ja": "大規模言語モデル(LLMs)のチュートリアル&サンプルスクリプト、ft. langchain、openai、llamaindex、gpt、chromadb&pinecone", + "zh-hans": "大型语言模型(LLMs)教程和示例脚本,ft. langchain,openai,llamaindex,gpt,chromadb和pinecone", + "zh-hant": "大型語言模型(LLMs)教程和示例腳本,包括langchain、openai、llamaindex、gpt、chromadb和pinecone" + } } }, "NLP": { @@ -32735,6 +32810,20 @@ "zh-hans": "将ChatGPT与Moegoe TTS结合,创建一个聊天娇娃", "zh-hant": "將ChatGPT與Moegoe TTS結合,創建一個聊天妻子。" } + }, + "https://github.com/link-agi/autoagents": { + "repository_name": "AutoAgents", + "user_name": "Link-AGI", + "language": "Python", + "license": "MIT License", + "description": "[IJCAI 2024] Generate different roles for GPTs to form a collaborative entity for complex tasks.", + "topics": [], + "multilingual_descriptions": { + "en": "[IJCAI 2024] Generate different roles for GPTs to form a collaborative entity for complex tasks.", + "ja": "[IJCAI 2024] GPTの異なる役割を生成し、複雑なタスクのための協力エンティティを形成します。", + "zh-hans": "[IJCAI 2024] 为GPT生成不同角色,形成协作实体,完成复杂任务。", + "zh-hant": "[IJCAI 2024] 生成不同角色的GPT,形成協作實體,以應對複雜任務。" + } } } } diff --git a/docs/README.en.md b/docs/README.en.md index 45732b3..e516caa 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -14,16 +14,23 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 -**NLP** - * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ Translate subtitle using ChatGPT +**Chatbots** + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - WechatBotCMD is an innovative project developed based on Python 3.11. By combining the ChatGPT model and the native WeChat API, it provides users with intelligent chatting, automatic drawing, automatic posting on Moments, automatic posting on Video Accounts, and other diverse API integration services, aiming to enhance daily communication efficiency and fun. -**Openai** - * [one-api](https://github.com/martialbe/one-api) - OpenAI interface management & distribution system, modified from songquanpeng/one-api. Supports more models, adds statistical pages, and improves function calls for non-OpenAI models. - * [lux-ui](https://github.com/yangjiakai/lux-ui) - Create the best admin based on Vue3.x, Vite5.x, TypeScript, Vuetify3.x, Chat GPT +**Browser-extensions** + * [supermemory](https://github.com/dhravya/supermemory) - Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension. + + +**Tutorials** + * [llm-python](https://github.com/onlyphantom/llm-python) - Large Language Models (LLMs) tutorials & sample scripts featuring langchain, OpenAI, LLAMaindex, GPT, ChromaDB, and Pinecone. + + +**Others** + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] Generate different roles for GPTs to form a collaborative entity for complex tasks. -_Updated on April 15, 2024_ (A total of 1507 repositories listed.) +_Updated on April 18, 2024_ (A total of 1511 repositories listed.) ## Table of contents @@ -425,6 +432,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Catalog](https://github.com/mehmetkahya0/ai-catalog) - Huge AI models catalog. A curated list of AI tools, platforms, and resources across various domains. * [Multi-Modality-Arena](https://github.com/opengvlab/multi-modality-arena) - Chatbot Arena meets multi-modality! Multi-Modality Arena allows you to benchmark vision-language models side-by-side while providing images as inputs. Supports MiniGPT-4, LLaMA-Adapter V2, LLaVA, BLIP-2, and many more! * [chatbot](https://github.com/zhaoyingjun/chatbot) - ChatGPT has popularized chatbots, and the mainstream trend has shifted to GPT-style models. This project is also keeping up with the times and will soon update to a GPT-style version. Based on this project and your own corpus, you can train your own desired chatbot for use in intelligent customer service, online Q&A, casual chat, and other scenarios. + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - WechatBotCMD is an innovative project developed based on Python 3.11. By combining the ChatGPT model and the native WeChat API, it provides users with intelligent chatting, automatic drawing, automatic posting on Moments, automatic posting on Video Accounts, and other diverse API integration services, aiming to enhance daily communication efficiency and fun. ## Browser-extensions @@ -587,6 +595,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Employe](https://github.com/vignshwarar/ai-employe) - Create browser automation as if you were teaching a human using GPT-4 Vision. * [raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator) - 基于 ChatGPT API 的 Raycast 翻译插件 - Raycast extension for translation based on ChatGPT API. * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - Curate a custom library of AI Prompts + * [supermemory](https://github.com/dhravya/supermemory) - Build your own second brain with supermemory. It's a ChatGPT for your bookmarks. Import tweets or save websites and content using the chrome extension. ## CLIs @@ -747,6 +756,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) - Learn eBPF by examples | eBPF Developer Tutorial and Knowledge Base: Learn eBPF step by step through tools and examples, including various application scenarios such as performance, networking, and security. * [tensorflow-nlp-tutorial](https://github.com/ukairia777/tensorflow-nlp-tutorial) - This is a Deep Learning NLP repository that summarizes tasks such as text preprocessing, Topic Models, BERT, GPT, and LLM using tensorflow and other latest models. * [langchain-kr](https://github.com/teddylee777/langchain-kr) - This is a Korean tutorial written based on the official LangChain document, Cookbook, and other practical examples. Through this tutorial, you can learn how to use LangChain more easily and effectively. + * [llm-python](https://github.com/onlyphantom/llm-python) - Large Language Models (LLMs) tutorials & sample scripts featuring langchain, OpenAI, LLAMaindex, GPT, ChromaDB, and Pinecone. ## NLP @@ -1605,5 +1615,6 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [GalTransl](https://github.com/xd2333/galtransl) - 支持GPT-3.5/GPT-4/Newbing/Sakura等大语言模型的Galgame自动化翻译解决方案 Automated translation solution for visual novels supporting GPT-3.5/GPT-4/Newbing/Sakura * [VAR](https://github.com/foundationvision/var) - [GPT beats diffusion🔥] [scaling laws in visual generation📈] Official impl. of "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction" * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - Combined ChatGPT with Moegoe TTS to create a Chatting Waifu + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] Generate different roles for GPTs to form a collaborative entity for complex tasks. diff --git a/docs/README.ja.md b/docs/README.ja.md index a023c68..6c2cdfa 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -14,16 +14,23 @@ ## The latest additions 🎉 -**NLP** - * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ ChatGPTを使用して字幕を翻訳します +**Chatbots** + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - WechatBotCMDは、Python 3.11をベースにした革新的なプロジェクトであり、ChatGPTモデルとWechatのネイティブAPIを組み合わせることで、ユーザーにスマートなチャット、自動描画、自動的に友達に共有する、自動的に動画を共有するなど、さまざまなAPI統合サービスを提供します。日常のコミュニケーション効率と面白さを向上させることを目的としています。 -**Openai** - * [one-api](https://github.com/martialbe/one-api) - Input: OpenAI interface management & distribution system, modified from songquanpeng/one-api. Supports more models, adds statistical pages, and improves function calls for non-OpenAI models.Output: OpenAI インターフェース管理&配布システム、songquanpeng/one-apiを改良。より多くのモデルをサポートし、統計ページを追加し、OpenAI以外のモデルの関数呼び出しを改善します。 - * [lux-ui](https://github.com/yangjiakai/lux-ui) - Vue3.x、Vite5.x、TypeScript、Vuetify3.x、Chat GPTに基づいて最高の管理者を作成します。 +**Browser-extensions** + * [supermemory](https://github.com/dhravya/supermemory) - スーパーメモリを使って自分だけの第二の脳を構築しましょう。それはあなたのブックマーク用のChatGPTです。ツイートをインポートしたり、Chrome拡張機能を使ってウェブサイトやコンテンツを保存できます。 + + +**Tutorials** + * [llm-python](https://github.com/onlyphantom/llm-python) - 大規模言語モデル(LLMs)のチュートリアル&サンプルスクリプト、ft. langchain、openai、llamaindex、gpt、chromadb&pinecone + + +**Others** + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] GPTの異なる役割を生成し、複雑なタスクのための協力エンティティを形成します。 -_Updated on April 15, 2024_ (A total of 1507 repositories listed.) +_Updated on April 18, 2024_ (A total of 1511 repositories listed.) ## Table of contents @@ -425,6 +432,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Catalog](https://github.com/mehmetkahya0/ai-catalog) - 巨大なAIモデルカタログ。さまざまなドメインにわたるAIツール、プラットフォーム、リソースの厳選リスト。 * [Multi-Modality-Arena](https://github.com/opengvlab/multi-modality-arena) - チャットボットアリーナがマルチモダリティに対応しました!マルチモダリティアリーナでは、画像を入力として提供しながら、ビジョン言語モデルを並べてベンチマークを行うことができます。MiniGPT-4、LLaMA-Adapter V2、LLaVA、BLIP-2などをサポートしています! * [chatbot](https://github.com/zhaoyingjun/chatbot) - ChatGPTがチャットボットを人気にしました。主流のトレンドはすべてGPTタイプのモデルに調整されており、このプロジェクトも最新のGPTタイプのバージョンを近日中に更新する予定です。このプロジェクトと独自のコーパスを使用して、自分が望むチャットボットをトレーニングすることができ、インテリジェントカスタマーサービス、オンライン質問回答、雑談などのシーンに活用できます。 + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - WechatBotCMDは、Python 3.11をベースにした革新的なプロジェクトであり、ChatGPTモデルとWechatのネイティブAPIを組み合わせることで、ユーザーにスマートなチャット、自動描画、自動的に友達に共有する、自動的に動画を共有するなど、さまざまなAPI統合サービスを提供します。日常のコミュニケーション効率と面白さを向上させることを目的としています。 ## Browser-extensions @@ -587,6 +595,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Employe](https://github.com/vignshwarar/ai-employe) - GPT-4 Visionを使用して人間に教えているかのようにブラウザ自動化を作成します。 * [raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator) - ChatGPT APIに基づいたRaycast翻訳プラグイン - ChatGPT APIに基づいたRaycast翻訳拡張機能。 * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - AIプロンプトのカスタムライブラリをキュレーションする + * [supermemory](https://github.com/dhravya/supermemory) - スーパーメモリを使って自分だけの第二の脳を構築しましょう。それはあなたのブックマーク用のChatGPTです。ツイートをインポートしたり、Chrome拡張機能を使ってウェブサイトやコンテンツを保存できます。 ## CLIs @@ -747,6 +756,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) - 学习 eBPF 的例子 | eBPF 開発者チュートリアルとナレッジベース:パフォーマンス、ネットワーク、セキュリティなど、さまざまなアプリケーションシナリオを小道具と例を使って一歩ずつ学ぶ * [tensorflow-nlp-tutorial](https://github.com/ukairia777/tensorflow-nlp-tutorial) - TensorFlowを使用してテキストの前処理から、Topic Models、BERT、GPT、LLMなどの最新モデルのダウンストリームタスクをまとめたDeep Learning NLPリポジトリです。 * [langchain-kr](https://github.com/teddylee777/langchain-kr) - LangChain 公式ドキュメント、Cookbook、その他の実用例を基に作成した韓国語チュートリアルです。このチュートリアルを通じてLangChainをより簡単かつ効果的に使用する方法を学ぶことができます。 + * [llm-python](https://github.com/onlyphantom/llm-python) - 大規模言語モデル(LLMs)のチュートリアル&サンプルスクリプト、ft. langchain、openai、llamaindex、gpt、chromadb&pinecone ## NLP @@ -1605,5 +1615,6 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [GalTransl](https://github.com/xd2333/galtransl) - GPT-3.5/GPT-4/Newbing/Sakuraなどの大規模言語モデルをサポートするビジュアルノベルの自動翻訳ソリューション * [VAR](https://github.com/foundationvision/var) - [GPTが拡散を打ち負かす🔥] [視覚生成におけるスケーリング法則📈] 「Visual Autoregressive Modeling: Next-Scale Predictionを介したスケーラブルな画像生成」の公式実装 * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - ChatGPTとMoegoe TTSを組み合わせて、チャットするワイフを作成します。 + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] GPTの異なる役割を生成し、複雑なタスクのための協力エンティティを形成します。 diff --git a/docs/README.zh-hans.md b/docs/README.zh-hans.md index 7b577cd..59421ad 100644 --- a/docs/README.zh-hans.md +++ b/docs/README.zh-hans.md @@ -14,16 +14,23 @@ ## The latest additions 🎉 -**NLP** - * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - 使用ChatGPT翻译字幕 +**Chatbots** + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - 微信机器人WechatBotCMD是一个创新的基于Python 3.11开发的项目,通过结合ChatGPT模型和微信原生API,为用户提供智能聊天、自动绘画、自动发朋友圈、自动发视频号等多样的API集成服务,旨在提升日常沟通效率和趣味性。 -**Openai** - * [one-api](https://github.com/martialbe/one-api) - OpenAI 接口管理 & 分发系统,改自songquanpeng/one-api。支持更多模型,加入统计页面,完善非openai模型的函数调用。 OpenAI接口管理和分发系统,基于songquanpeng/one-api进行改进。支持更多模型,添加统计页面,完善非OpenAI模型的函数调用。 - * [lux-ui](https://github.com/yangjiakai/lux-ui) - 基于Vue3.x、Vite5.x、TypeScript、Vuetify3.x和Chat GPT创建最佳管理员 +**Browser-extensions** + * [supermemory](https://github.com/dhravya/supermemory) - 用超级记忆力建立自己的第二大脑。这是您书签的ChatGPT。使用Chrome扩展程序导入推文或保存网站和内容。 + + +**Tutorials** + * [llm-python](https://github.com/onlyphantom/llm-python) - 大型语言模型(LLMs)教程和示例脚本,ft. langchain,openai,llamaindex,gpt,chromadb和pinecone + + +**Others** + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] 为GPT生成不同角色,形成协作实体,完成复杂任务。 -_Updated on April 15, 2024_ (A total of 1507 repositories listed.) +_Updated on April 18, 2024_ (A total of 1511 repositories listed.) ## Table of contents @@ -425,6 +432,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Catalog](https://github.com/mehmetkahya0/ai-catalog) - 庞大的人工智能模型目录。一个精心筛选的人工智能工具、平台和资源列表,涵盖各个领域。 * [Multi-Modality-Arena](https://github.com/opengvlab/multi-modality-arena) - 聊天机器人竞技场迎来多模态!多模态竞技场允许您将视觉语言模型并排进行基准测试,同时提供图像作为输入。支持MiniGPT-4、LLaMA-Adapter V2、LLaVA、BLIP-2等多种模型! * [chatbot](https://github.com/zhaoyingjun/chatbot) - ChatGPT带火了聊天机器人,主流的趋势都调整到了GPT类模式,本项目也与时俱进,会在近期更新GPT类版本。基于本项目和自己的语料可以训练出自己想要的聊天机器人,用于智能客服、在线问答、闲聊等场景。 + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - 微信机器人WechatBotCMD是一个创新的基于Python 3.11开发的项目,通过结合ChatGPT模型和微信原生API,为用户提供智能聊天、自动绘画、自动发朋友圈、自动发视频号等多样的API集成服务,旨在提升日常沟通效率和趣味性。 ## Browser-extensions @@ -587,6 +595,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Employe](https://github.com/vignshwarar/ai-employe) - 使用GPT-4 Vision 创建浏览器自动化,就像教导人类一样。 * [raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator) - 基于 ChatGPT API 的 Raycast 翻译插件 - 基于 ChatGPT API 的 Raycast 翻译扩展。 * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - 策划一个定制的人工智能提示库 + * [supermemory](https://github.com/dhravya/supermemory) - 用超级记忆力建立自己的第二大脑。这是您书签的ChatGPT。使用Chrome扩展程序导入推文或保存网站和内容。 ## CLIs @@ -747,6 +756,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) - 通过示例学习 eBPF | eBPF 开发者教程与知识库:通过小工具和示例一步步学习 eBPF,包含性能、网络、安全等多种应用场景 * [tensorflow-nlp-tutorial](https://github.com/ukairia777/tensorflow-nlp-tutorial) - 使用tensorflow进行文本预处理,整理了最新模型的下游任务,如主题模型、BERT、GPT、LLM等的Deep Learning NLP存储库。 * [langchain-kr](https://github.com/teddylee777/langchain-kr) - 通过LangChain官方文档、Cookbook以及其他实用示例编写的韩语教程。通过本教程,您可以学习如何更轻松、更有效地使用LangChain。 + * [llm-python](https://github.com/onlyphantom/llm-python) - 大型语言模型(LLMs)教程和示例脚本,ft. langchain,openai,llamaindex,gpt,chromadb和pinecone ## NLP @@ -1605,5 +1615,6 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [GalTransl](https://github.com/xd2333/galtransl) - 支持GPT-3.5/GPT-4/Newbing/Sakura等大型语言模型的Galgame自动化翻译解决方案 * [VAR](https://github.com/foundationvision/var) - [GPT击败扩散🔥] [视觉生成中的缩放定律📈] “视觉自回归建模:通过下一尺度预测实现可扩展图像生成”的官方实现。 * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - 将ChatGPT与Moegoe TTS结合,创建一个聊天娇娃 + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] 为GPT生成不同角色,形成协作实体,完成复杂任务。 diff --git a/docs/README.zh-hant.md b/docs/README.zh-hant.md index 3ec5bce..97a5b0c 100644 --- a/docs/README.zh-hant.md +++ b/docs/README.zh-hant.md @@ -14,16 +14,23 @@ ## The latest additions 🎉 -**NLP** - * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - 請使用 ChatGPT 翻譯字幕 +**Chatbots** + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - 微信機器人WechatBotCMD是一個創新的基於Python 3.11開發的項目,通過結合ChatGPT模型和微信原生API,為用戶提供智能聊天、自動繪畫、自動發朋友圈、自動發視頻號等多樣的API集成服務,旨在提升日常溝通效率和趣味性。 -**Openai** - * [one-api](https://github.com/martialbe/one-api) - OpenAI 介面管理 & 分發系統,改自songquanpeng/one-api。支援更多模型,加入統計頁面,完善非openai模型的函數呼叫。 - * [lux-ui](https://github.com/yangjiakai/lux-ui) - 根據Vue3.x、Vite5.x、TypeScript、Vuetify3.x和Chat GPT創建最佳管理員 +**Browser-extensions** + * [supermemory](https://github.com/dhravya/supermemory) - 用超级记忆力建立您自己的第二大脑。这是您书签的ChatGPT。使用Chrome扩展程序导入推文或保存网站和内容。 + + +**Tutorials** + * [llm-python](https://github.com/onlyphantom/llm-python) - 大型語言模型(LLMs)教程和示例腳本,包括langchain、openai、llamaindex、gpt、chromadb和pinecone + + +**Others** + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] 生成不同角色的GPT,形成協作實體,以應對複雜任務。 -_Updated on April 15, 2024_ (A total of 1507 repositories listed.) +_Updated on April 18, 2024_ (A total of 1511 repositories listed.) ## Table of contents @@ -425,6 +432,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Catalog](https://github.com/mehmetkahya0/ai-catalog) - 龐大的人工智慧模型目錄。涵蓋各個領域的人工智慧工具、平台和資源的精心挑選清單。 * [Multi-Modality-Arena](https://github.com/opengvlab/multi-modality-arena) - 聊天機器人競技場遇上多模態!多模態競技場讓您可以一邊比較視覺語言模型,一邊提供圖像作為輸入。支持MiniGPT-4、LLaMA-Adapter V2、LLaVA、BLIP-2等等! * [chatbot](https://github.com/zhaoyingjun/chatbot) - ChatGPT帶火了聊天機器人,主流的趨勢都調整到了GPT類模式,本項目也與時俱進,會在近期更新GPT類版本。基於本項目和自己的語料可以訓練出自己想要的聊天機器人,用於智能客服、在線問答、閒聊等場景。 + * [WechatBotCMD](https://github.com/wechatapis/wechatbotcmd) - 微信機器人WechatBotCMD是一個創新的基於Python 3.11開發的項目,通過結合ChatGPT模型和微信原生API,為用戶提供智能聊天、自動繪畫、自動發朋友圈、自動發視頻號等多樣的API集成服務,旨在提升日常溝通效率和趣味性。 ## Browser-extensions @@ -587,6 +595,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [AI-Employe](https://github.com/vignshwarar/ai-employe) - 創建瀏覽器自動化,就像您在使用GPT-4 Vision教導人類一樣。 * [raycast-openai-translator](https://github.com/openai-translator/raycast-openai-translator) - 基於 ChatGPT API 的 Raycast 翻譯插件 - 基於 ChatGPT API 的 Raycast 翻譯插件。 * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - 精心策劃一個定制的AI提示圖書館 + * [supermemory](https://github.com/dhravya/supermemory) - 用超级记忆力建立您自己的第二大脑。这是您书签的ChatGPT。使用Chrome扩展程序导入推文或保存网站和内容。 ## CLIs @@ -747,6 +756,7 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [bpf-developer-tutorial](https://github.com/eunomia-bpf/bpf-developer-tutorial) - 通過例子學習 eBPF | eBPF 開發者教程與知識庫:通過小工具和示例一步步學習 eBPF,包含性能、網絡、安全等多種應用場景 * [tensorflow-nlp-tutorial](https://github.com/ukairia777/tensorflow-nlp-tutorial) - 使用tensorflow進行文本預處理,整理最新模型的下游任務,如主題模型、BERT、GPT、LLM等的Deep Learning NLP存儲庫。 * [langchain-kr](https://github.com/teddylee777/langchain-kr) - 請將以下內容翻譯成繁體中文。LangChain官方文件、Cookbook、以及其他實用範例為基礎撰寫的韓文教程。透過本教程,您可以學習如何更輕鬆有效地使用LangChain。LangChain官方文件、Cookbook、以及其他實用範例為基礎撰寫的韓文教程。透過本教程,您可以學習如何更輕鬆有效地使用LangChain。 + * [llm-python](https://github.com/onlyphantom/llm-python) - 大型語言模型(LLMs)教程和示例腳本,包括langchain、openai、llamaindex、gpt、chromadb和pinecone ## NLP @@ -1605,5 +1615,6 @@ _Updated on April 15, 2024_ (A total of 1507 repositories listed.) * [GalTransl](https://github.com/xd2333/galtransl) - 支援GPT-3.5/GPT-4/Newbing/Sakura等大型語言模型的視覺小說自動翻譯解決方案 * [VAR](https://github.com/foundationvision/var) - [GPT擊敗擴散🔥] [視覺生成中的比例定律📈] 官方實現"視覺自回歸建模:通過下一尺度預測實現可擴展圖像生成" * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - 將ChatGPT與Moegoe TTS結合,創建一個聊天妻子。 + * [AutoAgents](https://github.com/link-agi/autoagents) - [IJCAI 2024] 生成不同角色的GPT,形成協作實體,以應對複雜任務。