From dc4ae0f33439b44b51aecfefcce6b38a78a464e7 Mon Sep 17 00:00:00 2001 From: taishi-i Date: Mon, 15 Apr 2024 01:47:04 +0900 Subject: [PATCH] add repositories (Updated on April 15, 2024) --- README.md | 22 +++++----- awesome-ChatGPT-repositories.json | 67 +++++++++++++++++++++++++++++++ docs/README.en.md | 22 +++++----- docs/README.ja.md | 22 +++++----- docs/README.zh-hans.md | 22 +++++----- docs/README.zh-hant.md | 22 +++++----- 6 files changed, 112 insertions(+), 65 deletions(-) diff --git a/README.md b/README.md index 2c714e9..82f3e17 100644 --- a/README.md +++ b/README.md @@ -14,23 +14,16 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 -**Awesome-lists** - * [awesome-transformer-nlp](https://github.com/cedrickchee/awesome-transformer-nlp) - A curated list of NLP resources focused on Transformer networks, attention mechanism, GPT, BERT, ChatGPT, LLMs, and transfer learning. - - -**Browser-extensions** - * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - Curate a custom library of AI Prompts +**NLP** + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ Translate subtitle using ChatGPT -**Langchain** - * [langflow](https://github.com/langflow-ai/langflow) - ⛓️ Langflow is a dynamic graph where each node is an executable unit. Its modular and interactive design fosters rapid experimentation and prototyping, pushing hard on the limits of creativity. - - -**Others** - * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - Combined ChatGPT with Moegoe TTS to create a Chatting Waifu +**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 -_Updated on April 11, 2024_ (A total of 1504 repositories listed.) +_Updated on April 15, 2024_ (A total of 1507 repositories listed.) ## Table of contents @@ -979,6 +972,7 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [LLMPapers](https://github.com/kseseu/llmpapers) - Papers & Works for large languange models (ChatGPT, GPT-3, Codex etc.). * [AIGenPipeline](https://github.com/stoerr/aigenpipeline) - AI based code generation pipeline: command line tool and framework for systematic code generation using AI in a build process * [agency](https://github.com/neurocult/agency) - 🕵️‍♂️ Library designed for developers eager to explore the potential of Large Language Models (LLMs) and other generative AI through a clean, effective, and Go-idiomatic approach. + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ Translate subtitle using ChatGPT ## Langchain @@ -1239,6 +1233,8 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [cognee](https://github.com/topoteretes/cognee) - Memory management for the AI Applications and AI Agents * [finance](https://github.com/saleem-hadad/finance) - 💰 Free open-source personal finance tracking web application powered by ChatGPT. * [chatgpt-web](https://github.com/xqdoo00o/chatgpt-web) - Pure Javascript ChatGPT demo based on OpenAI API + * [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 ## Others diff --git a/awesome-ChatGPT-repositories.json b/awesome-ChatGPT-repositories.json index cd567a4..efc1d42 100644 --- a/awesome-ChatGPT-repositories.json +++ b/awesome-ChatGPT-repositories.json @@ -20200,6 +20200,28 @@ "zh-hans": "🕵️‍♂️ 专为开发人员设计的图书馆,旨在通过清晰、有效和符合Go语言习惯的方法,探索大型语言模型(LLMs)和其他生成式人工智能的潜力。", "zh-hant": "🕵️‍♂️ 專為渴望通過乾淨、有效和 Go-idiomatic 方法探索大型語言模型(LLMs)和其他生成式人工智能潛力的開發人員設計的圖書館。" } + }, + "https://github.com/gnehs/subtitle-translator-electron": { + "repository_name": "subtitle-translator-electron", + "user_name": "gnehs", + "language": null, + "license": null, + "description": "↔️ Translate subtitle using ChatGPT", + "topics": [ + "chatgpt", + "electron", + "gpt-3", + "gpt-4", + "open-ai", + "subtitle", + "translation" + ], + "multilingual_descriptions": { + "en": "↔️ Translate subtitle using ChatGPT", + "ja": "↔️ ChatGPTを使用して字幕を翻訳します", + "zh-hans": "使用ChatGPT翻译字幕", + "zh-hant": "請使用 ChatGPT 翻譯字幕" + } } }, "Langchain": { @@ -25717,6 +25739,51 @@ "zh-hans": "基于OpenAI API的纯JavaScript ChatGPT演示", "zh-hant": "純JavaScript ChatGPT演示,基於OpenAI API" } + }, + "https://github.com/martialbe/one-api": { + "repository_name": "one-api", + "user_name": "MartialBE", + "language": "Go", + "license": "MIT License", + "description": "OpenAI 接口管理 & 分发系统,改自songquanpeng/one-api。支持更多模型,加入统计页面,完善非openai模型的函数调用。", + "topics": [ + "chatgpt", + "openai", + "openai-api" + ], + "multilingual_descriptions": { + "en": "OpenAI interface management & distribution system, modified from songquanpeng/one-api. Supports more models, adds statistical pages, and improves function calls for non-OpenAI models.", + "ja": "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以外のモデルの関数呼び出しを改善します。", + "zh-hans": "OpenAI 接口管理 & 分发系统,改自songquanpeng/one-api。支持更多模型,加入统计页面,完善非openai模型的函数调用。 OpenAI接口管理和分发系统,基于songquanpeng/one-api进行改进。支持更多模型,添加统计页面,完善非OpenAI模型的函数调用。", + "zh-hant": "OpenAI 介面管理 & 分發系統,改自songquanpeng/one-api。支援更多模型,加入統計頁面,完善非openai模型的函數呼叫。" + } + }, + "https://github.com/yangjiakai/lux-ui": { + "repository_name": "lux-ui", + "user_name": "yangjiakai", + "language": "Vue", + "license": "MIT License", + "description": "Create the best admin based on Vue3.x, Vite5.x, TypeScript, Vuetify3.x, Chat GPT", + "topics": [ + "chatgpt", + "firebase", + "firebase-auth", + "markdown", + "mockjs", + "openai", + "pinia", + "typscript", + "vite", + "vue3", + "vuetify", + "vuetify3" + ], + "multilingual_descriptions": { + "en": "Create the best admin based on Vue3.x, Vite5.x, TypeScript, Vuetify3.x, Chat GPT", + "ja": "Vue3.x、Vite5.x、TypeScript、Vuetify3.x、Chat GPTに基づいて最高の管理者を作成します。", + "zh-hans": "基于Vue3.x、Vite5.x、TypeScript、Vuetify3.x和Chat GPT创建最佳管理员", + "zh-hant": "根據Vue3.x、Vite5.x、TypeScript、Vuetify3.x和Chat GPT創建最佳管理員" + } } }, "Others": { diff --git a/docs/README.en.md b/docs/README.en.md index 590d9d8..45732b3 100644 --- a/docs/README.en.md +++ b/docs/README.en.md @@ -14,23 +14,16 @@ Your contributions are always welcome! Before contributing, please read [the gui ## The latest additions 🎉 -**Awesome-lists** - * [awesome-transformer-nlp](https://github.com/cedrickchee/awesome-transformer-nlp) - A curated list of NLP resources focused on Transformer networks, attention mechanism, GPT, BERT, ChatGPT, LLMs, and transfer learning. - - -**Browser-extensions** - * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - Curate a custom library of AI Prompts +**NLP** + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ Translate subtitle using ChatGPT -**Langchain** - * [langflow](https://github.com/langflow-ai/langflow) - ⛓️ Langflow is a dynamic graph where each node is an executable unit. Its modular and interactive design fosters rapid experimentation and prototyping, pushing hard on the limits of creativity. - - -**Others** - * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - Combined ChatGPT with Moegoe TTS to create a Chatting Waifu +**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 -_Updated on April 11, 2024_ (A total of 1504 repositories listed.) +_Updated on April 15, 2024_ (A total of 1507 repositories listed.) ## Table of contents @@ -979,6 +972,7 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [LLMPapers](https://github.com/kseseu/llmpapers) - Papers & Works for large languange models (ChatGPT, GPT-3, Codex etc.). * [AIGenPipeline](https://github.com/stoerr/aigenpipeline) - AI based code generation pipeline: command line tool and framework for systematic code generation using AI in a build process * [agency](https://github.com/neurocult/agency) - 🕵️‍♂️ Library designed for developers eager to explore the potential of Large Language Models (LLMs) and other generative AI through a clean, effective, and Go-idiomatic approach. + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ Translate subtitle using ChatGPT ## Langchain @@ -1239,6 +1233,8 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [cognee](https://github.com/topoteretes/cognee) - Memory management for the AI Applications and AI Agents * [finance](https://github.com/saleem-hadad/finance) - 💰 Free open-source personal finance tracking web application powered by ChatGPT. * [chatgpt-web](https://github.com/xqdoo00o/chatgpt-web) - Pure Javascript ChatGPT demo based on OpenAI API + * [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 ## Others diff --git a/docs/README.ja.md b/docs/README.ja.md index 62e24c3..a023c68 100644 --- a/docs/README.ja.md +++ b/docs/README.ja.md @@ -14,23 +14,16 @@ ## The latest additions 🎉 -**Awesome-lists** - * [awesome-transformer-nlp](https://github.com/cedrickchee/awesome-transformer-nlp) - Transformerネットワーク、注意機構、GPT、BERT、ChatGPT、LLMs、および転移学習に焦点を当てたNLPリソースの厳選リスト。 - - -**Browser-extensions** - * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - AIプロンプトのカスタムライブラリをキュレーションする +**NLP** + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ ChatGPTを使用して字幕を翻訳します -**Langchain** - * [langflow](https://github.com/langflow-ai/langflow) - ⛓️ Langflowは、各ノードが実行可能なユニットであるダイナミックグラフです。そのモジュラーでインタラクティブなデザインは、迅速な実験やプロトタイピングを促進し、創造性の限界に挑戦します。 - - -**Others** - * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - ChatGPTとMoegoe TTSを組み合わせて、チャットするワイフを作成します。 +**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に基づいて最高の管理者を作成します。 -_Updated on April 11, 2024_ (A total of 1504 repositories listed.) +_Updated on April 15, 2024_ (A total of 1507 repositories listed.) ## Table of contents @@ -979,6 +972,7 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [LLMPapers](https://github.com/kseseu/llmpapers) - 大規模言語モデル(ChatGPT、GPT-3、Codexなど)の論文や作品。 * [AIGenPipeline](https://github.com/stoerr/aigenpipeline) - AIベースのコード生成パイプライン:AIを使用した体系的なコード生成のためのコマンドラインツールおよびフレームワーク、ビルドプロセスでの使用 * [agency](https://github.com/neurocult/agency) - 🕵️‍♂️ 大規模言語モデル(LLM)や他の生成AIの潜在能力を探求したい開発者向けに設計されたライブラリ。クリーンで効果的、かつGo-idiomaticなアプローチを通じて。 + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - ↔️ ChatGPTを使用して字幕を翻訳します ## Langchain @@ -1239,6 +1233,8 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [cognee](https://github.com/topoteretes/cognee) - AIアプリケーションとAIエージェントのためのメモリ管理 * [finance](https://github.com/saleem-hadad/finance) - 💰 ChatGPTによって提供される無料のオープンソースの個人向けファイナンス追跡Webアプリ。 * [chatgpt-web](https://github.com/xqdoo00o/chatgpt-web) - OpenAI APIをベースにした純粋なJavascript ChatGPTデモOpenAI APIをベースにした純粋なJavascript ChatGPTデモ + * [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に基づいて最高の管理者を作成します。 ## Others diff --git a/docs/README.zh-hans.md b/docs/README.zh-hans.md index f1dee61..7b577cd 100644 --- a/docs/README.zh-hans.md +++ b/docs/README.zh-hans.md @@ -14,23 +14,16 @@ ## The latest additions 🎉 -**Awesome-lists** - * [awesome-transformer-nlp](https://github.com/cedrickchee/awesome-transformer-nlp) - 一个精心筛选的自然语言处理资源列表,重点关注Transformer网络、注意力机制、GPT、BERT、ChatGPT、LLMs和迁移学习。 - - -**Browser-extensions** - * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - 策划一个定制的人工智能提示库 +**NLP** + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - 使用ChatGPT翻译字幕 -**Langchain** - * [langflow](https://github.com/langflow-ai/langflow) - ⛓️ Langflow是一个动态图,其中每个节点都是可执行单元。其模块化和交互式设计促进了快速实验和原型设计,大力挑战创造力的极限。 - - -**Others** - * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - 将ChatGPT与Moegoe TTS结合,创建一个聊天娇娃 +**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创建最佳管理员 -_Updated on April 11, 2024_ (A total of 1504 repositories listed.) +_Updated on April 15, 2024_ (A total of 1507 repositories listed.) ## Table of contents @@ -979,6 +972,7 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [LLMPapers](https://github.com/kseseu/llmpapers) - 大型语言模型(ChatGPT,GPT-3,Codex等)的论文和作品。 * [AIGenPipeline](https://github.com/stoerr/aigenpipeline) - 基于人工智能的代码生成流水线:命令行工具和框架,用于在构建过程中使用人工智能进行系统化代码生成。 * [agency](https://github.com/neurocult/agency) - 🕵️‍♂️ 专为开发人员设计的图书馆,旨在通过清晰、有效和符合Go语言习惯的方法,探索大型语言模型(LLMs)和其他生成式人工智能的潜力。 + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - 使用ChatGPT翻译字幕 ## Langchain @@ -1239,6 +1233,8 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [cognee](https://github.com/topoteretes/cognee) - AI应用程序和AI代理的内存管理 * [finance](https://github.com/saleem-hadad/finance) - 💰 由ChatGPT提供支持的免费开源个人财务跟踪网络应用程序。 * [chatgpt-web](https://github.com/xqdoo00o/chatgpt-web) - 基于OpenAI API的纯JavaScript ChatGPT演示 + * [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创建最佳管理员 ## Others diff --git a/docs/README.zh-hant.md b/docs/README.zh-hant.md index 4c48454..3ec5bce 100644 --- a/docs/README.zh-hant.md +++ b/docs/README.zh-hant.md @@ -14,23 +14,16 @@ ## The latest additions 🎉 -**Awesome-lists** - * [awesome-transformer-nlp](https://github.com/cedrickchee/awesome-transformer-nlp) - 一個精心挑選的自然語言處理資源列表,專注於Transformer網絡、注意機制、GPT、BERT、ChatGPT、LLMs和遷移學習。 - - -**Browser-extensions** - * [AI-Prompt-Genius](https://github.com/ai-prompt-genius/ai-prompt-genius) - 精心策劃一個定制的AI提示圖書館 +**NLP** + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - 請使用 ChatGPT 翻譯字幕 -**Langchain** - * [langflow](https://github.com/langflow-ai/langflow) - ⛓️ Langflow 是一個動態圖,其中每個節點都是可執行的單元。其模塊化和互動設計促進了快速實驗和原型設計,大大挑戰了創造力的極限。 - - -**Others** - * [ChatWaifu](https://github.com/cjyaddone/chatwaifu) - 將ChatGPT與Moegoe TTS結合,創建一個聊天妻子。 +**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創建最佳管理員 -_Updated on April 11, 2024_ (A total of 1504 repositories listed.) +_Updated on April 15, 2024_ (A total of 1507 repositories listed.) ## Table of contents @@ -979,6 +972,7 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [LLMPapers](https://github.com/kseseu/llmpapers) - 論文和作品,適用於大型語言模型(ChatGPT、GPT-3、Codex等)。 * [AIGenPipeline](https://github.com/stoerr/aigenpipeline) - 基於人工智慧的程式碼生成流程:命令列工具和框架,用於在構建過程中系統性地使用人工智慧生成程式碼。 * [agency](https://github.com/neurocult/agency) - 🕵️‍♂️ 專為渴望通過乾淨、有效和 Go-idiomatic 方法探索大型語言模型(LLMs)和其他生成式人工智能潛力的開發人員設計的圖書館。 + * [subtitle-translator-electron](https://github.com/gnehs/subtitle-translator-electron) - 請使用 ChatGPT 翻譯字幕 ## Langchain @@ -1239,6 +1233,8 @@ _Updated on April 11, 2024_ (A total of 1504 repositories listed.) * [cognee](https://github.com/topoteretes/cognee) - AI應用程式和AI代理的記憶體管理 * [finance](https://github.com/saleem-hadad/finance) - 💰由ChatGPT驅動的免費開源個人財務追蹤網絡應用程式。 * [chatgpt-web](https://github.com/xqdoo00o/chatgpt-web) - 純JavaScript ChatGPT演示,基於OpenAI API + * [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創建最佳管理員 ## Others