Skip to content

Here's what's popular on GitHub today...

Showcase your open source projects in Berlin this summer

Call for projects

We invite you to submit your projects for a chance to be showcased at the Open Source Fair during The Merge conference in Berlin this June. Selected participants will not only gain exposure to a diverse audience but also receive a complimentary ticket to the event. Don’t miss this opportunity to highlight your work and connect with fellow developers!

MATLAB logo

Popular topic

MATLAB is a programming platform for numerical computation and visualization.
RenderATL 2024

Upcoming event recommended by GitHub

Jun
12

RenderATL 2024

June 12, 2024 - June 15, 2024 • Americasmart - Atlanta, GA

RenderATL is a tech conference and music festival focused on supporting people of color in technology

This recommendation was created by GitHub staff

Issue-Label Bot

Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).

Instructions on how to alias the labels can be viewed on the app's website.

This app only works on public repositories.

Trending repository

为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。

  • Updated Apr 26, 2024
  • Python

Trending repository

🪢 Open source LLM engineering platform. Observability, metrics, evals, prompt management, testing, prompt playground, datasets, LLM evaluations -- 🍊YC W23 🤖 integrate via Typescript, Python / Decorators, OpenAI, Langchain, LlamaIndex, Litellm, Instructor, Mistral, Perplexity, Claude, Gemini, Vertex

  • Updated Apr 27, 2024
  • TypeScript

Trending repository

The PS5 Nor Modifier is an easy to use Windows based application to rewrite your PS5 NOR file. This can be useful if your NOR is corrupt, or if you have a disc edition console that needs to be converted to digital in order to bypass the disc drive checks

  • Updated Apr 26, 2024
  • C#

This recommendation was created by GitHub staff

pre-commit ci

Developers spend a fair chunk of time during their development flow on fixing relatively trivial problems in their code. pre-commit.ci both enforces that these issues are discovered (which is opt-in for each developer's workflow via pre-commit) but also fixes the issues automatically, letting developers focus their time on more valuable problems.