burtenshaw commited on
Commit
f08e787
·
1 Parent(s): 98a7fcf

add readme with first draft

Browse files
Files changed (2) hide show
  1. README.md +86 -6
  2. logo.png +0 -0
README.md CHANGED
@@ -1,10 +1,90 @@
1
  ---
2
- title: README
3
- emoji: 🐨
4
- colorFrom: gray
5
- colorTo: green
6
  sdk: static
7
- pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Community Spotlight
3
+ emoji:
4
+ colorFrom: orange
5
+ colorTo: red
6
  sdk: static
7
+ pinned: true
8
  ---
9
 
10
+ <div align="center">
11
+
12
+ # Hugging Face Community Spotlight
13
+
14
+ <img src="./logo.png" alt="Hugging Face Logo" width="150" height="150">
15
+
16
+ **Celebrating the amazing contributors who make the Hugging Face ecosystem thrive**
17
+
18
+ </div>
19
+
20
+ The **Hugging Face Community Spotlight** is a dedicated initiative to recognize and celebrate the outstanding members of our vibrant community. From groundbreaking model contributions to helpful forum discussions, from innovative applications to educational content - we showcase the diverse talents that make our ecosystem extraordinary.
21
+
22
+ <div style="background: linear-gradient(135deg, #ff7b7b 0%, #ff6b35 100%); padding: 20px; border-radius: 10px; margin: 20px 0; color: white;">
23
+ <h3 style="margin-top: 0; color: white;">🚀 Our Mission</h3>
24
+ <p style="margin-bottom: 0;">To highlight the incredible work being done by our community members and inspire others to contribute, collaborate, and innovate in the field of machine learning and AI.</p>
25
+ </div>
26
+
27
+ ## 🌈 What We Celebrate
28
+
29
+ <table>
30
+ <tr>
31
+ <td>
32
+ <div style="border: 2px solid #ff6b35; border-radius: 10px; padding: 20px; background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);">
33
+ <h3 style="color: #ff6b35; margin-top: 0;">🤖 Model Creators</h3>
34
+
35
+ <em> People who bring the most useful models to the community</em>
36
+ <ul style="margin: 10px 0;">
37
+ <li>Innovative applications</li>
38
+ <li>State-of-the-art performance</li>
39
+ <li>Open-source contributions</li>
40
+
41
+ </ul>
42
+ </div>
43
+ </td>
44
+ <td>
45
+ <div style="border: 2px solid #4ecdc4; border-radius: 10px; padding: 20px; background: linear-gradient(135deg, #f0fffe 0%, #e6fffd 100%);">
46
+ <h3 style="color: #4ecdc4; margin-top: 0;">📚 Educators & Content Creators</h3>
47
+
48
+ <em> People who write and make demos that educate the community</em>
49
+ <ul style="margin: 10px 0;">
50
+ <li>Posts and articles</li>
51
+ <li>Spaces</li>
52
+ <li>Events</li>
53
+ </ul>
54
+ </div>
55
+ </td>
56
+ </tr>
57
+ <tr>
58
+ <td>
59
+ <div style="border: 2px solid #45b7d1; border-radius: 10px; padding: 20px; background: linear-gradient(135deg, #f0f9ff 0%, #e6f3ff 100%);">
60
+ <h3 style="color: #45b7d1; margin-top: 0;">🛠️ Tool Builders</h3>
61
+ <ul style="margin: 10px 0;">
62
+
63
+ <em> People who build the tools that we use most</em>
64
+ <li>Libraries and frameworks</li>
65
+ <li>Useful applications</li>
66
+ <li>Integration tools</li>
67
+ </ul>
68
+ </div>
69
+ </td>
70
+ <td>
71
+ <div style="border: 2px solid #9b59b6; border-radius: 10px; padding: 20px; background: linear-gradient(135deg, #f8f5ff 0%, #f0e6ff 100%);">
72
+ <h3 style="color: #9b59b6; margin-top: 0;">🤝 Community Champions</h3>
73
+
74
+ <em> People who help out in forums</em>
75
+ <ul style="margin: 10px 0;">
76
+ <li>Mentors and supporters</li>
77
+ <li>Event organizers</li>
78
+ <li>Collaboration facilitators</li>
79
+ </ul>
80
+ </div>
81
+ </td>
82
+ </tr>
83
+
84
+ </table>
85
+
86
+ ## ⭐️ **Together, we're building the future of AI** ⭐️
87
+
88
+ *If you want to suggest someone for the spotlight, open a community post in the [community forum](https://huggingface.co/spaces/community-spotlight/README/discussions).*
89
+
90
+
logo.png ADDED