A chat-bot with the goal of simplifying data exploration to users that are less expert in the Data Science field, decreasing risks related to bad data analysis.
You can find a demo here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Node: v8.11.4
Python: v3.7
You have to create a dialogflow agent and restore from the DataAnalysisBot.zip in the root folder.
You also have to create a google cloud developer account
Clone the repository with the command
$ git clone https://github.com/DanieleIsoni/DataAnalysisBot.git
Then enter the folder DataAnalysisBot and run the following commands
$ npm install
$ pip install -r requirements.txt
Then you have to create a .env file with the structure of the .env.example file
-
Daniele Isoni - Back End - DanieleIsoni
-
Simone Bernabè - Front End - simoberny