Skip to content

anas-rabhi/book-recommendation-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Books App

This is a book recommendation app built with streamlit.

Note : It only uses content based filtering.

Getting Started

First set a virtual env and install the required libraries using the requirements file :

pip install -r requirements.txt

Run the app with the following command :

streamlit run main.py