Metadata-Version: 2.4
Name: simple-recommender-rg
Version: 0.1.1
Summary: A simple content-based recommender system
Author: Rakshita Garg
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: scikit-learn

simple-recommendor is a Python package that implements a content-based
recommender system using cosine similarity. It is designed for students
and beginners learning recommendation systems.
