Wine Chatbot Server
This project is backend for wine chatbot.
Flask
, pandas
, langchain
, OpenAI
- download or clone the repository
- run
py -m venv env
to setup virtual environment - activate virtual environment
- run
pip install -r requirements.txt
to setup necessary modules - run
python app.py
Wine Chatbot Server is completed.