Skip to content

shucoll/faq-appoinment--chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot

A simple chatbot implementation using python. Model trained with the tenserflow. Flask for backend. React for frontned.

Current implementation only has faqs feature. Appointment booking feature to be added soon.

Server Setup

First setup a virtual environment for python in the server folder.

Then run the following command to install the required dependencies

pip install -r requirements.txt 

Make a .env file in the root of server folder and add the following

MY_SECRET=my-secret
HOST=localhost:5000

Run the server with the following command

python src/app.py

Client Setup

Go to client folder and install all dependencies

npm install

Run the client with

npm start

About

A python chatbot implementation for faqs and booking appoinments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published