Developed with Streamlit, this smart app is your personal librarian, helping you navigate the vast ocean of books. Plot Picker analyzes your reading history and preferences to suggest your next literary adventure.
Set up virtual environment
python3 -m venv venvActivate virtual environment
source venv/bin/activateInstall dependencies
pip3 install -r requirements.txtRun Streamlit app
streamlit run app.py