This is a streamlit web application which recommends you books to read based on the book you input. here is a demo,
=============
Clone the repository:
https://github.com/RodrigoRalhaMoreira/WinterHackhatonFCT
conda create -n books python=3.9 -y
conda activate books
pip install -r requirements.txt
#run this file to generate the models
WinterHackathonNotebook.ipynb
Now run,
streamlit run app.py
Authors:
António Ferreira - ada.ferreira@campus.fct.unl.pt
Bravo Mota - jn.mota@campus.fct.unl.pt
Rafael Lopes - ro.lopes@campus.fct.unl.pt
Rodrigo Moreira - rr.moreira@campus.fct.unl.pt
Tiago Duarte - tj.duarte@campus.fct.unl.pt