Skip to content

DioExtreme/book-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

book-recommender

A book recommender system made with Pandas and NLTK as homework for a university course.

It uses the Book-Crossing dataset which you can find here. Make sure to download the .csv files.

Because of the questions related to the homework assignment, it is only recommended that you run the .py file in an empty folder as it generates many files.

Requirements

The pandas and nltk modules are required.

pip install pandas
pip install nltk

The .csv files have to be in the same location as the .py file.

Usage

python recommender.py

About

A book recommender system made with Pandas and NLTK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages