Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 548 Bytes

ReadMe.md

File metadata and controls

30 lines (19 loc) · 548 Bytes

Project Title

Wine Chatbot Server

Table of Content:

About The App

This project is backend for wine chatbot.

Technologies

Flask, pandas, langchain, OpenAI

Setup

  • 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

Status

Wine Chatbot Server is completed.