Skip to content

Latest commit

 

History

History
141 lines (137 loc) · 14.5 KB

2023-02-11.md

File metadata and controls

141 lines (137 loc) · 14.5 KB

2023-02-11

python

  • zhayujie / chatgpt-on-wechat:使用ChatGPT搭建微信聊天机器人,基于OpenAI API和itchat实现。Wechat robot based on ChatGPT, which using OpenAI api and itchat library.
  • openai / gpt-2:Code for the paper "Language Models are Unsupervised Multitask Learners"
  • YuxinWenRick / hard-prompts-made-easy:
  • acikkaynak / deprem-yardim-backend:afetharita.com backend projesi
  • BlinkDL / RWKV-LM:RWKV is a RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
  • samim23 / polymath:Convert any music library into a music production sample-library with ML
  • openai / gym:A toolkit for developing and comparing reinforcement learning algorithms.
  • lucidrains / PaLM-rlhf-pytorch:Implementation of RLHF (Reinforcement Learning with Human Feedback) on top of the PaLM architecture. Basically ChatGPT but with PaLM
  • google / jax:Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more
  • lss233 / chatgpt-mirai-qq-bot:OpenAI ChatGPT for Mirai QQ Bot,QQ 聊天机器人! 每个群组/好友单独一个 Conversation,文字转图片发送, Docker 快速部署,反向代理加速 (部分代码由 ChatGPT 生成)
  • TheAlgorithms / Python:All Algorithms implemented in Python
  • open-mmlab / mmocr:OpenMMLab Text Detection, Recognition and Understanding Toolbox
  • Zero6992 / chatGPT-discord-bot:Integrate ChatGPT into your own discord bot
  • karpathy / ng-video-lecture:
  • AIGCT / EASYChatGPT:This is an application project of 'chatgpt',only applicable to desktop environment.
  • kubernetes-client / python:Official Python client library for kubernetes
  • karpathy / minGPT:A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
  • RockChinQ / QChatGPT:基于OpenAI ChatGPT+mirai QQ 的 QQ 机器人,多平台一键部署,支持绘图模型,支持多api-key,支持自定义插件
  • clue-ai / clueai-python:clueai工具包: 3行代码3分钟,自定义需要的API!
  • huggingface / transformers:🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
  • LlmKira / Openaibot:ChatGPT 🤖 Chatbot/Voice Assistant | 📱 Cross-Platform | 🦾 Async | 🗣 Good Contextual Support | 🌻 sh & docker Deployment| 🔌 API Server Provided| 🎤 Azure/Vits for Voice Chatting | 🌎 Real-time Information Searching| 📷 Multi-modal/Image Understanding | 💐 Self-maintained LLM Framework|ChatGPT Like
  • enhuiz / vall-e:An unofficial PyTorch implementation of the audio LM VALL-E
  • triton-inference-server / server:The Triton Inference Server provides an optimized cloud and edge inferencing solution.
  • TheR1D / shell_gpt:A command-line interface (CLI) productivity tool powered by OpenAI's text-davinci-003 model, will help you accomplish your tasks faster and more efficiently.
  • microsoft / unilm:Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities

swift

javascript

go