Spaces:
Sleeping
Sleeping
Added Hugging Face Spaces configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ๐ Content-Based Book Recommendation System ๐
|
| 2 |
|
| 3 |
This is a content-based book recommendation system that recommends books ๐๐ similar to an input book title based on the similarity of book summaries. The system uses **TF-IDF (๐ Term Frequency-Inverse Document Frequency)** and **Cosine Similarity ๐งฎ** to compare books and find the most relevant recommendations. It provides a user-friendly interface built with **Gradio ๐ป**, where users can enter a book title and get recommendations.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: "Book Recommendation System"
|
| 3 |
+
emoji: "๐"
|
| 4 |
+
colorFrom: "purple"
|
| 5 |
+
colorTo: "blue"
|
| 6 |
+
sdk: "gradio"
|
| 7 |
+
sdk_version: "3.37.0"
|
| 8 |
+
app_file: "app.py"
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# ๐ Content-Based Book Recommendation System ๐
|
| 13 |
|
| 14 |
This is a content-based book recommendation system that recommends books ๐๐ similar to an input book title based on the similarity of book summaries. The system uses **TF-IDF (๐ Term Frequency-Inverse Document Frequency)** and **Cosine Similarity ๐งฎ** to compare books and find the most relevant recommendations. It provides a user-friendly interface built with **Gradio ๐ป**, where users can enter a book title and get recommendations.
|