Spaces:
Runtime error
Runtime error
Commit ·
a5ed048
1
Parent(s): 5775042
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,38 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.21.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
# GitHub Forks Utility
|
| 17 |
-
This utility allows you to retrieve information about the forks of a GitHub repository, including the most up-to-date fork, the number of stars and forks, and additional information about the forks.
|
| 18 |
-
## Usage
|
| 19 |
-
To use this utility, you will need to provide your OpenAI API token and the name of the repository you want to analyze in the format `owner/repo`. Once you have entered these parameters, you can click the "Run" button to retrieve the desired information.
|
| 20 |
-
|
| 21 |
-
The output will be displayed in the Gradio interface, and you can download a summary of the results in a markdown file by clicking the "Download" button.
|
| 22 |
-
## Functionality
|
| 23 |
-
This utility uses the GitHub API and OpenAI GPT to analyze forks of a repository and provide various information about them. The following features are currently supported:
|
| 24 |
-
|
| 25 |
-
- <strong>Most up-to-date fork:</strong> Returns information about the fork with the most recent commit.
|
| 26 |
-
- <strong>Number of stars and forks:</strong> Returns the number of stars and forks for each fork.
|
| 27 |
-
- <strong>Completeness and future:</strong> Analyzes the README files of the forks and provides information about the most complete and future-filled forks.
|
| 28 |
-
|
| 29 |
-
## Dependencies
|
| 30 |
-
This utility depends on the following Python packages:
|
| 31 |
-
|
| 32 |
-
- `gradio`: A web interface for interactive machine learning demos.
|
| 33 |
-
- `torch`: A deep learning framework.
|
| 34 |
-
- `transformers`: A library for natural language processing tasks.
|
| 35 |
-
- `PyGithub`: A Python library for accessing the GitHub API.
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
You can install these dependencies by running `pip install -r requirements.txt`.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Discord-History
|
| 3 |
+
emoji: 💻
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: red
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 3.21.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|