the project revolves around a Recommendation chatbot. The bot is able to understand the surfer thanks to a deeplerning model, and to recommend books, based on a recommender system.
- python version : 3.10.12
- pip install -r requirements.txt
- Train model
python train_model.py
- run flask api
python flask_api.py