About this project:

This is a streamlit web application which recommends you books to read based on the book you input. here is a demo,

How to run?

=============

STEPS:

Clone the repository:

https://github.com/RodrigoRalhaMoreira/WinterHackhatonFCT

STEP 1- Create a conda environment after opening the repository

conda create -n books python=3.9 -y
conda activate books

STEP 2- install the requirements

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