ai项目

48 bookmarks
Custom sorting
microsoft/JARVIS:JARVIS,一个连接法学硕士和机器学习社区的系统 --- 微软/JARVIS:JARVIS,一个将LLMs与ML社区连接起来的系统。
microsoft/JARVIS:JARVIS,一个连接法学硕士和机器学习社区的系统 --- 微软/JARVIS:JARVIS,一个将LLMs与ML社区连接起来的系统。
JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf - GitHub - microsoft/JARVIS: JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv...
·github.com·
microsoft/JARVIS:JARVIS,一个连接法学硕士和机器学习社区的系统 --- 微软/JARVIS:JARVIS,一个将LLMs与ML社区连接起来的系统。
Autory
Autory
Increase Productivity with no code and AI.
·autory.ai·
Autory
tatsu-lab/stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and generate the data. --- tatsu-lab/stanford_alpaca:代码和文档,用于训练斯坦福大学的Alpaca模型并生成数据。
tatsu-lab/stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and generate the data. --- tatsu-lab/stanford_alpaca:代码和文档,用于训练斯坦福大学的Alpaca模型并生成数据。
Code and documentation to train Stanford's Alpaca models, and generate the data. - GitHub - tatsu-lab/stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and ...
·github.com·
tatsu-lab/stanford_alpaca: Code and documentation to train Stanford's Alpaca models, and generate the data. --- tatsu-lab/stanford_alpaca:代码和文档,用于训练斯坦福大学的Alpaca模型并生成数据。
piglei/ai-vocabulary-builder: 一个使用了AI技术的智能生词本工具,特殊功能:自动添加生词、阅读故事助记词。
piglei/ai-vocabulary-builder: 一个使用了AI技术的智能生词本工具,特殊功能:自动添加生词、阅读故事助记词。
一个使用了 AI 技术的智能生词本工具,特色功能:自动添加生词、读故事助记单词。. Contribute to piglei/ai-vocabulary-builder development by creating an account on GitHub.
·github.com·
piglei/ai-vocabulary-builder: 一个使用了AI技术的智能生词本工具,特殊功能:自动添加生词、阅读故事助记词。
sailist/chatgpt-enhancement-extension: To provide additional features to enhance the ChatGPT experience, including converting replies to markdown strings, uploading files, and automatically asking questions based on regular expressions.
sailist/chatgpt-enhancement-extension: To provide additional features to enhance the ChatGPT experience, including converting replies to markdown strings, uploading files, and automatically asking questions based on regular expressions.
An all-in-one plugin to improve your ChatGPT experience!
·github.com·
sailist/chatgpt-enhancement-extension: To provide additional features to enhance the ChatGPT experience, including converting replies to markdown strings, uploading files, and automatically asking questions based on regular expressions.
lvwzhen/law-cn-ai: ⚖️ AI 法律助手
lvwzhen/law-cn-ai: ⚖️ AI 法律助手
⚖️ AI 法律助手. Contribute to lvwzhen/law-cn-ai development by creating an account on GitHub.
·github.com·
lvwzhen/law-cn-ai: ⚖️ AI 法律助手
upscayl/upscayl:🆙 Upscayl - 基于 Linux-First 理念构建的适用于 Linux、MacOS 和 Windows 的免费和开源 AI Image Upscaler。
upscayl/upscayl:🆙 Upscayl - 基于 Linux-First 理念构建的适用于 Linux、MacOS 和 Windows 的免费和开源 AI Image Upscaler。
🆙 Upscayl - Free and Open Source AI Image Upscaler for Linux, MacOS and Windows built with Linux-First philosophy. - GitHub - upscayl/upscayl: 🆙 Upscayl - Free and Open Source AI Image Upscaler for...
·github.com·
upscayl/upscayl:🆙 Upscayl - 基于 Linux-First 理念构建的适用于 Linux、MacOS 和 Windows 的免费和开源 AI Image Upscaler。
Yidadaa/ChatGPT-Next-Web:一键部署您自己的 ChatGPT 网络用户界面。 一键拥有你自己的 ChatGPT 网页服务。
Yidadaa/ChatGPT-Next-Web:一键部署您自己的 ChatGPT 网络用户界面。 一键拥有你自己的 ChatGPT 网页服务。
One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT 网页服务。 - GitHub - Yidadaa/ChatGPT-Next-Web: One-Click to deploy well-designed ChatGPT web UI on Vercel. 一键拥有你自己的 ChatGPT ...
·github.com·
Yidadaa/ChatGPT-Next-Web:一键部署您自己的 ChatGPT 网络用户界面。 一键拥有你自己的 ChatGPT 网页服务。
Minigpt-4
Minigpt-4
·minigpt-4.github.io·
Minigpt-4
yetone/openai-translator: 基于 ChatGPT API 的划词翻译 Chrome 插件
yetone/openai-translator: 基于 ChatGPT API 的划词翻译 Chrome 插件
基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API. - GitHub - openai-translator/openai-translator: 基于 ChatGPT ...
·github.com·
yetone/openai-translator: 基于 ChatGPT API 的划词翻译 Chrome 插件
dirk1983/chatgpt: PHP版调用OpenAI最新接口和模型gpt-3.5-turbo进行问答的Demo,采用Stream流模式通信,一边生成一边输出,响应速度超过官网。前端采用JS的EventSource,支持Markdown格式解析,代码有着色处理。页面UI简洁,支持上下文连续会话。源码只有两三个文件,没用任何框架,支持所有PHP版本。只需要修改stream.php中的API_KEY即可使用,也可让浏览者使用自定义API_KEY。
dirk1983/chatgpt: PHP版调用OpenAI最新接口和模型gpt-3.5-turbo进行问答的Demo,采用Stream流模式通信,一边生成一边输出,响应速度超过官网。前端采用JS的EventSource,支持Markdown格式解析,代码有着色处理。页面UI简洁,支持上下文连续会话。源码只有两三个文件,没用任何框架,支持所有PHP版本。只需要修改stream.php中的API_KEY即可使用,也可让浏览者使用自定义API_KEY。
全网最易部署,响应速度最快的ChatGPT环境。PHP版调用OpenAI接口进行问答,采用Stream流模式通信,一边生成一边输出。前端采用EventSource,支持Markdown格式解析,支持公式显示,代码有着色处理。页面UI简洁,支持上下文连续会话。源码只有几个文件,没用任何框架,支持所有PHP版本,全部开源,极易二开。保姆级教程,全部周边资源,欢迎进群交流,一切全免费。 - Git...
·github.com·
dirk1983/chatgpt: PHP版调用OpenAI最新接口和模型gpt-3.5-turbo进行问答的Demo,采用Stream流模式通信,一边生成一边输出,响应速度超过官网。前端采用JS的EventSource,支持Markdown格式解析,代码有着色处理。页面UI简洁,支持上下文连续会话。源码只有两三个文件,没用任何框架,支持所有PHP版本。只需要修改stream.php中的API_KEY即可使用,也可让浏览者使用自定义API_KEY。