Spaces:
Sleeping
Sleeping
Rasool Shaikh
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Smart-Search-LLM
|
2 |
This project implements a smart search tool for finding the most relevant free courses on Analytics Vidhya using open source LLM and database for vector-based search. The tool is built with Streamlit for an interactive UI and deployed on Huggingface Spaces.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: Smart Search
|
4 |
+
sdk: streamlit
|
5 |
+
emoji: 📚
|
6 |
+
colorFrom: red
|
7 |
+
colorTo: blue
|
8 |
+
short_description: Smart Search for Analytics Vidya platform
|
9 |
+
---
|
10 |
+
|
11 |
# Smart-Search-LLM
|
12 |
This project implements a smart search tool for finding the most relevant free courses on Analytics Vidhya using open source LLM and database for vector-based search. The tool is built with Streamlit for an interactive UI and deployed on Huggingface Spaces.
|