| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path=r"C:\Users\91745\OneDrive\Desktop\Github_analyser", | |
| repo_id="FiendHunter/Github_bot_scripts", | |
| repo_type="dataset", | |
| ) |
| from huggingface_hub import HfApi | |
| api = HfApi() | |
| api.upload_folder( | |
| folder_path=r"C:\Users\91745\OneDrive\Desktop\Github_analyser", | |
| repo_id="FiendHunter/Github_bot_scripts", | |
| repo_type="dataset", | |
| ) |