naman1102 commited on
Commit
995b00d
Β·
1 Parent(s): 2cbfda6
Files changed (2) hide show
  1. README.md +14 -10
  2. app.py +6 -5
README.md CHANGED
@@ -1,22 +1,26 @@
1
  ---
2
- title: Agentic HF Analyzer
3
- emoji: 🌍
4
- colorFrom: yellow
5
- colorTo: green
6
  sdk: gradio
7
  sdk_version: 5.32.1
8
  app_file: app.py
9
  pinned: false
10
- short_description: Recommends users which Repos/Spaces to look at
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
- # πŸš€ HF Repo Analyzer
16
 
17
- An AI-powered Hugging Face repository discovery and analysis tool that helps you find, evaluate, and explore the best repositories for your specific needs.
18
 
19
- ![HF Repo Analyzer](https://img.shields.io/badge/Powered%20by-Gradio-orange)
 
 
20
  ![Python](https://img.shields.io/badge/Python-3.8+-blue)
21
  ![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Spaces-yellow)
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 Agentic_HF_Analyzer
47
  ```
48
 
49
  2. **Install dependencies**
@@ -183,7 +187,7 @@ graph TD
183
  ### File Structure
184
 
185
  ```
186
- πŸ“¦ Agentic_HF_Analyzer/
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
+ ![HF RepoSense](https://img.shields.io/badge/Powered%20by-Gradio-orange)
24
  ![Python](https://img.shields.io/badge/Python-3.8+-blue)
25
  ![Hugging Face](https://img.shields.io/badge/Hugging%20Face-Spaces-yellow)
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="πŸš€ HF Repo Analyzer"
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
- πŸš€ HF Repo Analyzer
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
- Discover, analyze, and evaluate Hugging Face repositories with AI-powered insights
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 Repo Analyzer</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,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
- πŸš€ Powered by <span style="background: linear-gradient(45deg, #667eea, #764ba2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700;">Gradio</span>
 
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>