Add BESSER Neural Network Editor - #462
Conversation
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="projects.yaml">
<violation number="1" location="projects.yaml:4671">
P1: The project BESSER-PEARL/BESSER has only 183 stars, which is well below the 300-star minimum configured in `projects.yaml` (`min_stars: 300`). This project does not meet the repository's own inclusion criteria and will be automatically filtered out during generation, making the entry effectively dead configuration. Either the minimum star threshold for this project needs to be waived (if that's the intent) or the project should not be added until it reaches 300 stars.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| - github_id: juspay/neurolink | ||
| category: ml-frameworks | ||
| description: Enterprise-grade LLM integration framework for building production-ready AI applications with built-in hallucination prevention, RAG, and MCP support | ||
| - name: BESSER Neural Network Editor |
There was a problem hiding this comment.
P1: The project BESSER-PEARL/BESSER has only 183 stars, which is well below the 300-star minimum configured in projects.yaml (min_stars: 300). This project does not meet the repository's own inclusion criteria and will be automatically filtered out during generation, making the entry effectively dead configuration. Either the minimum star threshold for this project needs to be waived (if that's the intent) or the project should not be added until it reaches 300 stars.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At projects.yaml, line 4671:
<comment>The project BESSER-PEARL/BESSER has only 183 stars, which is well below the 300-star minimum configured in `projects.yaml` (`min_stars: 300`). This project does not meet the repository's own inclusion criteria and will be automatically filtered out during generation, making the entry effectively dead configuration. Either the minimum star threshold for this project needs to be waived (if that's the intent) or the project should not be added until it reaches 300 stars.</comment>
<file context>
@@ -4668,3 +4668,9 @@ projects:
- github_id: juspay/neurolink
category: ml-frameworks
description: Enterprise-grade LLM integration framework for building production-ready AI applications with built-in hallucination prevention, RAG, and MCP support
+ - name: BESSER Neural Network Editor
+ github_id: BESSER-PEARL/BESSER
+ pypi_id: besser
</file context>
There was a problem hiding this comment.
Thank you for the review. I acknowledge the min_stars: 300 threshold, however there are already several projects in this list with fewer than 300 stars (some with as low as 33 stars), which suggests exceptions have been made previously. I would appreciate it if the maintainer could confirm whether this entry can be included given this precedent, or advise on the best way to proceed.
What kind of change does this PR introduce?
Description:
Add BESSER Neural Network Editor, which is a web-based visual editor for designing neural network architectures and automatically generating PyTorch and TensorFlow code.
Checklist:
README.mdfile. Projects are only supposed to be added or updated within theprojects.yamlfile since theREADME.mdfile is automatically generated.Summary by cubic
Add BESSER Neural Network Editor as a new project in
projects.yaml. It’s a web-based visual editor for neural network architectures that auto-generatesPyTorchandTensorFlowcode.Written for commit eb6fe1b. Summary will update on new commits.