This is an end-to-end project aims to provide an accurate and reliable prediction for Book Genre's. In this project we have not only used traditional machine learning methods but also incorporated a web application The dataset used is from Kaggle, which contains information about Book Genre.
Create a new environment
conda create -p venv python==3.10 -y
Download requirements.txt file
pip install -r requirements.txt