Skip to content

Files

Latest commit

d62f785 · Mar 2, 2024

History

History

Book Genre Classifier

Book Genre Classifier

Summary

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.

Software And Tools Requirements

Create a new environment

conda create -p venv python==3.10 -y

Download requirements.txt file

pip install -r requirements.txt