abhiixxhek
commited on
Commit
β’
d79acba
1
Parent(s):
df75534
Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,33 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
pinned: true
|
9 |
-
|
10 |
tags:
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
-
|
16 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: "Smart Course Finder π"
|
3 |
+
emoji: "π"
|
4 |
+
colorFrom: "#FF5733"
|
5 |
+
colorTo: "#28B463"
|
6 |
+
sdk: "gradio"
|
7 |
+
sdk_version: "4.44.0"
|
8 |
+
app_file: "app.py"
|
9 |
pinned: true
|
10 |
+
license: "mit"
|
11 |
tags:
|
12 |
+
- machine-learning
|
13 |
+
- data-science
|
14 |
+
- education
|
15 |
+
- ai
|
16 |
+
- nlp
|
17 |
+
- course-recommendation
|
18 |
+
---
|
19 |
+
|
20 |
+
# Smart Course Finder π
|
21 |
+
|
22 |
+
Discover the most relevant **free courses** on Analytics Vidhya using **AI-powered search**! This tool helps you find courses by analyzing your query and ranking courses based on relevance.
|
23 |
+
|
24 |
+
π **Powered by**:
|
25 |
+
- **Gradio** for user-friendly interfaces.
|
26 |
+
- **Groq** for AI-driven course recommendations.
|
27 |
+
|
28 |
+
π **Features**:
|
29 |
+
- Search for relevant courses using natural language queries.
|
30 |
+
- Displays course images, titles, and relevance scores.
|
31 |
+
- Links directly to the course for easy access.
|
32 |
+
|
33 |
+
π **Try it out now!**
|