Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.39 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.39 KB

DataAnalysisBot

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

Getting Started

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.

Prerequisites

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

Installing

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

Built With

Authors