A chatbot designed to assist book enthusiasts in discovering book recommendations based on author, publisher, or title preferences. Utilizes KNN algorithm for recommendation.
python3 -m venv .venv
or
python -m venv .venv
# in windows
.\.venv\Scripts\activate
# in linux
./venv/bin/activate
pip install -r requirements.txt
flask run