Github 2023-12-23 Top 10 Open Source Project Daily

According to statistics from Github Trendings, there are 10 projects on the list today (2023-12-23 statistics). Based on the number of projects in the development language, the summary is as follows:

Development language Number of items
Python project 6
C++ project 2
Project C 1
Jupyter Notebook Project 1
HTML project 1
Go project 1
Non-development language projects 1

Collective list of free APIs

  • Creation period: 2834 days
  • Development language: Python
  • Agreement type: MIT License
  • Number of Stars: 272328
  • Number of Forks: 30625 times
  • Number of followers: 272328 people
  • Number of contributors: 430
  • Number of Open Issues: 225
  • Github address: https://github.com/public-apis/public-apis.git
  • Project homepage: http://public-apis.org

This open source project is a collective list of free APIs covering various categories such as Animals, Animation, Anti-Malware, Art & Design, Authentication & Authorization, Blockchain, Books, Business, and more. It provides a comprehensive index of APIs that developers can use in their projects.

The Art of the Command Line: A Simple, Practical Guide to Mastering the Command Line

  • Creation period: 3139 days
  • Number of Stars: 142125
  • Number of Forks: 14059 times
  • Number of followers: 142125 people
  • Number of contributors: 150
  • Number of Open Issues: 222
  • Github address: https://github.com/jlevy/the-art-of-command-line.git

The Art of the Command Line is a concise, practical guide to mastering the command line. It covers the basics, daily usage, working with files and data, system debugging, one-line commands, obscure but useful commands, and platform-specific tips for macOS and Windows. This guide emphasizes the importance of command line fluency to increase engineer flexibility and productivity. This is a collaborative work, with contributions from multiple authors and translators.

GPT-Engineer: an open source project for writing and executing code in natural language

  • Creation period: 236 days
  • Development language: Python
  • Agreement type: MIT License
  • Number of Stars: 47002
  • Number of Forks: 7631 times
  • Number of followers: 47002 people
  • Number of contributors: 82 people
  • Number of Open Issues: 22
  • Github address: https://github.com/gpt-engineer-org/gpt-engineer.git

GPT-Engineer is an open source project that allows users to specify software in natural language and then uses artificial intelligence to write and execute the code. In addition, users can also ask AI to make improvements to the software.

MetaGPT: a multi-agent framework

  • Creation period: 174 days
  • Development language: Python
  • Agreement type: MIT License
  • Number of Stars: 31871
  • Number of Forks: 3750 times
  • Number of followers: 31871 people
  • Number of contributors: 51
  • Number of Open Issues: 195
  • Github address: https://github.com/geekan/MetaGPT.git
  • Project homepage: https://deepwisdom.ai/

MetaGPT is a multi-agent framework that takes a line of requirements as input and outputs various project deliverables such as user stories, competitive analysis, requirements, data structures, APIs, and documentation. It involves product managers, architects, project managers and engineers and follows the core philosophy of concretizing and applying SOPs (Standard Operating Procedures) to teams composed of LLMs.

Start and run Ollama for large language models locally

  • Creation period: 174 days
  • Development language: Go
  • Agreement type: MIT License
  • Number of Stars: 22958
  • Number of Forks: 1302 times
  • Number of followers: 22958 people
  • Number of contributors: 88
  • Number of Open Issues: 340
  • Github address: https://github.com/jmorganca/ollama.git
  • Project homepage: https://ollama.ai

Ollama is an open source project that helps users set up and use large language models locally.

GPT PILOT: A development tool for writing scalable applications from scratch

  • Creation period: 129 days
  • Development language: Python
  • Agreement type: MIT License
  • Number of Stars: 15777
  • Number of Forks: 1296 times
  • Number of followers: 15777 people
  • Number of contributors: 35 people
  • Number of Open Issues: 92
  • Github address: https://github.com/Pythagora-io/gpt-pilot.git

GPT PILOT is an open source development tool that allows developers to write scalable applications from scratch while overseeing implementation.

PowerInfer: High-speed large language model serving on PC using consumer-grade GPUs

  • Creation cycle: 7 days
  • Development language: C, C++
  • Agreement type: MIT License
  • Number of Stars: 3205
  • Number of Forks: 127 times
  • Number of followers: 3205 people
  • Number of contributors: 386
  • Number of Open Issues: 16
  • Github address: https://github.com/SJTU-IPADS/PowerInfer.git

PowerInfer is an open source project that enables high-speed large language model serving on personal computers using consumer-grade GPUs.

sound cloning tool

  • Creation period: 34 days
  • Development language: Python, HTML
  • Protocol type: Other
  • Number of Stars: 2510
  • Number of Forks: 224 times
  • Number of followers: 2510 people
  • Number of contributors: 1 person
  • Number of Open Issues: 2
  • Github address: https://github.com/jianchang512/clone-voice.git

This is a voice cloning tool that can use any human voice to synthesize a piece of text into a speaking voice using that voice, or convert a voice into another voice using that voice. It has a simple and easy-to-use web interface, supports 4 languages ​​including Chinese, English, Japanese, and Korean, and can record sounds from the microphone online. Users only need to enter text or import srt files, select the sound files to convert, and then select the sounds to use for immediate generation. In addition, it also provides how to use the precompiled version and source code version, as well as installation instructions for CUDA acceleration support.

Adding AMD FSR3 frame generation to the game and migrating to Nexus Mods

  • Creation cycle: 6 days
  • Development language: C++
  • License type: GNU General Public License v3.0
  • Number of Stars: 1193
  • Number of Forks: 43 times
  • Number of followers: 1193 people
  • Number of contributors: 1 person
  • Number of Open Issues: 152
  • Github address: https://github.com/Nukem9/dlssg-to-fsr3.git

This project adds AMD FSR3 frame generation to games by replacing Nvidia DLSS-G frame generation (nvngx_dlssg). These builds have been migrated to Nexus Mods.

Simple, minimal implementation of Mamba SSM

  • Creation cycle: 3 days
  • Development language: Python, Jupyter Notebook
  • Number of Stars: 1010
  • Number of Forks: 54 times
  • Number of followers: 1010 people
  • Number of contributors: 1 person
  • Number of Open Issues: 3
  • Github address: https://github.com/johnma2006/mamba-minimal.git

Project 'mamba-minimal' is a simple, minimal implementation of Mamba SSM in PyTorch. It has the same numerical output for forward and backward passes as the official implementation, as well as simplified, readable, and annotated code. However, it does not include the speed optimizations in the official implementation, since the focus is on readability rather than performance.

Guess you like

Origin blog.csdn.net/xiaoquqi/article/details/135164279