Aru Sharma

Results 81 comments of Aru Sharma

Greetings sir [This](https://huggingface.co/datasets/FiendHunter/Snapshots_github/tree/main) contains all the snapshots. You can create a node with wasmedge and llamaedge snapshot for now. I have tested them with chatbot UI, and there was a...

Sure sir 1. [This](https://github.com/staru09/Github_analyser/blob/main/scripts/Data_fetch/2.%20Repo_parser.py) is the code I used to create a file collection from a repo. It returns a CSV file like the one given [here.](https://huggingface.co/datasets/FiendHunter/Github_bot/tree/main/main_repos) 2. After creating...

Here is the final [hf_repo](https://huggingface.co/datasets/FiendHunter/Github_bot/tree/main). It contains scripts and intermediary files. I'll also test the above library and share the results.

I tested both the tools mentioned above. 1. With regards to [repo2txt](https://github.com/abinthomasonline/repo2txt ) - It allows to create a txt file with full contents of a repo and it also...

Greetings sir, - All the scripts mentioned [here](https://github.com/staru09/Github_analyser/tree/main/scripts/Summary) take a CSV file with two columns: `path` and `content` as input. - This data is then used to generate summaries and...

> Do you have another Python script to generate the vector snapshots from the 3-column CSV? No sir I don't have a different python script to generate vectors from a...

[This](https://github.com/staru09/Github_analyser/blob/main/scripts/Helper/local_csv.py) is a simple Python script that adds a path to the content column (for code) [Here](https://github.com/staru09/Github_analyser/blob/main/Output/local_repo/llamaedge_merge.csv) is the output. Would you like me to add delimiters also or is...

Sir this is the final [script](https://github.com/staru09/Github_analyser/blob/main/scripts/Helper/local_csv.py) . It generates [output](https://github.com/staru09/Github_analyser/blob/main/Output/local_repo/llamaedge_merge.csv) in the format suggested above. I'll update the script for other repos depending on the type of files (other extensions...

I was actually looking fwd to python ones if they are available else I can go ahead with android ones.