Skip to content

Chatbot designed to assist book enthusiasts in discovering book recommendations based on author, publisher, or title preferences. Utilizes KNN algorithm for recommendation

Notifications You must be signed in to change notification settings

Vaidehi-01/Book-Recommendation-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOK RECOMMENDATION CHATBOT

A chatbot designed to assist book enthusiasts in discovering book recommendations based on author, publisher, or title preferences. Utilizes KNN algorithm for recommendation.

create a virtual env

python3 -m venv .venv

or

python -m venv .venv

start the virtual environment by

# in windows

.\.venv\Scripts\activate

# in linux

./venv/bin/activate

install the requirements

pip install -r requirements.txt

run the application

flask run

About

Chatbot designed to assist book enthusiasts in discovering book recommendations based on author, publisher, or title preferences. Utilizes KNN algorithm for recommendation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published