Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 553 Bytes

File metadata and controls

41 lines (27 loc) · 553 Bytes

Chatbot

Simple chatbot for IT company, build for provide high customer service

Installation

Frontend

The project is a simple React app displaying a website for IT company with Chatbot interface

npm run start

Backend

Create python virtual environment recommand python 3.7.*

cd api
pip -m venv venv

Activate virtual environment windows : venv\Scripts\activate linux : venv/Scripts/activate

Install all dependancies

pip install -r requirements.txt

Run the application

python app.py