Sentence Similarity
sentence-transformers
English
book-engine / README.md
cs22's picture
--- license: apache-2.0 language: - en pipeline_tag: sentence-similarity tags: - recommendation-system - hybrid-recommender - books - tfidf - cosine-similarity - lightfm - machine-learning datasets: - Amazon Books Reviews - Google Books API metrics: - precision@5 --- # Book Recommendation Engine ## Overview This model powers a hybrid book recommendation system combining Content-Based Filtering and Collaborative Filtering. The recommendation engine uses: - TF-IDF Vectorization - Cosine Similarity - LightFM - Hybrid Recommendation Strategy The goal is to recommend relevant books for both new and existing users. --- ## Model Details **Task** Book Recommendation **Pipeline** Sentence Similarity **Frameworks** - Scikit-learn - LightFM - NumPy - Pandas --- ## Dataset Training consists of - Amazon Books Reviews Dataset (3M+ interactions) - Curated dataset of 7000 books including title, author, categories and descriptions. --- ## Methodology 1. Text preprocessing 2. TF-IDF vectorization 3. Cosine similarity computation 4. LightFM collaborative filtering 5. Hybrid recommendation generation --- ## Evaluation | Metric | Score | |--------|------| | Precision@5 | 0.1688 | --- ## Usage ```python from sentence_transformers import SentenceTransformer model = SentenceTransformer("cs22/book-engine") ``` Generate embeddings and compute cosine similarity for book recommendations. --- ## Limitations - Cold-start users rely mainly on content-based filtering. - English language only. - Optimized for books. --- ## Future Improvements - Cross-encoder reranking - Semantic embeddings - User profile learning - LLM-assisted recommendations --- ## Citation If you use this model, please cite: Chokkapu Saketh, "Book Recommendation System: A Hybrid Machine Learning Approach", 2026.
3dc509d verified
|
Raw
History Blame
5.43 kB
metadata
license: apache-2.0
datasets:
  - google/extended_amazon_2023_dataset
language:
  - en
metrics:
  - precision
new_version: cs22/book-engine
pipeline_tag: sentence-similarity
library_name: sentence-transformers

Model Card for Model ID

This modelcard aims to be a base template for new models. It has been generated using this raw template.

Model Details

Model Description

  • Developed by: [More Information Needed]
  • Funded by [optional]: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • Model type: [More Information Needed]
  • Language(s) (NLP): [More Information Needed]
  • License: [More Information Needed]
  • Finetuned from model [optional]: [More Information Needed]

Model Sources [optional]

  • Repository: [More Information Needed]
  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

Direct Use

[More Information Needed]

Downstream Use [optional]

[More Information Needed]

Out-of-Scope Use

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.

How to Get Started with the Model

Use the code below to get started with the model.

[More Information Needed]

Training Details

Training Data

[More Information Needed]

Training Procedure

Preprocessing [optional]

[More Information Needed]

Training Hyperparameters

  • Training regime: [More Information Needed]

Speeds, Sizes, Times [optional]

[More Information Needed]

Evaluation

Testing Data, Factors & Metrics

Testing Data

[More Information Needed]

Factors

[More Information Needed]

Metrics

[More Information Needed]

Results

[More Information Needed]

Summary

Model Examination [optional]

[More Information Needed]

Environmental Impact

Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).

  • Hardware Type: [More Information Needed]
  • Hours used: [More Information Needed]
  • Cloud Provider: [More Information Needed]
  • Compute Region: [More Information Needed]
  • Carbon Emitted: [More Information Needed]

Technical Specifications [optional]

Model Architecture and Objective

[More Information Needed]

Compute Infrastructure

[More Information Needed]

Hardware

[More Information Needed]

Software

[More Information Needed]

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Model Card Authors [optional]

[More Information Needed]

Model Card Contact

[More Information Needed]