rohitmsan commited on
Commit
6d5af3b
·
verified ·
1 Parent(s): 0f3dfa3

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -23
README.md DELETED
@@ -1,23 +0,0 @@
1
- # Content-Based Book Recommender System
2
-
3
- This project provides a modular implementation of a content-based book recommendation system using Python. It uses TF-IDF vectorization and cosine similarity to recommend books based on their summaries.
4
-
5
- ## Features
6
- - Load and preprocess datasets
7
- - Compute similarity between books based on their summaries
8
- - Generate content-based recommendations
9
-
10
- ## Files
11
- - `app.py`: Entry UI for the recommendation system
12
- - `data_loader.py`: Handles data loading and preprocessing
13
- - `recommender.py`: Core recommendation logic
14
- - `requirements.txt`: Lists dependencies
15
-
16
- ## Dependencies
17
- - `pandas`: For data manipulation
18
- - `scikit-learn`: For TF-IDF vectorization and cosine similarity calculation
19
-
20
- ## Usage
21
- 1. Install dependencies:
22
- ```bash
23
- pip install -r requirements.txt