llm-code-scorer
Code Scorer using LLM (by vra)
1filellm
Specify a github or local repo, github pull request, arXiv or Sci-Hub paper, Youtube transcript or documentation URL on the web and scrape into a text file and clipboard for easier LLM ingestion (by jimmc414)
llm-code-scorer | 1filellm | |
---|---|---|
1 | 8 | |
13 | 507 | |
- | - | |
7.5 | 9.0 | |
about 2 months ago | 2 months ago | |
Python | Python | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
llm-code-scorer
Posts with mentions or reviews of llm-code-scorer.
We have used some of these posts to build our list of alternatives
and similar projects.
1filellm
Posts with mentions or reviews of 1filellm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-08.
- Show HN: Dump entire Git repos into a single file for LLM prompts
-
Show HN: FileKitty – Combine and label text files for LLM prompt contexts
I created something similar, https://github.com/jimmc414/1filellm
It converts papers, repositories, PRs and web docs into one text file for llm ingestion
-
The lifecycle of a code AI completion
I created a cli tool that copies a GitHub or local repo into a text file for llm ingestion. It only pulls the filetypes you specify.
https://github.com/jimmc414/1filellm
- Show HN: Command Line Data Aggregation Tool for LLM Ingestion
- Show HN: Simple CLI to aggregate repos, papers and docs for LLM ingestion
- Code Repo-Prep for LLM Ingestion
-
Show HN: GPT Repo Loader – load entire code repos into GPT prompts
Nice. I guess we are all thinking the same things. I created something similar today where you can choose the file extensions to pull and handles Jupiter notebooks pulling only text and code. I included a script to strip out superfluous characters, stop words, and converts everything to lowercase.
It also works if you supply a local folder of source files instead of a github repo.
https://github.com/jimmc414/onefilerepo