Spaces:
Sleeping
Sleeping
name
Browse files
README.md
CHANGED
@@ -1,22 +1,26 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.32.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
short_description:
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
|
15 |
-
#
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
|
|
|
|
20 |

|
21 |

|
22 |
|
@@ -43,7 +47,7 @@ An AI-powered Hugging Face repository discovery and analysis tool that helps you
|
|
43 |
1. **Clone the repository**
|
44 |
```bash
|
45 |
git clone <repository-url>
|
46 |
-
cd
|
47 |
```
|
48 |
|
49 |
2. **Install dependencies**
|
@@ -183,7 +187,7 @@ graph TD
|
|
183 |
### File Structure
|
184 |
|
185 |
```
|
186 |
-
π¦
|
187 |
βββ π app.py # Main application
|
188 |
βββ π analyzer.py # Repository analysis logic
|
189 |
βββ π hf_utils.py # Hugging Face utilities
|
|
|
1 |
---
|
2 |
+
title: HF RepoSense
|
3 |
+
emoji: π§
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: gradio
|
7 |
sdk_version: 5.32.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
short_description: AI-powered HuggingFace repository intelligence
|
11 |
+
tags:
|
12 |
+
- agent-demo-track
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
|
17 |
+
# π§ HF RepoSense
|
18 |
|
19 |
+
**AI-powered HuggingFace repository intelligence**
|
20 |
|
21 |
+
An intelligent AI system for discovering, analyzing, and evaluating HuggingFace repositories. HF RepoSense uses advanced AI to understand your requirements, search for relevant repositories, and provide comprehensive analysis with personalized recommendations.
|
22 |
+
|
23 |
+

|
24 |

|
25 |

|
26 |
|
|
|
47 |
1. **Clone the repository**
|
48 |
```bash
|
49 |
git clone <repository-url>
|
50 |
+
cd HF-RepoSense
|
51 |
```
|
52 |
|
53 |
2. **Install dependencies**
|
|
|
187 |
### File Structure
|
188 |
|
189 |
```
|
190 |
+
π¦ HF-RepoSense/
|
191 |
βββ π app.py # Main application
|
192 |
βββ π analyzer.py # Repository analysis logic
|
193 |
βββ π hf_utils.py # Hugging Face utilities
|
app.py
CHANGED
@@ -578,7 +578,7 @@ def create_ui() -> gr.Blocks:
|
|
578 |
font=["Inter", "system-ui", "sans-serif"]
|
579 |
),
|
580 |
css=css,
|
581 |
-
title="
|
582 |
) as app:
|
583 |
|
584 |
# --- State Management ---
|
@@ -594,10 +594,10 @@ def create_ui() -> gr.Blocks:
|
|
594 |
"""
|
595 |
<div style="text-align: center; padding: 40px 20px; background: rgba(255, 255, 255, 0.1); border-radius: 20px; margin: 20px auto; max-width: 900px; backdrop-filter: blur(10px);">
|
596 |
<h1 style="font-size: 3.5rem; font-weight: 800; margin: 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;">
|
597 |
-
|
598 |
</h1>
|
599 |
<p style="font-size: 1.3rem; color: rgba(255, 255, 255, 0.9); margin: 16px 0 0 0; font-weight: 400; line-height: 1.6;">
|
600 |
-
|
601 |
</p>
|
602 |
<div style="height: 4px; width: 80px; background: linear-gradient(45deg, #667eea, #764ba2); margin: 24px auto; border-radius: 2px;"></div>
|
603 |
</div>
|
@@ -623,7 +623,7 @@ def create_ui() -> gr.Blocks:
|
|
623 |
gr.Markdown(
|
624 |
"""
|
625 |
<div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 20px; border-radius: 16px; text-align: center; margin-bottom: 20px;">
|
626 |
-
<h2 style="color: white; margin: 0; font-size: 2rem;">π How to Use HF
|
627 |
<p style="color: rgba(255,255,255,0.9); margin: 10px 0 0 0;">Step-by-step guide to find and analyze repositories</p>
|
628 |
</div>
|
629 |
"""
|
@@ -938,7 +938,8 @@ def create_ui() -> gr.Blocks:
|
|
938 |
"""
|
939 |
<div style="text-align: center; padding: 30px 20px; margin-top: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 16px; backdrop-filter: blur(10px);">
|
940 |
<p style="margin: 0; color: rgba(255, 255, 255, 0.8); font-size: 0.95rem; font-weight: 500;">
|
941 |
-
|
|
|
942 |
& <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Hugging Face</span>
|
943 |
</p>
|
944 |
<div style="height: 2px; width: 60px; background: linear-gradient(45deg, #667eea, #764ba2); margin: 16px auto; border-radius: 1px;"></div>
|
|
|
578 |
font=["Inter", "system-ui", "sans-serif"]
|
579 |
),
|
580 |
css=css,
|
581 |
+
title="π§ HF RepoSense - AI Repository Intelligence"
|
582 |
) as app:
|
583 |
|
584 |
# --- State Management ---
|
|
|
594 |
"""
|
595 |
<div style="text-align: center; padding: 40px 20px; background: rgba(255, 255, 255, 0.1); border-radius: 20px; margin: 20px auto; max-width: 900px; backdrop-filter: blur(10px);">
|
596 |
<h1 style="font-size: 3.5rem; font-weight: 800; margin: 0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;">
|
597 |
+
π§ HF RepoSense
|
598 |
</h1>
|
599 |
<p style="font-size: 1.3rem; color: rgba(255, 255, 255, 0.9); margin: 16px 0 0 0; font-weight: 400; line-height: 1.6;">
|
600 |
+
AI-powered HuggingFace repository intelligence
|
601 |
</p>
|
602 |
<div style="height: 4px; width: 80px; background: linear-gradient(45deg, #667eea, #764ba2); margin: 24px auto; border-radius: 2px;"></div>
|
603 |
</div>
|
|
|
623 |
gr.Markdown(
|
624 |
"""
|
625 |
<div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 20px; border-radius: 16px; text-align: center; margin-bottom: 20px;">
|
626 |
+
<h2 style="color: white; margin: 0; font-size: 2rem;">π How to Use HF RepoSense</h2>
|
627 |
<p style="color: rgba(255,255,255,0.9); margin: 10px 0 0 0;">Step-by-step guide to find and analyze repositories</p>
|
628 |
</div>
|
629 |
"""
|
|
|
938 |
"""
|
939 |
<div style="text-align: center; padding: 30px 20px; margin-top: 40px; background: rgba(255, 255, 255, 0.1); border-radius: 16px; backdrop-filter: blur(10px);">
|
940 |
<p style="margin: 0; color: rgba(255, 255, 255, 0.8); font-size: 0.95rem; font-weight: 500;">
|
941 |
+
π§ <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">HF RepoSense</span> - Powered by
|
942 |
+
<span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Gradio</span>
|
943 |
& <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Hugging Face</span>
|
944 |
</p>
|
945 |
<div style="height: 2px; width: 60px; background: linear-gradient(45deg, #667eea, #764ba2); margin: 16px auto; border-radius: 1px;"></div>
|