This repo builds a chatbot for personalized restaurant recommendations.
Clone the repo.
git clone https://github.com/jianpingy/Restaurant-Recommender.git
cd Restaurant-RecommenderInstall the required packages.
pip install -r requirements.txtCreate an .env file for WATSONX_AI_PROJECT_ID.
cp .env.example .envRun the gradio interface.
gradio ui.py