Built and maintained by Probelabs.com — easiest AI assistant to maintain your GitHub repository and review the code
Learn more

Help Wanted

Discover open source projects where your contributions truly matter

While large projects overflow with contributions, smaller initiatives eagerly await your expertise and passion

Active filters:Stars: 10+ Stars
Filters trigger API requests for better performance

Showing 13 opportunities to contribute

AI Summary: This issue proposes adding a new parameter to the `get_condorcet_cycles` function in the `pwcg` library. The goal is to allow users to specify whether to detect only weak Condorcet cycles (where ties are permitted) or to also detect strict Condorcet cycles.

Complexity:2/5
good first issueupgrades

A Swiss Army Knife for computational social choice research

Python

AI Summary: This issue proposes updating a GitHub bot script to include recommendations for the Hiero JavaScript SDK's "Good First Issue" and "Beginner Issue" labels. The goal is to expand the bot's functionality to suggest relevant issues from the JS SDK repository alongside existing supported repositories.

Complexity:1/5
Good First Issue

A python SDK for Hiero: A python toolkit for creating, updating, and interacting with on-ledger assets and smart contracts on Hedera and other Hiero networks

Python
#blockchain#distributed-ledger-technology#good-first-issue#good-first-issues#hedera#hiero#open-source#python#sdk

AI Summary: The `InternalMCPManagerAdapter` class registers event listeners with `mcpManager` in its constructor but fails to remove them in the `cleanup()` method. This oversight leads to memory leaks when `InternalMCPManagerAdapter` instances are repeatedly created and destroyed, potentially impacting performance.

Complexity:2/5
buggood first issuecode-quality

小智AI客户端,目前主要用于MCP的对接

TypeScript

AI Summary: This issue requests the addition of a famous Japanese video game quote from Final Fantasy X to a JSON file. The task involves editing a data file, making it suitable for first-time open-source contributors with no coding experience required.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a "good first issue" that asks contributors to add a famous anime quote from Chainsaw Man to a JSON file. The task involves forking the repository, editing a specific JSON file to include the quote's Japanese, Romaji, and English translations along with its anime and character, and then submitting a pull request.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a "good first issue" that asks contributors to add a new Japanese grammar point, "〜てくれる" (someone does a favor for the speaker), to a JSON file. The task involves forking the repository, editing a specific JSON file by pasting the grammar string, and submitting a pull request. No coding experience is required, making it ideal for beginners.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue identifies significant code duplication (approximately 204 lines) between `ByteDanceV2Controller` and `ByteDanceV3Controller` in their `listen()` methods. The duplication violates the DRY (Don't Repeat Yourself) principle, increasing maintenance overhead and the risk of inconsistencies. The proposed solution is to refactor the shared logic into a base class `ByteDanceController` using the template method pattern.

Complexity:3/5
good first issuecode-quality

小智AI客户端,目前主要用于MCP的对接

TypeScript

AI Summary: This issue proposes adding a `reset()` method to `DetectionMetricsFactory` and `SegmentationMetricsFactory`. This method would allow users to clear accumulated data within these factories, enabling them to be reused for multiple evaluations within a single script without needing to instantiate new objects.

Complexity:2/5
good first issue

A toolkit designed to unify and streamline the evaluation of object detection and segmentation models across different sensor modalities, frameworks, and datasets.

Python
#computer-vision#deep-learning#image-segmantation#lidar#lidar-segementation#object-detection#pytorch

AI Summary: This issue requires fixing incorrect ':return:' entries in the docstrings of several methods within the `SegmentationMetricsFactory` class. The goal is to ensure the documentation accurately reflects the return values of these methods.

Complexity:1/5
good first issue

A toolkit designed to unify and streamline the evaluation of object detection and segmentation models across different sensor modalities, frameworks, and datasets.

Python
#computer-vision#deep-learning#image-segmantation#lidar#lidar-segementation#object-detection#pytorch

AI Summary: This issue proposes to optimize the `compute_iou_matrix` function by replacing its nested Python loops with vectorized NumPy operations. The goal is to significantly improve performance for large datasets by leveraging NumPy's broadcasting capabilities for efficient pairwise IoU calculations, while ensuring the output remains identical to the current implementation.

Complexity:2/5
good first issue

A toolkit designed to unify and streamline the evaluation of object detection and segmentation models across different sensor modalities, frameworks, and datasets.

Python
#computer-vision#deep-learning#image-segmantation#lidar#lidar-segementation#object-detection#pytorch

AI Summary: This issue requests the addition of unit tests for the `DetectionMetricsFactory` class and related standalone functions within the `detection_metrics.py` file. Currently, other utility modules have good test coverage, but this specific detection metrics module is lacking. The task also involves renaming an existing test file to improve clarity.

Complexity:2/5
good first issue

A toolkit designed to unify and streamline the evaluation of object detection and segmentation models across different sensor modalities, frameworks, and datasets.

Python
#computer-vision#deep-learning#image-segmantation#lidar#lidar-segementation#object-detection#pytorch

AI Summary: This issue requests improvements to the 'Extra Docker Commands' section of the project's README file. The goal is to fix markdown rendering issues, ensure commands are clear and copy-paste friendly, and improve the overall visual presentation for better readability.

Complexity:1/5
documentationgood first issuebeginner-friendlyfirst-timers-onlybeginner

Open-source RAG engine for ingesting, indexing, and querying unstructured documents

Python
#chatbot#document-qa#fastapi#llm#nextjs#open-source#pgvector#python#rag#semantic-search#supabase#vector-search

AI Summary: This issue proposes refactoring the "Quick Links" section in the README. The goal is to remove descriptive text, display badges side-by-side for a cleaner look, and integrate the section into the Table of Contents. This is a documentation and UI polish task.

Complexity:1/5
documentationenhancementgood first issuebeginner-friendlyfirst-timers-onlybeginner

Open-source RAG engine for ingesting, indexing, and querying unstructured documents

Python
#chatbot#document-qa#fastapi#llm#nextjs#open-source#pgvector#python#rag#semantic-search#supabase#vector-search