This is a book recommendation app built with streamlit.
Note : It only uses content based filtering.
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