Simple chatbot for IT company, build for provide high customer service
The project is a simple React app displaying a website for IT company with Chatbot interface
npm run start
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