Ajayan commited on
Commit
47428ef
ยท
1 Parent(s): 40784d8

Added Hugging Face Spaces configuration

Browse files
Files changed (1) hide show
  1. README.md +11 -0
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.