This project build for NIIT University's Capstone Project
Chatbot is an artificial intelligence build software which helps to ease communication and provide customer service and support. Our chatbot can interact with customers, understand their requirements based on the conversation, and offer relevant product recommendations. Much like a human sales assistant, the chatbot answers the customer's queries regarding a purchase they are considering.
- Python
- Dialogflow
- Python 3.6
- Flask
- SQLite DB
To get the app running:
- Creation of a virtual environments done by executing the command venv:
$ python3 -m venv env/
- Activate the virtual environment:
env/Scripts/activate
- Install the dependencies:
pip install -r requirements.txt
- Finally run the app:
python run.py
Copy the link http://127.0.0.1:5000/ and paste it on your browser's address bar. The website will run on that url.