parthmehta15 / Part_Select_Chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TO RUN

SETUP

conda create -n chatbot python=3.8.19 conda activate chatbot pip install -r requirements.txt

OPEN 2 TERMINALS AND RUN:

python app_backend.py

Runs backend Runs on http://127.0.0.1:5000

npm start

Runs frontend Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

.env

In the .env file add OpenAI Api key OPENAI_API_KEY=

About


Languages

Language:Jupyter Notebook 96.8%Language:Python 2.1%Language:JavaScript 0.6%Language:CSS 0.3%Language:HTML 0.1%